Shades of Heather #B8BABB
Tints of Heather #B8BABB
RGB
CMYK
RGB Variations
Color information
#B8BABB (or 0xB8BABB) is known color: Heather. HEX triplet: B8, BA and BB. RGB value is (184,186,187). Sum of RGB (Red+Green+Blue) = 184+186+187=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABB is #474544. Grayscale: #B9B9B9. Windows color (decimal): -4670789 or 12303032. OLE color: 12303032.
HSL color Cylindrical-coordinate representation of color #B8BABB: hue angle of 200º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BABB is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 186 | 187 | - |
CMYK | 0.02 | 0.01 | 0 | 0.27 |
HSL | 200º | 0.02% | 0.73% | - |
HSV(B) | 200º | 0.02% | 0.73% | - |
XYZ | 46.3 | 48.9 | 54.01 | - |
YUV | 185.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 186 | 187 | 0.02 | 0.01 | 0 | 0.27 | 200 | 0.02 | 0.73 |
Hex | B8 | BA | BB | 2 | 1 | 0 | 1B | C8 | 2 | 49 |
Octal | 270 | 272 | 273 | 2 | 1 | 0 | 33 | 310 | 2 | 111 |
Binary | 10111000 | 10111010 | 10111011 | 10 | 1 | 0 | 11011 | 11001000 | 10 | 1001001 |
Color Harmonies of #B8BABB
Complementary color
Monochromatic Colors of #B8BABB
Black with #B8BABB
Text Example
Text Example
White with #B8BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BABB; }
p { color: rgb(184,186,187); }
H1.HeaderClassName
{
color: #B8BABB;
}
.AnyTagClassName
{
color: #B8BABB;
}
</style>
background-color css
<style>
a { background-color: #B8BABB; }
a { background-color: rgb(184,186,187); }
div.DivClassName
{
background-color: #B8BABB;
}
.BgClassName
{
background-color: #B8BABB;
}
</style>
border-color css
<style>
span { border-color: #B8BABB; }
span { border-color: rgb(184,186,187); }
td.TdClassName
{
border-color: #B8BABB;
}
.TagClassName
{
border-color: #B8BABB;
}
</style>