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