Color: #B6BBAB
#B6BBAB Color Information
#B6BBAB is a light color. The closest websafe version is #B6BBAB. A complement of this color would be #AFAABB, perceived brightness is 0.72, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 79°,a saturation of 11%, and a lightness of 70%.The HSV representation shows a hue of 79°, a saturation of 9%, and a value of 73%.
In a RGB color space, #B6BBAB is composed of 71% red, 73% green and 67% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 9% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 48.50, x: 0.3532, and y: 0.3777.
Color Code #B6BBAB
Shades of Color #B6BBAB
Shades are created by darkening the original color #B6BBAB 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 #B6BBAB
Tints are created by lightening the original color #B6BBAB 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 #B6BBAB Color Code
In the HSL color space, this color has a hue angle of 79°, a saturation of 11%, and a lightness of 70%. The HSV representation shows a hue of 79°, a saturation of 9%, and a value of 73%.
- HEX: #B6BBAB
- RGB: rgb(182, 187, 171)
- HSL: hsl(79, 11%, 70%)
- HSV: hsv(79, 9%, 73%)
- CMYK: 3.00% cyan, 0.00% magenta, 9.00% yellow, 27.00% black
- XYZ: 45.36, 48.50, 34.56
- Yxy: 48.50, 0.3532, 0.3777
- Hunter Lab: 75.14, -3.97, 7.50
- CIE-Lab: 75.14, -3.97, 7.50
In the XYZ color space, this color is represented as X: 45.36, Y: 48.50, Z: 34.56. The Yxy representation further refines this as Y: 48.50, x: 0.3532, and y: 0.3777.
In the Hunter Lab color space, this color is represented as L: 75.14, a: -3.97, and b: 7.50. Similarly, in the CIE-Lab color space, it is represented as L: 75.14, a: -3.97, and b: 7.50.
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 #B6BBAB
Triadic colors are three colors evenly spaced around the color wheel, including #B6BBAB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B6BBAB
Monochromatic colors are variations of #B6BBAB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B6BBAB
The complementary color of #B6BBAB 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 #B6BBAB
/* Using HEX */ body { background-color: #b6bbab; }
/* Using RGB */ body { background-color: rgb(182, 187, 171); }
/* Using RGB with opacity */ body { background-color: rgba(182, 187, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(79, 11%, 70%); }
/* Text color */ p { color: #b6bbab; }
/* Box shadow */ div { box-shadow: 4px 4px #b6bbab; }
/* Border color */ .box { border: 4px solid #b6bbab; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b6bbab; }
/* Background with text */ div { background: #b6bbab; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B6BBAB
<!-- Using HEX --> <div style="background-color: #b6bbab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(182, 187, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(182, 187, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(79, 11%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b6bbab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b6bbab; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b6bbab; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b6bbab;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b6bbab; color: #fff; padding: 16px; border-radius: 8px;"> #B6BBAB </div>
Related Colors of #B6BBAB
These colors are similar to #B6BBAB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.