Color: #BCC8AC
#BCC8AC Color Information
#BCC8AC is a light color. The closest websafe version is #BCC8AC. A complement of this color would be #B8ACC8, perceived brightness is 0.76, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 86°,a saturation of 20%, and a lightness of 73%.The HSV representation shows a hue of 86°, a saturation of 14%, and a value of 78%.
In a RGB color space, #BCC8AC is composed of 74% red, 78% green and 67% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 14% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 55.10, x: 0.3553, and y: 0.3909.
Color Code #BCC8AC
Shades of Color #BCC8AC
Shades are created by darkening the original color #BCC8AC 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 #BCC8AC
Tints are created by lightening the original color #BCC8AC 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 #BCC8AC Color Code
In the HSL color space, this color has a hue angle of 86°, a saturation of 20%, and a lightness of 73%. The HSV representation shows a hue of 86°, a saturation of 14%, and a value of 78%.
- HEX: #BCC8AC
- RGB: rgb(188, 200, 172)
- HSL: hsl(86, 20%, 73%)
- HSV: hsv(86, 14%, 78%)
- CMYK: 6.00% cyan, 0.00% magenta, 14.00% yellow, 22.00% black
- XYZ: 50.07, 55.10, 35.77
- Yxy: 55.10, 0.3553, 0.3909
- Hunter Lab: 79.10, -8.00, 12.60
- CIE-Lab: 79.10, -8.00, 12.60
In the XYZ color space, this color is represented as X: 50.07, Y: 55.10, Z: 35.77. The Yxy representation further refines this as Y: 55.10, x: 0.3553, and y: 0.3909.
In the Hunter Lab color space, this color is represented as L: 79.10, a: -8.00, and b: 12.60. Similarly, in the CIE-Lab color space, it is represented as L: 79.10, a: -8.00, and b: 12.60.
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 #BCC8AC
Triadic colors are three colors evenly spaced around the color wheel, including #BCC8AC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCC8AC
Monochromatic colors are variations of #BCC8AC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC8AC
The complementary color of #BCC8AC 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 #BCC8AC
/* Using HEX */ body { background-color: #bcc8ac; }
/* Using RGB */ body { background-color: rgb(188, 200, 172); }
/* Using RGB with opacity */ body { background-color: rgba(188, 200, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(86, 20%, 73%); }
/* Text color */ p { color: #bcc8ac; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc8ac; }
/* Border color */ .box { border: 4px solid #bcc8ac; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc8ac; }
/* Background with text */ div { background: #bcc8ac; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC8AC
<!-- Using HEX --> <div style="background-color: #bcc8ac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 200, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 200, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(86, 20%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc8ac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc8ac; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc8ac; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc8ac;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc8ac; color: #fff; padding: 16px; border-radius: 8px;"> #BCC8AC </div>
Related Colors of #BCC8AC
These colors are similar to #BCC8AC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.