Shades of Heather #AABEC2
Tints of Heather #AABEC2
RGB
CMYK
RGB Variations
Color information
#AABEC2 (or 0xAABEC2) is known color: Heather. HEX triplet: AA, BE and C2. RGB value is (170,190,194). Sum of RGB (Red+Green+Blue) = 170+190+194=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #AABEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC2 is #55413D. Grayscale: #B8B8B8. Windows color (decimal): -5587262 or 12762794. OLE color: 12762794.
HSL color Cylindrical-coordinate representation of color #AABEC2: hue angle of 190º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABEC2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 190 | 194 | - |
CMYK | 0.12 | 0.02 | 0 | 0.24 |
HSL | 190º | 0.16% | 0.71% | - |
HSV(B) | 190º | 0.12% | 0.76% | - |
XYZ | 44.73 | 49.27 | 58.19 | - |
YUV | 184.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 190 | 194 | 0.12 | 0.02 | 0 | 0.24 | 190 | 0.16 | 0.71 |
Hex | AA | BE | C2 | C | 2 | 0 | 18 | BE | 10 | 47 |
Octal | 252 | 276 | 302 | 14 | 2 | 0 | 30 | 276 | 20 | 107 |
Binary | 10101010 | 10111110 | 11000010 | 1100 | 10 | 0 | 11000 | 10111110 | 10000 | 1000111 |
Color Harmonies of #AABEC2
Complementary color
Monochromatic Colors of #AABEC2
Black with #AABEC2
Text Example
Text Example
White with #AABEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEC2; }
p { color: rgb(170,190,194); }
H1.HeaderClassName
{
color: #AABEC2;
}
.AnyTagClassName
{
color: #AABEC2;
}
</style>
background-color css
<style>
a { background-color: #AABEC2; }
a { background-color: rgb(170,190,194); }
div.DivClassName
{
background-color: #AABEC2;
}
.BgClassName
{
background-color: #AABEC2;
}
</style>
border-color css
<style>
span { border-color: #AABEC2; }
span { border-color: rgb(170,190,194); }
td.TdClassName
{
border-color: #AABEC2;
}
.TagClassName
{
border-color: #AABEC2;
}
</style>