Shades of Heather #AABBC1
Tints of Heather #AABBC1
RGB
CMYK
RGB Variations
Color information
#AABBC1 (or 0xAABBC1) is known color: Heather. HEX triplet: AA, BB and C1. RGB value is (170,187,193). Sum of RGB (Red+Green+Blue) = 170+187+193=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC1 is #55443E. Grayscale: #B6B6B6. Windows color (decimal): -5588031 or 12696490. OLE color: 12696490.
HSL color Cylindrical-coordinate representation of color #AABBC1: hue angle of 195.65º 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 #AABBC1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 187 | 193 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.24 |
| HSL | 195.65º | 0.16% | 0.71% | - |
| HSV(B) | 195.65º | 0.12% | 0.76% | - |
| XYZ | 43.97 | 47.94 | 57.39 | - |
| YUV | 182.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 193 | 0.12 | 0.03 | 0 | 0.24 | 195.65 | 0.16 | 0.71 |
| Hex | AA | BB | C1 | C | 3 | 0 | 18 | C4 | 10 | 47 |
| Octal | 252 | 273 | 301 | 14 | 3 | 0 | 30 | 304 | 20 | 107 |
| Binary | 10101010 | 10111011 | 11000001 | 1100 | 11 | 0 | 11000 | 11000100 | 10000 | 1000111 |
Color Harmonies of #AABBC1
Complementary color
Monochromatic Colors of #AABBC1
Black with #AABBC1
Text Example
Text Example
White with #AABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBC1; }
p { color: rgb(170,187,193); }
H1.HeaderClassName
{
color: #AABBC1;
}
.AnyTagClassName
{
color: #AABBC1;
}
</style>
background-color css
<style>
a { background-color: #AABBC1; }
a { background-color: rgb(170,187,193); }
div.DivClassName
{
background-color: #AABBC1;
}
.BgClassName
{
background-color: #AABBC1;
}
</style>
border-color css
<style>
span { border-color: #AABBC1; }
span { border-color: rgb(170,187,193); }
td.TdClassName
{
border-color: #AABBC1;
}
.TagClassName
{
border-color: #AABBC1;
}
</style>