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