Shades of Heather #AABECA
Tints of Heather #AABECA
RGB
CMYK
RGB Variations
Color information
#AABECA (or 0xAABECA) is known color: Heather. HEX triplet: AA, BE and CA. RGB value is (170,190,202). Sum of RGB (Red+Green+Blue) = 170+190+202=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECA is #554135. Grayscale: #B9B9B9. Windows color (decimal): -5587254 or 13287082. OLE color: 13287082.
HSL color Cylindrical-coordinate representation of color #AABECA: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABECA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 190 | 202 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.21 |
| HSL | 202.5º | 0.23% | 0.73% | - |
| HSV(B) | 202.5º | 0.16% | 0.79% | - |
| XYZ | 45.65 | 49.64 | 63.05 | - |
| YUV | 185.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 202 | 0.16 | 0.06 | 0 | 0.21 | 202.5 | 0.23 | 0.73 |
| Hex | AA | BE | CA | 10 | 6 | 0 | 15 | CA | 17 | 49 |
| Octal | 252 | 276 | 312 | 20 | 6 | 0 | 25 | 312 | 27 | 111 |
| Binary | 10101010 | 10111110 | 11001010 | 10000 | 110 | 0 | 10101 | 11001010 | 10111 | 1001001 |
Color Harmonies of #AABECA
Complementary color
Monochromatic Colors of #AABECA
Black with #AABECA
Text Example
Text Example
White with #AABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABECA; }
p { color: rgb(170,190,202); }
H1.HeaderClassName
{
color: #AABECA;
}
.AnyTagClassName
{
color: #AABECA;
}
</style>
background-color css
<style>
a { background-color: #AABECA; }
a { background-color: rgb(170,190,202); }
div.DivClassName
{
background-color: #AABECA;
}
.BgClassName
{
background-color: #AABECA;
}
</style>
border-color css
<style>
span { border-color: #AABECA; }
span { border-color: rgb(170,190,202); }
td.TdClassName
{
border-color: #AABECA;
}
.TagClassName
{
border-color: #AABECA;
}
</style>