Shades of Heather #B4B8BA
Tints of Heather #B4B8BA
RGB
CMYK
RGB Variations
Color information
#B4B8BA (or 0xB4B8BA) is known color: Heather. HEX triplet: B4, B8 and BA. RGB value is (180,184,186). Sum of RGB (Red+Green+Blue) = 180+184+186=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8BA is #4B4745. Grayscale: #B7B7B7. Windows color (decimal): -4933446 or 12236980. OLE color: 12236980.
HSL color Cylindrical-coordinate representation of color #B4B8BA: hue angle of 200º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B8BA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 184 | 186 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.27 |
| HSL | 200º | 0.04% | 0.72% | - |
| HSV(B) | 200º | 0.03% | 0.73% | - |
| XYZ | 44.83 | 47.53 | 53.27 | - |
| YUV | 183.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 186 | 0.03 | 0.01 | 0 | 0.27 | 200 | 0.04 | 0.72 |
| Hex | B4 | B8 | BA | 3 | 1 | 0 | 1B | C8 | 4 | 48 |
| Octal | 264 | 270 | 272 | 3 | 1 | 0 | 33 | 310 | 4 | 110 |
| Binary | 10110100 | 10111000 | 10111010 | 11 | 1 | 0 | 11011 | 11001000 | 100 | 1001000 |
Color Harmonies of #B4B8BA
Complementary color
Monochromatic Colors of #B4B8BA
Black with #B4B8BA
Text Example
Text Example
White with #B4B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B8BA; }
p { color: rgb(180,184,186); }
H1.HeaderClassName
{
color: #B4B8BA;
}
.AnyTagClassName
{
color: #B4B8BA;
}
</style>
background-color css
<style>
a { background-color: #B4B8BA; }
a { background-color: rgb(180,184,186); }
div.DivClassName
{
background-color: #B4B8BA;
}
.BgClassName
{
background-color: #B4B8BA;
}
</style>
border-color css
<style>
span { border-color: #B4B8BA; }
span { border-color: rgb(180,184,186); }
td.TdClassName
{
border-color: #B4B8BA;
}
.TagClassName
{
border-color: #B4B8BA;
}
</style>