Color: #BCAEB0
#BCAEB0 Color Information
#BCAEB0 is a light color. The closest websafe version is #BCAEB0. A complement of this color would be #AEBCBA, perceived brightness is 0.70, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 351°,a saturation of 9%, and a lightness of 71%.The HSV representation shows a hue of 351°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCAEB0 is composed of 74% red, 68% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 6% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 44.16, x: 0.3572, and y: 0.3549.
Color Code #BCAEB0
Shades of Color #BCAEB0
Shades are created by darkening the original color #BCAEB0 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 #BCAEB0
Tints are created by lightening the original color #BCAEB0 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 #BCAEB0 Color Code
In the HSL color space, this color has a hue angle of 351°, a saturation of 9%, and a lightness of 71%. The HSV representation shows a hue of 351°, a saturation of 7%, and a value of 74%.
- HEX: #BCAEB0
- RGB: rgb(188, 174, 176)
- HSL: hsl(351, 9%, 71%)
- HSV: hsv(351, 7%, 74%)
- CMYK: 0.00% cyan, 7.00% magenta, 6.00% yellow, 26.00% black
- XYZ: 44.44, 44.16, 35.82
- Yxy: 44.16, 0.3572, 0.3549
- Hunter Lab: 72.34, 5.45, 0.88
- CIE-Lab: 72.34, 5.45, 0.88
In the XYZ color space, this color is represented as X: 44.44, Y: 44.16, Z: 35.82. The Yxy representation further refines this as Y: 44.16, x: 0.3572, and y: 0.3549.
In the Hunter Lab color space, this color is represented as L: 72.34, a: 5.45, and b: 0.88. Similarly, in the CIE-Lab color space, it is represented as L: 72.34, a: 5.45, and b: 0.88.
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 #BCAEB0
Triadic colors are three colors evenly spaced around the color wheel, including #BCAEB0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCAEB0
Monochromatic colors are variations of #BCAEB0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCAEB0
The complementary color of #BCAEB0 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 #BCAEB0
/* Using HEX */ body { background-color: #bcaeb0; }
/* Using RGB */ body { background-color: rgb(188, 174, 176); }
/* Using RGB with opacity */ body { background-color: rgba(188, 174, 176, 0.5); }
/* Using HSL */ body { background-color: hsl(351, 9%, 71%); }
/* Text color */ p { color: #bcaeb0; }
/* Box shadow */ div { box-shadow: 4px 4px #bcaeb0; }
HTML Examples of #BCAEB0
<!-- Using HEX --> <div style="background-color: #bcaeb0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 174, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 174, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(351, 9%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcaeb0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcaeb0; width: 100px; height: 100px;"></div>
Related Colors of #BCAEB0
These colors are similar to #BCAEB0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.