Shades of Heather #B9BCBD
Tints of Heather #B9BCBD
RGB
CMYK
RGB Variations
Color information
#B9BCBD (or 0xB9BCBD) is known color: Heather. HEX triplet: B9, BC and BD. RGB value is (185,188,189). Sum of RGB (Red+Green+Blue) = 185+188+189=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBD is #464342. Grayscale: #BBBBBB. Windows color (decimal): -4604739 or 12434617. OLE color: 12434617.
HSL color Cylindrical-coordinate representation of color #B9BCBD: hue angle of 195º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BCBD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 189 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.26 |
| HSL | 195º | 0.03% | 0.73% | - |
| HSV(B) | 195º | 0.02% | 0.74% | - |
| XYZ | 47.18 | 49.95 | 55.3 | - |
| YUV | 187.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 189 | 0.02 | 0.01 | 0 | 0.26 | 195 | 0.03 | 0.73 |
| Hex | B9 | BC | BD | 2 | 1 | 0 | 1A | C3 | 3 | 49 |
| Octal | 271 | 274 | 275 | 2 | 1 | 0 | 32 | 303 | 3 | 111 |
| Binary | 10111001 | 10111100 | 10111101 | 10 | 1 | 0 | 11010 | 11000011 | 11 | 1001001 |
Color Harmonies of #B9BCBD
Complementary color
Monochromatic Colors of #B9BCBD
Black with #B9BCBD
Text Example
Text Example
White with #B9BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCBD; }
p { color: rgb(185,188,189); }
H1.HeaderClassName
{
color: #B9BCBD;
}
.AnyTagClassName
{
color: #B9BCBD;
}
</style>
background-color css
<style>
a { background-color: #B9BCBD; }
a { background-color: rgb(185,188,189); }
div.DivClassName
{
background-color: #B9BCBD;
}
.BgClassName
{
background-color: #B9BCBD;
}
</style>
border-color css
<style>
span { border-color: #B9BCBD; }
span { border-color: rgb(185,188,189); }
td.TdClassName
{
border-color: #B9BCBD;
}
.TagClassName
{
border-color: #B9BCBD;
}
</style>