Shades of Heather #B7B9BA
Tints of Heather #B7B9BA
RGB
CMYK
RGB Variations
Color information
#B7B9BA (or 0xB7B9BA) is known color: Heather. HEX triplet: B7, B9 and BA. RGB value is (183,185,186). Sum of RGB (Red+Green+Blue) = 183+185+186=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9BA is #484645. Grayscale: #B8B8B8. Windows color (decimal): -4736582 or 12237239. OLE color: 12237239.
HSL color Cylindrical-coordinate representation of color #B7B9BA: hue angle of 200º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B7B9BA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 185 | 186 | - |
CMYK | 0.02 | 0.01 | 0 | 0.27 |
HSL | 200º | 0.02% | 0.72% | - |
HSV(B) | 200º | 0.02% | 0.73% | - |
XYZ | 45.74 | 48.31 | 53.37 | - |
YUV | 184.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 186 | 0.02 | 0.01 | 0 | 0.27 | 200 | 0.02 | 0.72 |
Hex | B7 | B9 | BA | 2 | 1 | 0 | 1B | C8 | 2 | 48 |
Octal | 267 | 271 | 272 | 2 | 1 | 0 | 33 | 310 | 2 | 110 |
Binary | 10110111 | 10111001 | 10111010 | 10 | 1 | 0 | 11011 | 11001000 | 10 | 1001000 |
Color Harmonies of #B7B9BA
Complementary color
Monochromatic Colors of #B7B9BA
Black with #B7B9BA
Text Example
Text Example
White with #B7B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9BA; }
p { color: rgb(183,185,186); }
H1.HeaderClassName
{
color: #B7B9BA;
}
.AnyTagClassName
{
color: #B7B9BA;
}
</style>
background-color css
<style>
a { background-color: #B7B9BA; }
a { background-color: rgb(183,185,186); }
div.DivClassName
{
background-color: #B7B9BA;
}
.BgClassName
{
background-color: #B7B9BA;
}
</style>
border-color css
<style>
span { border-color: #B7B9BA; }
span { border-color: rgb(183,185,186); }
td.TdClassName
{
border-color: #B7B9BA;
}
.TagClassName
{
border-color: #B7B9BA;
}
</style>