Shades of Heather #AABBC9
Tints of Heather #AABBC9
RGB
CMYK
RGB Variations
Color information
#AABBC9 (or 0xAABBC9) is known color: Heather. HEX triplet: AA, BB and C9. RGB value is (170,187,201). Sum of RGB (Red+Green+Blue) = 170+187+201=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC9 is #554436. Grayscale: #B7B7B7. Windows color (decimal): -5588023 or 13220778. OLE color: 13220778.
HSL color Cylindrical-coordinate representation of color #AABBC9: hue angle of 207.1º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABBC9 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 187 | 201 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.21 |
| HSL | 207.1º | 0.22% | 0.73% | - |
| HSV(B) | 207.1º | 0.15% | 0.79% | - |
| XYZ | 44.89 | 48.3 | 62.22 | - |
| YUV | 183.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 201 | 0.15 | 0.07 | 0 | 0.21 | 207.1 | 0.22 | 0.73 |
| Hex | AA | BB | C9 | F | 7 | 0 | 15 | CF | 16 | 49 |
| Octal | 252 | 273 | 311 | 17 | 7 | 0 | 25 | 317 | 26 | 111 |
| Binary | 10101010 | 10111011 | 11001001 | 1111 | 111 | 0 | 10101 | 11001111 | 10110 | 1001001 |
Color Harmonies of #AABBC9
Complementary color
Monochromatic Colors of #AABBC9
Black with #AABBC9
Text Example
Text Example
White with #AABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBC9; }
p { color: rgb(170,187,201); }
H1.HeaderClassName
{
color: #AABBC9;
}
.AnyTagClassName
{
color: #AABBC9;
}
</style>
background-color css
<style>
a { background-color: #AABBC9; }
a { background-color: rgb(170,187,201); }
div.DivClassName
{
background-color: #AABBC9;
}
.BgClassName
{
background-color: #AABBC9;
}
</style>
border-color css
<style>
span { border-color: #AABBC9; }
span { border-color: rgb(170,187,201); }
td.TdClassName
{
border-color: #AABBC9;
}
.TagClassName
{
border-color: #AABBC9;
}
</style>