Shades of Heather #BABDBE
Tints of Heather #BABDBE
RGB
CMYK
RGB Variations
Color information
#BABDBE (or 0xBABDBE) is known color: Heather. HEX triplet: BA, BD and BE. RGB value is (186,189,190). Sum of RGB (Red+Green+Blue) = 186+189+190=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: blue. Hex color #BABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBE is #454241. Grayscale: #BCBCBC. Windows color (decimal): -4538946 or 12500410. OLE color: 12500410.
HSL color Cylindrical-coordinate representation of color #BABDBE: hue angle of 195º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABDBE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 189 | 190 | - |
CMYK | 0.02 | 0.01 | 0 | 0.25 |
HSL | 195º | 0.03% | 0.74% | - |
HSV(B) | 195º | 0.02% | 0.75% | - |
XYZ | 47.74 | 50.55 | 55.96 | - |
YUV | 188.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 190 | 0.02 | 0.01 | 0 | 0.25 | 195 | 0.03 | 0.74 |
Hex | BA | BD | BE | 2 | 1 | 0 | 19 | C3 | 3 | 4A |
Octal | 272 | 275 | 276 | 2 | 1 | 0 | 31 | 303 | 3 | 112 |
Binary | 10111010 | 10111101 | 10111110 | 10 | 1 | 0 | 11001 | 11000011 | 11 | 1001010 |
Color Harmonies of #BABDBE
Complementary color
Monochromatic Colors of #BABDBE
Black with #BABDBE
Text Example
Text Example
White with #BABDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDBE; }
p { color: rgb(186,189,190); }
H1.HeaderClassName
{
color: #BABDBE;
}
.AnyTagClassName
{
color: #BABDBE;
}
</style>
background-color css
<style>
a { background-color: #BABDBE; }
a { background-color: rgb(186,189,190); }
div.DivClassName
{
background-color: #BABDBE;
}
.BgClassName
{
background-color: #BABDBE;
}
</style>
border-color css
<style>
span { border-color: #BABDBE; }
span { border-color: rgb(186,189,190); }
td.TdClassName
{
border-color: #BABDBE;
}
.TagClassName
{
border-color: #BABDBE;
}
</style>