Shades of Heather #BABFC0
Tints of Heather #BABFC0
RGB
CMYK
RGB Variations
Color information
#BABFC0 (or 0xBABFC0) is known color: Heather. HEX triplet: BA, BF and C0. RGB value is (186,191,192). Sum of RGB (Red+Green+Blue) = 186+191+192=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 192 - color contains mainly: blue. Hex color #BABFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC0 is #45403F. Grayscale: #BDBDBD. Windows color (decimal): -4538432 or 12631994. OLE color: 12631994.
HSL color Cylindrical-coordinate representation of color #BABFC0: hue angle of 190º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABFC0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 192 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.25 |
| HSL | 190º | 0.05% | 0.74% | - |
| HSV(B) | 190º | 0.03% | 0.75% | - |
| XYZ | 48.39 | 51.51 | 57.26 | - |
| YUV | 189.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 192 | 0.03 | 0.01 | 0 | 0.25 | 190 | 0.05 | 0.74 |
| Hex | BA | BF | C0 | 3 | 1 | 0 | 19 | BE | 5 | 4A |
| Octal | 272 | 277 | 300 | 3 | 1 | 0 | 31 | 276 | 5 | 112 |
| Binary | 10111010 | 10111111 | 11000000 | 11 | 1 | 0 | 11001 | 10111110 | 101 | 1001010 |
Color Harmonies of #BABFC0
Complementary color
Monochromatic Colors of #BABFC0
Black with #BABFC0
Text Example
Text Example
White with #BABFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFC0; }
p { color: rgb(186,191,192); }
H1.HeaderClassName
{
color: #BABFC0;
}
.AnyTagClassName
{
color: #BABFC0;
}
</style>
background-color css
<style>
a { background-color: #BABFC0; }
a { background-color: rgb(186,191,192); }
div.DivClassName
{
background-color: #BABFC0;
}
.BgClassName
{
background-color: #BABFC0;
}
</style>
border-color css
<style>
span { border-color: #BABFC0; }
span { border-color: rgb(186,191,192); }
td.TdClassName
{
border-color: #BABFC0;
}
.TagClassName
{
border-color: #BABFC0;
}
</style>