Shades of Heather #B3BABD
Tints of Heather #B3BABD
RGB
CMYK
RGB Variations
Color information
#B3BABD (or 0xB3BABD) is known color: Heather. HEX triplet: B3, BA and BD. RGB value is (179,186,189). Sum of RGB (Red+Green+Blue) = 179+186+189=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABD is #4C4542. Grayscale: #B8B8B8. Windows color (decimal): -4998467 or 12434099. OLE color: 12434099.
HSL color Cylindrical-coordinate representation of color #B3BABD: hue angle of 198º 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 #B3BABD is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 186 | 189 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.26 |
| HSL | 198º | 0.07% | 0.72% | - |
| HSV(B) | 198º | 0.05% | 0.74% | - |
| XYZ | 45.33 | 48.38 | 55.09 | - |
| YUV | 184.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 189 | 0.05 | 0.02 | 0 | 0.26 | 198 | 0.07 | 0.72 |
| Hex | B3 | BA | BD | 5 | 2 | 0 | 1A | C6 | 7 | 48 |
| Octal | 263 | 272 | 275 | 5 | 2 | 0 | 32 | 306 | 7 | 110 |
| Binary | 10110011 | 10111010 | 10111101 | 101 | 10 | 0 | 11010 | 11000110 | 111 | 1001000 |
Color Harmonies of #B3BABD
Complementary color
Monochromatic Colors of #B3BABD
Black with #B3BABD
Text Example
Text Example
White with #B3BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BABD; }
p { color: rgb(179,186,189); }
H1.HeaderClassName
{
color: #B3BABD;
}
.AnyTagClassName
{
color: #B3BABD;
}
</style>
background-color css
<style>
a { background-color: #B3BABD; }
a { background-color: rgb(179,186,189); }
div.DivClassName
{
background-color: #B3BABD;
}
.BgClassName
{
background-color: #B3BABD;
}
</style>
border-color css
<style>
span { border-color: #B3BABD; }
span { border-color: rgb(179,186,189); }
td.TdClassName
{
border-color: #B3BABD;
}
.TagClassName
{
border-color: #B3BABD;
}
</style>