Shades of Heather #BABEC2
Tints of Heather #BABEC2
RGB
CMYK
RGB Variations
Color information
#BABEC2 (or 0xBABEC2) is known color: Heather. HEX triplet: BA, BE and C2. RGB value is (186,190,194). Sum of RGB (Red+Green+Blue) = 186+190+194=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BABEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC2 is #45413D. Grayscale: #BDBDBD. Windows color (decimal): -4538686 or 12762810. OLE color: 12762810.
HSL color Cylindrical-coordinate representation of color #BABEC2: hue angle of 210º 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 #BABEC2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 190 | 194 | - |
CMYK | 0.04 | 0.02 | 0 | 0.24 |
HSL | 210º | 0.06% | 0.75% | - |
HSV(B) | 210º | 0.04% | 0.76% | - |
XYZ | 48.4 | 51.16 | 58.36 | - |
YUV | 189.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 190 | 194 | 0.04 | 0.02 | 0 | 0.24 | 210 | 0.06 | 0.75 |
Hex | BA | BE | C2 | 4 | 2 | 0 | 18 | D2 | 6 | 4B |
Octal | 272 | 276 | 302 | 4 | 2 | 0 | 30 | 322 | 6 | 113 |
Binary | 10111010 | 10111110 | 11000010 | 100 | 10 | 0 | 11000 | 11010010 | 110 | 1001011 |
Color Harmonies of #BABEC2
Complementary color
Monochromatic Colors of #BABEC2
Black with #BABEC2
Text Example
Text Example
White with #BABEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEC2; }
p { color: rgb(186,190,194); }
H1.HeaderClassName
{
color: #BABEC2;
}
.AnyTagClassName
{
color: #BABEC2;
}
</style>
background-color css
<style>
a { background-color: #BABEC2; }
a { background-color: rgb(186,190,194); }
div.DivClassName
{
background-color: #BABEC2;
}
.BgClassName
{
background-color: #BABEC2;
}
</style>
border-color css
<style>
span { border-color: #BABEC2; }
span { border-color: rgb(186,190,194); }
td.TdClassName
{
border-color: #BABEC2;
}
.TagClassName
{
border-color: #BABEC2;
}
</style>