Shades of Heather #B9BABB
Tints of Heather #B9BABB
RGB
CMYK
RGB Variations
Color information
#B9BABB (or 0xB9BABB) is known color: Heather. HEX triplet: B9, BA and BB. RGB value is (185,186,187). Sum of RGB (Red+Green+Blue) = 185+186+187=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BABB is #464544. Grayscale: #B9B9B9. Windows color (decimal): -4605253 or 12303033. OLE color: 12303033.
HSL color Cylindrical-coordinate representation of color #B9BABB: hue angle of 210º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B9BABB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 187 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.27 |
| HSL | 210º | 0.01% | 0.73% | - |
| HSV(B) | 210º | 0.01% | 0.73% | - |
| XYZ | 46.54 | 49.02 | 54.02 | - |
| YUV | 185.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 187 | 0.01 | 0.01 | 0 | 0.27 | 210 | 0.01 | 0.73 |
| Hex | B9 | BA | BB | 1 | 1 | 0 | 1B | D2 | 1 | 49 |
| Octal | 271 | 272 | 273 | 1 | 1 | 0 | 33 | 322 | 1 | 111 |
| Binary | 10111001 | 10111010 | 10111011 | 1 | 1 | 0 | 11011 | 11010010 | 1 | 1001001 |
Color Harmonies of #B9BABB
Complementary color
Monochromatic Colors of #B9BABB
Black with #B9BABB
Text Example
Text Example
White with #B9BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BABB; }
p { color: rgb(185,186,187); }
H1.HeaderClassName
{
color: #B9BABB;
}
.AnyTagClassName
{
color: #B9BABB;
}
</style>
background-color css
<style>
a { background-color: #B9BABB; }
a { background-color: rgb(185,186,187); }
div.DivClassName
{
background-color: #B9BABB;
}
.BgClassName
{
background-color: #B9BABB;
}
</style>
border-color css
<style>
span { border-color: #B9BABB; }
span { border-color: rgb(185,186,187); }
td.TdClassName
{
border-color: #B9BABB;
}
.TagClassName
{
border-color: #B9BABB;
}
</style>