Shades of Heather #BABDC1
Tints of Heather #BABDC1
RGB
CMYK
RGB Variations
Color information
#BABDC1 (or 0xBABDC1) is known color: Heather. HEX triplet: BA, BD and C1. RGB value is (186,189,193). Sum of RGB (Red+Green+Blue) = 186+189+193=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BABDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC1 is #45423E. Grayscale: #BCBCBC. Windows color (decimal): -4538943 or 12697018. OLE color: 12697018.
HSL color Cylindrical-coordinate representation of color #BABDC1: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABDC1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 189 | 193 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.24 |
| HSL | 214.29º | 0.05% | 0.74% | - |
| HSV(B) | 214.29º | 0.04% | 0.76% | - |
| XYZ | 48.07 | 50.68 | 57.7 | - |
| YUV | 188.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 193 | 0.04 | 0.02 | 0 | 0.24 | 214.29 | 0.05 | 0.74 |
| Hex | BA | BD | C1 | 4 | 2 | 0 | 18 | D6 | 5 | 4A |
| Octal | 272 | 275 | 301 | 4 | 2 | 0 | 30 | 326 | 5 | 112 |
| Binary | 10111010 | 10111101 | 11000001 | 100 | 10 | 0 | 11000 | 11010110 | 101 | 1001010 |
Color Harmonies of #BABDC1
Complementary color
Monochromatic Colors of #BABDC1
Black with #BABDC1
Text Example
Text Example
White with #BABDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDC1; }
p { color: rgb(186,189,193); }
H1.HeaderClassName
{
color: #BABDC1;
}
.AnyTagClassName
{
color: #BABDC1;
}
</style>
background-color css
<style>
a { background-color: #BABDC1; }
a { background-color: rgb(186,189,193); }
div.DivClassName
{
background-color: #BABDC1;
}
.BgClassName
{
background-color: #BABDC1;
}
</style>
border-color css
<style>
span { border-color: #BABDC1; }
span { border-color: rgb(186,189,193); }
td.TdClassName
{
border-color: #BABDC1;
}
.TagClassName
{
border-color: #BABDC1;
}
</style>