Shades of Heather #BABFC2
Tints of Heather #BABFC2
RGB
CMYK
RGB Variations
Color information
#BABFC2 (or 0xBABFC2) is known color: Heather. HEX triplet: BA, BF and C2. RGB value is (186,191,194). Sum of RGB (Red+Green+Blue) = 186+191+194=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 194 - color contains mainly: blue. Hex color #BABFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC2 is #45403D. Grayscale: #BDBDBD. Windows color (decimal): -4538430 or 12763066. OLE color: 12763066.
HSL color Cylindrical-coordinate representation of color #BABFC2: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABFC2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 191 | 194 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.24 |
| HSL | 202.5º | 0.06% | 0.75% | - |
| HSV(B) | 202.5º | 0.04% | 0.76% | - |
| XYZ | 48.62 | 51.6 | 58.44 | - |
| YUV | 189.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 194 | 0.04 | 0.02 | 0 | 0.24 | 202.5 | 0.06 | 0.75 |
| Hex | BA | BF | C2 | 4 | 2 | 0 | 18 | CA | 6 | 4B |
| Octal | 272 | 277 | 302 | 4 | 2 | 0 | 30 | 312 | 6 | 113 |
| Binary | 10111010 | 10111111 | 11000010 | 100 | 10 | 0 | 11000 | 11001010 | 110 | 1001011 |
Color Harmonies of #BABFC2
Complementary color
Monochromatic Colors of #BABFC2
Black with #BABFC2
Text Example
Text Example
White with #BABFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFC2; }
p { color: rgb(186,191,194); }
H1.HeaderClassName
{
color: #BABFC2;
}
.AnyTagClassName
{
color: #BABFC2;
}
</style>
background-color css
<style>
a { background-color: #BABFC2; }
a { background-color: rgb(186,191,194); }
div.DivClassName
{
background-color: #BABFC2;
}
.BgClassName
{
background-color: #BABFC2;
}
</style>
border-color css
<style>
span { border-color: #BABFC2; }
span { border-color: rgb(186,191,194); }
td.TdClassName
{
border-color: #BABFC2;
}
.TagClassName
{
border-color: #BABFC2;
}
</style>