Shades of Heather #BABEC1
Tints of Heather #BABEC1
RGB
CMYK
RGB Variations
Color information
#BABEC1 (or 0xBABEC1) is known color: Heather. HEX triplet: BA, BE and C1. RGB value is (186,190,193). Sum of RGB (Red+Green+Blue) = 186+190+193=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #BABEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC1 is #45413E. Grayscale: #BDBDBD. Windows color (decimal): -4538687 or 12697274. OLE color: 12697274.
HSL color Cylindrical-coordinate representation of color #BABEC1: hue angle of 205.71º 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 #BABEC1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 190 | 193 | - |
CMYK | 0.04 | 0.02 | 0 | 0.24 |
HSL | 205.71º | 0.05% | 0.74% | - |
HSV(B) | 205.71º | 0.04% | 0.76% | - |
XYZ | 48.29 | 51.12 | 57.77 | - |
YUV | 189.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 190 | 193 | 0.04 | 0.02 | 0 | 0.24 | 205.71 | 0.05 | 0.74 |
Hex | BA | BE | C1 | 4 | 2 | 0 | 18 | CE | 5 | 4A |
Octal | 272 | 276 | 301 | 4 | 2 | 0 | 30 | 316 | 5 | 112 |
Binary | 10111010 | 10111110 | 11000001 | 100 | 10 | 0 | 11000 | 11001110 | 101 | 1001010 |
Color Harmonies of #BABEC1
Complementary color
Monochromatic Colors of #BABEC1
Black with #BABEC1
Text Example
Text Example
White with #BABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEC1; }
p { color: rgb(186,190,193); }
H1.HeaderClassName
{
color: #BABEC1;
}
.AnyTagClassName
{
color: #BABEC1;
}
</style>
background-color css
<style>
a { background-color: #BABEC1; }
a { background-color: rgb(186,190,193); }
div.DivClassName
{
background-color: #BABEC1;
}
.BgClassName
{
background-color: #BABEC1;
}
</style>
border-color css
<style>
span { border-color: #BABEC1; }
span { border-color: rgb(186,190,193); }
td.TdClassName
{
border-color: #BABEC1;
}
.TagClassName
{
border-color: #BABEC1;
}
</style>