Color: #BCCB87
#BCCB87 Color Information
#BCCB87 is a light color. The closest websafe version is #BCCB87. A complement of this color would be #9586CB, perceived brightness is 0.75, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 73°,a saturation of 40%, and a lightness of 66%.The HSV representation shows a hue of 73°, a saturation of 33%, and a value of 80%.
In a RGB color space, #BCCB87 is composed of 74% red, 80% green and 53% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 33% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 55.47, x: 0.3791, and y: 0.4345.
Color Code #BCCB87
Shades of Color #BCCB87
Shades are created by darkening the original color #BCCB87 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 #BCCB87
Tints are created by lightening the original color #BCCB87 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 #BCCB87 Color Code
In the HSL color space, this color has a hue angle of 73°, a saturation of 40%, and a lightness of 66%. The HSV representation shows a hue of 73°, a saturation of 33%, and a value of 80%.
- HEX: #BCCB87
- RGB: rgb(188, 203, 135)
- HSL: hsl(73, 40%, 66%)
- HSV: hsv(73, 33%, 80%)
- CMYK: 7.00% cyan, 0.00% magenta, 33.00% yellow, 20.00% black
- XYZ: 48.39, 55.47, 23.80
- Yxy: 55.47, 0.3791, 0.4345
- Hunter Lab: 79.31, -13.48, 32.18
- CIE-Lab: 79.31, -13.48, 32.18
In the XYZ color space, this color is represented as X: 48.39, Y: 55.47, Z: 23.80. The Yxy representation further refines this as Y: 55.47, x: 0.3791, and y: 0.4345.
In the Hunter Lab color space, this color is represented as L: 79.31, a: -13.48, and b: 32.18. Similarly, in the CIE-Lab color space, it is represented as L: 79.31, a: -13.48, and b: 32.18.
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 #BCCB87
Triadic colors are three colors evenly spaced around the color wheel, including #BCCB87. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCCB87
Monochromatic colors are variations of #BCCB87, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCCB87
The complementary color of #BCCB87 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 #BCCB87
/* Using HEX */ body { background-color: #bccb87; }
/* Using RGB */ body { background-color: rgb(188, 203, 135); }
/* Using RGB with opacity */ body { background-color: rgba(188, 203, 135, 0.5); }
/* Using HSL */ body { background-color: hsl(73, 40%, 66%); }
/* Text color */ p { color: #bccb87; }
/* Box shadow */ div { box-shadow: 4px 4px #bccb87; }
/* Border color */ .box { border: 4px solid #bccb87; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bccb87; }
/* Background with text */ div { background: #bccb87; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCCB87
<!-- Using HEX --> <div style="background-color: #bccb87; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 203, 135); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 203, 135, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(73, 40%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bccb87;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bccb87; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bccb87; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bccb87;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bccb87; color: #fff; padding: 16px; border-radius: 8px;"> #BCCB87 </div>
Related Colors of #BCCB87
These colors are similar to #BCCB87, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.