Color: #BCFC9C
#BCFC9C Color Information
#BCFC9C is a light color. The closest websafe version is #BCFC9C. A complement of this color would be #DC9CFC, perceived brightness is 0.87, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 100°,a saturation of 94%, and a lightness of 80%.The HSV representation shows a hue of 100°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCFC9C is composed of 74% red, 99% green and 61% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 38% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 82.99, x: 0.3544, and y: 0.4584.
Color Code #BCFC9C
Shades of Color #BCFC9C
Shades are created by darkening the original color #BCFC9C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #BCFC9C
Tints are created by lightening the original color #BCFC9C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #BCFC9C Color Code
In the HSL color space, this color has a hue angle of 100°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 100°, a saturation of 38%, and a value of 99%.
- HEX: #BCFC9C
- RGB: rgb(188, 252, 156)
- HSL: hsl(100, 94%, 80%)
- HSV: hsv(100, 38%, 99%)
- CMYK: 25.00% cyan, 0.00% magenta, 38.00% yellow, 100.00% black
- XYZ: 64.17, 82.99, 33.90
- Yxy: 82.99, 0.3544, 0.4584
- Hunter Lab: 93.01, -33.33, 39.28
- CIE-Lab: 93.01, -33.33, 39.28
In the XYZ color space, this color is represented as X: 64.17, Y: 82.99, Z: 33.90. The Yxy representation further refines this as Y: 82.99, x: 0.3544, and y: 0.4584.
In the Hunter Lab color space, this color is represented as L: 93.01, a: -33.33, and b: 39.28. Similarly, in the CIE-Lab color space, it is represented as L: 93.01, a: -33.33, and b: 39.28.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #BCFC9C
Triadic colors are three colors evenly spaced around the color wheel, including #BCFC9C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCFC9C
Monochromatic colors are variations of #BCFC9C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCFC9C
The complementary color of #BCFC9C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #BCFC9C
/* Using HEX */ body { background-color: #bcfc9c; }
/* Using RGB */ body { background-color: rgb(188, 252, 156); }
/* Using RGB with opacity */ body { background-color: rgba(188, 252, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(100, 94%, 80%); }
/* Text color */ p { color: #bcfc9c; }
/* Box shadow */ div { box-shadow: 4px 4px #bcfc9c; }
HTML Examples of #BCFC9C
<!-- Using HEX --> <div style="background-color: #bcfc9c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 252, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 252, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(100, 94%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcfc9c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcfc9c; width: 100px; height: 100px;"></div>
Related Colors of #BCFC9C
These colors are similar to #BCFC9C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.