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