Color: #B9ABBE
#B9ABBE Color Information
#B9ABBE is a light color. The closest websafe version is #B9ABBE. A complement of this color would be #B1BFAB, perceived brightness is 0.70, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 284°,a saturation of 13%, and a lightness of 71%.The HSV representation shows a hue of 284°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B9ABBE is composed of 73% red, 67% green and 75% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 10% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 43.11, x: 0.3435, and y: 0.3349.
Color Code #B9ABBE
Shades of Color #B9ABBE
Shades are created by darkening the original color #B9ABBE 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 #B9ABBE
Tints are created by lightening the original color #B9ABBE 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 #B9ABBE Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 13%, and a lightness of 71%. The HSV representation shows a hue of 284°, a saturation of 10%, and a value of 75%.
- HEX: #B9ABBE
- RGB: rgb(185, 171, 190)
- HSL: hsl(284, 13%, 71%)
- HSV: hsv(284, 10%, 75%)
- CMYK: 3.00% cyan, 10.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 44.21, 43.11, 41.40
- Yxy: 43.11, 0.3435, 0.3349
- Hunter Lab: 71.63, 7.82, -7.84
- CIE-Lab: 71.63, 7.82, -7.84
In the XYZ color space, this color is represented as X: 44.21, Y: 43.11, Z: 41.40. The Yxy representation further refines this as Y: 43.11, x: 0.3435, and y: 0.3349.
In the Hunter Lab color space, this color is represented as L: 71.63, a: 7.82, and b: -7.84. Similarly, in the CIE-Lab color space, it is represented as L: 71.63, a: 7.82, and b: -7.84.
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 #B9ABBE
Triadic colors are three colors evenly spaced around the color wheel, including #B9ABBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B9ABBE
Monochromatic colors are variations of #B9ABBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B9ABBE
The complementary color of #B9ABBE 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 #B9ABBE
/* Using HEX */ body { background-color: #b9abbe; }
/* Using RGB */ body { background-color: rgb(185, 171, 190); }
/* Using RGB with opacity */ body { background-color: rgba(185, 171, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 13%, 71%); }
/* Text color */ p { color: #b9abbe; }
/* Box shadow */ div { box-shadow: 4px 4px #b9abbe; }
HTML Examples of #B9ABBE
<!-- Using HEX --> <div style="background-color: #b9abbe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(185, 171, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(185, 171, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 13%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b9abbe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b9abbe; width: 100px; height: 100px;"></div>
Related Colors of #B9ABBE
These colors are similar to #B9ABBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.