Shades of Heather #AABECB
Tints of Heather #AABECB
RGB
CMYK
RGB Variations
Color information
#AABECB (or 0xAABECB) is known color: Heather. HEX triplet: AA, BE and CB. RGB value is (170,190,203). Sum of RGB (Red+Green+Blue) = 170+190+203=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECB is #554134. Grayscale: #B9B9B9. Windows color (decimal): -5587253 or 13352618. OLE color: 13352618.
HSL color Cylindrical-coordinate representation of color #AABECB: hue angle of 203.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABECB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 190 | 203 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.20 |
| HSL | 203.64º | 0.24% | 0.73% | - |
| HSV(B) | 203.64º | 0.16% | 0.8% | - |
| XYZ | 45.77 | 49.68 | 63.68 | - |
| YUV | 185.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 203 | 0.16 | 0.06 | 0 | 0.20 | 203.64 | 0.24 | 0.73 |
| Hex | AA | BE | CB | 10 | 6 | 0 | 14 | CC | 18 | 49 |
| Octal | 252 | 276 | 313 | 20 | 6 | 0 | 24 | 314 | 30 | 111 |
| Binary | 10101010 | 10111110 | 11001011 | 10000 | 110 | 0 | 10100 | 11001100 | 11000 | 1001001 |
Color Harmonies of #AABECB
Complementary color
Monochromatic Colors of #AABECB
Black with #AABECB
Text Example
Text Example
White with #AABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABECB; }
p { color: rgb(170,190,203); }
H1.HeaderClassName
{
color: #AABECB;
}
.AnyTagClassName
{
color: #AABECB;
}
</style>
background-color css
<style>
a { background-color: #AABECB; }
a { background-color: rgb(170,190,203); }
div.DivClassName
{
background-color: #AABECB;
}
.BgClassName
{
background-color: #AABECB;
}
</style>
border-color css
<style>
span { border-color: #AABECB; }
span { border-color: rgb(170,190,203); }
td.TdClassName
{
border-color: #AABECB;
}
.TagClassName
{
border-color: #AABECB;
}
</style>