Shades of Heather #BABCBD
Tints of Heather #BABCBD
RGB
CMYK
RGB Variations
Color information
#BABCBD (or 0xBABCBD) is known color: Heather. HEX triplet: BA, BC and BD. RGB value is (186,188,189). Sum of RGB (Red+Green+Blue) = 186+188+189=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 189 - color contains mainly: blue. Hex color #BABCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCBD is #454342. Grayscale: #BBBBBB. Windows color (decimal): -4539203 or 12434618. OLE color: 12434618.
HSL color Cylindrical-coordinate representation of color #BABCBD: hue angle of 200º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABCBD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 189 | - |
CMYK | 0.02 | 0.01 | 0 | 0.26 |
HSL | 200º | 0.02% | 0.74% | - |
HSV(B) | 200º | 0.02% | 0.74% | - |
XYZ | 47.42 | 50.08 | 55.31 | - |
YUV | 187.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 189 | 0.02 | 0.01 | 0 | 0.26 | 200 | 0.02 | 0.74 |
Hex | BA | BC | BD | 2 | 1 | 0 | 1A | C8 | 2 | 4A |
Octal | 272 | 274 | 275 | 2 | 1 | 0 | 32 | 310 | 2 | 112 |
Binary | 10111010 | 10111100 | 10111101 | 10 | 1 | 0 | 11010 | 11001000 | 10 | 1001010 |
Color Harmonies of #BABCBD
Complementary color
Monochromatic Colors of #BABCBD
Black with #BABCBD
Text Example
Text Example
White with #BABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCBD; }
p { color: rgb(186,188,189); }
H1.HeaderClassName
{
color: #BABCBD;
}
.AnyTagClassName
{
color: #BABCBD;
}
</style>
background-color css
<style>
a { background-color: #BABCBD; }
a { background-color: rgb(186,188,189); }
div.DivClassName
{
background-color: #BABCBD;
}
.BgClassName
{
background-color: #BABCBD;
}
</style>
border-color css
<style>
span { border-color: #BABCBD; }
span { border-color: rgb(186,188,189); }
td.TdClassName
{
border-color: #BABCBD;
}
.TagClassName
{
border-color: #BABCBD;
}
</style>