Shades of Heather #B8BABD
Tints of Heather #B8BABD
RGB
CMYK
RGB Variations
Color information
#B8BABD (or 0xB8BABD) is known color: Heather. HEX triplet: B8, BA and BD. RGB value is (184,186,189). Sum of RGB (Red+Green+Blue) = 184+186+189=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABD is #474542. Grayscale: #B9B9B9. Windows color (decimal): -4670787 or 12434104. OLE color: 12434104.
HSL color Cylindrical-coordinate representation of color #B8BABD: hue angle of 216º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8BABD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 186 | 189 | - |
CMYK | 0.03 | 0.02 | 0 | 0.26 |
HSL | 216º | 0.04% | 0.73% | - |
HSV(B) | 216º | 0.03% | 0.74% | - |
XYZ | 46.51 | 48.98 | 55.15 | - |
YUV | 185.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 186 | 189 | 0.03 | 0.02 | 0 | 0.26 | 216 | 0.04 | 0.73 |
Hex | B8 | BA | BD | 3 | 2 | 0 | 1A | D8 | 4 | 49 |
Octal | 270 | 272 | 275 | 3 | 2 | 0 | 32 | 330 | 4 | 111 |
Binary | 10111000 | 10111010 | 10111101 | 11 | 10 | 0 | 11010 | 11011000 | 100 | 1001001 |
Color Harmonies of #B8BABD
Complementary color
Monochromatic Colors of #B8BABD
Black with #B8BABD
Text Example
Text Example
White with #B8BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BABD; }
p { color: rgb(184,186,189); }
H1.HeaderClassName
{
color: #B8BABD;
}
.AnyTagClassName
{
color: #B8BABD;
}
</style>
background-color css
<style>
a { background-color: #B8BABD; }
a { background-color: rgb(184,186,189); }
div.DivClassName
{
background-color: #B8BABD;
}
.BgClassName
{
background-color: #B8BABD;
}
</style>
border-color css
<style>
span { border-color: #B8BABD; }
span { border-color: rgb(184,186,189); }
td.TdClassName
{
border-color: #B8BABD;
}
.TagClassName
{
border-color: #B8BABD;
}
</style>