Color: #BCCFA7
#BCCFA7 Color Information
#BCCFA7 is a light color. The closest websafe version is #BCCFA7. A complement of this color would be #B9A6CE, perceived brightness is 0.77, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 89°,a saturation of 29%, and a lightness of 73%.The HSV representation shows a hue of 89°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCCFA7 is composed of 74% red, 81% green and 65% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 19% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 58.26, x: 0.3573, and y: 0.4043.
Color Code #BCCFA7
Shades of Color #BCCFA7
Shades are created by darkening the original color #BCCFA7 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 #BCCFA7
Tints are created by lightening the original color #BCCFA7 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 #BCCFA7 Color Code
In the HSL color space, this color has a hue angle of 89°, a saturation of 29%, and a lightness of 73%. The HSV representation shows a hue of 89°, a saturation of 19%, and a value of 81%.
- HEX: #BCCFA7
- RGB: rgb(188, 207, 167)
- HSL: hsl(89, 29%, 73%)
- HSV: hsv(89, 19%, 81%)
- CMYK: 9.00% cyan, 0.00% magenta, 19.00% yellow, 19.00% black
- XYZ: 51.49, 58.26, 34.36
- Yxy: 58.26, 0.3573, 0.4043
- Hunter Lab: 80.88, -11.97, 17.70
- CIE-Lab: 80.88, -11.97, 17.70
In the XYZ color space, this color is represented as X: 51.49, Y: 58.26, Z: 34.36. The Yxy representation further refines this as Y: 58.26, x: 0.3573, and y: 0.4043.
In the Hunter Lab color space, this color is represented as L: 80.88, a: -11.97, and b: 17.70. Similarly, in the CIE-Lab color space, it is represented as L: 80.88, a: -11.97, and b: 17.70.
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 #BCCFA7
Triadic colors are three colors evenly spaced around the color wheel, including #BCCFA7. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCCFA7
Monochromatic colors are variations of #BCCFA7, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCCFA7
The complementary color of #BCCFA7 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 #BCCFA7
/* Using HEX */ body { background-color: #bccfa7; }
/* Using RGB */ body { background-color: rgb(188, 207, 167); }
/* Using RGB with opacity */ body { background-color: rgba(188, 207, 167, 0.5); }
/* Using HSL */ body { background-color: hsl(89, 29%, 73%); }
/* Text color */ p { color: #bccfa7; }
/* Box shadow */ div { box-shadow: 4px 4px #bccfa7; }
HTML Examples of #BCCFA7
<!-- Using HEX --> <div style="background-color: #bccfa7; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 207, 167); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 207, 167, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(89, 29%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bccfa7;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bccfa7; width: 100px; height: 100px;"></div>
Related Colors of #BCCFA7
These colors are similar to #BCCFA7, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.