Shades of Heather #B3BBBD
Tints of Heather #B3BBBD
RGB
CMYK
RGB Variations
Color information
#B3BBBD (or 0xB3BBBD) is known color: Heather. HEX triplet: B3, BB and BD. RGB value is (179,187,189). Sum of RGB (Red+Green+Blue) = 179+187+189=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBBD is #4C4442. Grayscale: #B8B8B8. Windows color (decimal): -4998211 or 12434355. OLE color: 12434355.
HSL color Cylindrical-coordinate representation of color #B3BBBD: hue angle of 192º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3BBBD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 187 | 189 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.26 |
| HSL | 192º | 0.07% | 0.72% | - |
| HSV(B) | 192º | 0.05% | 0.74% | - |
| XYZ | 45.55 | 48.8 | 55.16 | - |
| YUV | 184.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 189 | 0.05 | 0.01 | 0 | 0.26 | 192 | 0.07 | 0.72 |
| Hex | B3 | BB | BD | 5 | 1 | 0 | 1A | C0 | 7 | 48 |
| Octal | 263 | 273 | 275 | 5 | 1 | 0 | 32 | 300 | 7 | 110 |
| Binary | 10110011 | 10111011 | 10111101 | 101 | 1 | 0 | 11010 | 11000000 | 111 | 1001000 |
Color Harmonies of #B3BBBD
Complementary color
Monochromatic Colors of #B3BBBD
Black with #B3BBBD
Text Example
Text Example
White with #B3BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBBD; }
p { color: rgb(179,187,189); }
H1.HeaderClassName
{
color: #B3BBBD;
}
.AnyTagClassName
{
color: #B3BBBD;
}
</style>
background-color css
<style>
a { background-color: #B3BBBD; }
a { background-color: rgb(179,187,189); }
div.DivClassName
{
background-color: #B3BBBD;
}
.BgClassName
{
background-color: #B3BBBD;
}
</style>
border-color css
<style>
span { border-color: #B3BBBD; }
span { border-color: rgb(179,187,189); }
td.TdClassName
{
border-color: #B3BBBD;
}
.TagClassName
{
border-color: #B3BBBD;
}
</style>