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