Color: #B5AAAC
#B5AAAC Color Information
#B5AAAC is a light color. The closest websafe version is #B5AAAC. A complement of this color would be #AAB5B3, perceived brightness is 0.68, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 349°,a saturation of 7%, and a lightness of 69%.The HSV representation shows a hue of 349°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B5AAAC is composed of 71% red, 67% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 5% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 41.60, x: 0.3545, and y: 0.3551.
Color Code #B5AAAC
Shades of Color #B5AAAC
Shades are created by darkening the original color #B5AAAC 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 #B5AAAC
Tints are created by lightening the original color #B5AAAC 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 #B5AAAC Color Code
In the HSL color space, this color has a hue angle of 349°, a saturation of 7%, and a lightness of 69%. The HSV representation shows a hue of 349°, a saturation of 6%, and a value of 71%.
- HEX: #B5AAAC
- RGB: rgb(181, 170, 172)
- HSL: hsl(349, 7%, 69%)
- HSV: hsv(349, 6%, 71%)
- CMYK: 0.00% cyan, 6.00% magenta, 5.00% yellow, 29.00% black
- XYZ: 41.53, 41.60, 34.01
- Yxy: 41.60, 0.3545, 0.3551
- Hunter Lab: 70.59, 4.36, 0.46
- CIE-Lab: 70.59, 4.36, 0.46
In the XYZ color space, this color is represented as X: 41.53, Y: 41.60, Z: 34.01. The Yxy representation further refines this as Y: 41.60, x: 0.3545, and y: 0.3551.
In the Hunter Lab color space, this color is represented as L: 70.59, a: 4.36, and b: 0.46. Similarly, in the CIE-Lab color space, it is represented as L: 70.59, a: 4.36, and b: 0.46.
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 #B5AAAC
Triadic colors are three colors evenly spaced around the color wheel, including #B5AAAC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B5AAAC
Monochromatic colors are variations of #B5AAAC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5AAAC
The complementary color of #B5AAAC 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 #B5AAAC
/* Using HEX */ body { background-color: #b5aaac; }
/* Using RGB */ body { background-color: rgb(181, 170, 172); }
/* Using RGB with opacity */ body { background-color: rgba(181, 170, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(349, 7%, 69%); }
/* Text color */ p { color: #b5aaac; }
/* Box shadow */ div { box-shadow: 4px 4px #b5aaac; }
HTML Examples of #B5AAAC
<!-- Using HEX --> <div style="background-color: #b5aaac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 170, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 170, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(349, 7%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5aaac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5aaac; width: 100px; height: 100px;"></div>
Related Colors of #B5AAAC
These colors are similar to #B5AAAC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.