Color: #BB9EBC
#BB9EBC Color Information
#BB9EBC is a light color. The closest websafe version is #BB9EBC. A complement of this color would be #A0BC9F, perceived brightness is 0.67, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 298°,a saturation of 18%, and a lightness of 68%.The HSV representation shows a hue of 298°, a saturation of 16%, and a value of 74%.
In a RGB color space, #BB9EBC is composed of 73% red, 62% green and 74% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 16% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 38.62, x: 0.3486, and y: 0.3203.
Color Code #BB9EBC
Shades of Color #BB9EBC
Shades are created by darkening the original color #BB9EBC 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 #BB9EBC
Tints are created by lightening the original color #BB9EBC 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 #BB9EBC Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 18%, and a lightness of 68%. The HSV representation shows a hue of 298°, a saturation of 16%, and a value of 74%.
- HEX: #BB9EBC
- RGB: rgb(187, 158, 188)
- HSL: hsl(298, 18%, 68%)
- HSV: hsv(298, 16%, 74%)
- CMYK: 100.00% cyan, 16.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 42.03, 38.62, 39.93
- Yxy: 38.62, 0.3486, 0.3203
- Hunter Lab: 68.47, 15.01, -11.37
- CIE-Lab: 68.47, 15.01, -11.37
In the XYZ color space, this color is represented as X: 42.03, Y: 38.62, Z: 39.93. The Yxy representation further refines this as Y: 38.62, x: 0.3486, and y: 0.3203.
In the Hunter Lab color space, this color is represented as L: 68.47, a: 15.01, and b: -11.37. Similarly, in the CIE-Lab color space, it is represented as L: 68.47, a: 15.01, and b: -11.37.
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 #BB9EBC
Triadic colors are three colors evenly spaced around the color wheel, including #BB9EBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BB9EBC
Monochromatic colors are variations of #BB9EBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BB9EBC
The complementary color of #BB9EBC 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 #BB9EBC
/* Using HEX */ body { background-color: #bb9ebc; }
/* Using RGB */ body { background-color: rgb(187, 158, 188); }
/* Using RGB with opacity */ body { background-color: rgba(187, 158, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 18%, 68%); }
/* Text color */ p { color: #bb9ebc; }
/* Box shadow */ div { box-shadow: 4px 4px #bb9ebc; }
/* Border color */ .box { border: 4px solid #bb9ebc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bb9ebc; }
/* Background with text */ div { background: #bb9ebc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BB9EBC
<!-- Using HEX --> <div style="background-color: #bb9ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 158, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 158, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 18%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bb9ebc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bb9ebc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bb9ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bb9ebc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bb9ebc; color: #fff; padding: 16px; border-radius: 8px;"> #BB9EBC </div>
Related Colors of #BB9EBC
These colors are similar to #BB9EBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.