Color: #BCAEBF
#BCAEBF Color Information
#BCAEBF is a light color. The closest websafe version is #BCAEBF. A complement of this color would be #B2C0AF, perceived brightness is 0.71, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 289°,a saturation of 12%, and a lightness of 72%.The HSV representation shows a hue of 289°, a saturation of 9%, and a value of 75%.
In a RGB color space, #BCAEBF is composed of 74% red, 68% green and 75% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 9% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 44.69, x: 0.3450, and y: 0.3376.
Color Code #BCAEBF
Shades of Color #BCAEBF
Shades are created by darkening the original color #BCAEBF 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 #BCAEBF
Tints are created by lightening the original color #BCAEBF 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 #BCAEBF Color Code
In the HSL color space, this color has a hue angle of 289°, a saturation of 12%, and a lightness of 72%. The HSV representation shows a hue of 289°, a saturation of 9%, and a value of 75%.
- HEX: #BCAEBF
- RGB: rgb(188, 174, 191)
- HSL: hsl(289, 12%, 72%)
- HSV: hsv(289, 9%, 75%)
- CMYK: 2.00% cyan, 9.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 45.68, 44.69, 42.02
- Yxy: 44.69, 0.3450, 0.3376
- Hunter Lab: 72.69, 7.51, -6.80
- CIE-Lab: 72.69, 7.51, -6.80
In the XYZ color space, this color is represented as X: 45.68, Y: 44.69, Z: 42.02. The Yxy representation further refines this as Y: 44.69, x: 0.3450, and y: 0.3376.
In the Hunter Lab color space, this color is represented as L: 72.69, a: 7.51, and b: -6.80. Similarly, in the CIE-Lab color space, it is represented as L: 72.69, a: 7.51, and b: -6.80.
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 #BCAEBF
Triadic colors are three colors evenly spaced around the color wheel, including #BCAEBF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCAEBF
Monochromatic colors are variations of #BCAEBF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCAEBF
The complementary color of #BCAEBF 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 #BCAEBF
/* Using HEX */ body { background-color: #bcaebf; }
/* Using RGB */ body { background-color: rgb(188, 174, 191); }
/* Using RGB with opacity */ body { background-color: rgba(188, 174, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(289, 12%, 72%); }
/* Text color */ p { color: #bcaebf; }
/* Box shadow */ div { box-shadow: 4px 4px #bcaebf; }
/* Border color */ .box { border: 4px solid #bcaebf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcaebf; }
/* Background with text */ div { background: #bcaebf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCAEBF
<!-- Using HEX --> <div style="background-color: #bcaebf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 174, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 174, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(289, 12%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcaebf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcaebf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcaebf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcaebf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcaebf; color: #fff; padding: 16px; border-radius: 8px;"> #BCAEBF </div>
Related Colors of #BCAEBF
These colors are similar to #BCAEBF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.