Shades of Heather #B5BBBD
Tints of Heather #B5BBBD
RGB
CMYK
RGB Variations
Color information
#B5BBBD (or 0xB5BBBD) is known color: Heather. HEX triplet: B5, BB and BD. RGB value is (181,187,189). Sum of RGB (Red+Green+Blue) = 181+187+189=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBBD is #4A4442. Grayscale: #B9B9B9. Windows color (decimal): -4867139 or 12434357. OLE color: 12434357.
HSL color Cylindrical-coordinate representation of color #B5BBBD: hue angle of 195º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BBBD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 187 | 189 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.26 |
| HSL | 195º | 0.06% | 0.73% | - |
| HSV(B) | 195º | 0.04% | 0.74% | - |
| XYZ | 46.01 | 49.04 | 55.18 | - |
| YUV | 185.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 189 | 0.04 | 0.01 | 0 | 0.26 | 195 | 0.06 | 0.73 |
| Hex | B5 | BB | BD | 4 | 1 | 0 | 1A | C3 | 6 | 49 |
| Octal | 265 | 273 | 275 | 4 | 1 | 0 | 32 | 303 | 6 | 111 |
| Binary | 10110101 | 10111011 | 10111101 | 100 | 1 | 0 | 11010 | 11000011 | 110 | 1001001 |
Color Harmonies of #B5BBBD
Complementary color
Monochromatic Colors of #B5BBBD
Black with #B5BBBD
Text Example
Text Example
White with #B5BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBBD; }
p { color: rgb(181,187,189); }
H1.HeaderClassName
{
color: #B5BBBD;
}
.AnyTagClassName
{
color: #B5BBBD;
}
</style>
background-color css
<style>
a { background-color: #B5BBBD; }
a { background-color: rgb(181,187,189); }
div.DivClassName
{
background-color: #B5BBBD;
}
.BgClassName
{
background-color: #B5BBBD;
}
</style>
border-color css
<style>
span { border-color: #B5BBBD; }
span { border-color: rgb(181,187,189); }
td.TdClassName
{
border-color: #B5BBBD;
}
.TagClassName
{
border-color: #B5BBBD;
}
</style>