Shades of Heather #AABBC0
Tints of Heather #AABBC0
RGB
CMYK
RGB Variations
Color information
#AABBC0 (or 0xAABBC0) is known color: Heather. HEX triplet: AA, BB and C0. RGB value is (170,187,192). Sum of RGB (Red+Green+Blue) = 170+187+192=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC0 is #55443F. Grayscale: #B6B6B6. Windows color (decimal): -5588032 or 12630954. OLE color: 12630954.
HSL color Cylindrical-coordinate representation of color #AABBC0: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABBC0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 187 | 192 | - |
CMYK | 0.11 | 0.03 | 0 | 0.25 |
HSL | 193.64º | 0.15% | 0.71% | - |
HSV(B) | 193.64º | 0.11% | 0.75% | - |
XYZ | 43.86 | 47.89 | 56.8 | - |
YUV | 182.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 187 | 192 | 0.11 | 0.03 | 0 | 0.25 | 193.64 | 0.15 | 0.71 |
Hex | AA | BB | C0 | B | 3 | 0 | 19 | C2 | F | 47 |
Octal | 252 | 273 | 300 | 13 | 3 | 0 | 31 | 302 | 17 | 107 |
Binary | 10101010 | 10111011 | 11000000 | 1011 | 11 | 0 | 11001 | 11000010 | 1111 | 1000111 |
Color Harmonies of #AABBC0
Complementary color
Monochromatic Colors of #AABBC0
Black with #AABBC0
Text Example
Text Example
White with #AABBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBC0; }
p { color: rgb(170,187,192); }
H1.HeaderClassName
{
color: #AABBC0;
}
.AnyTagClassName
{
color: #AABBC0;
}
</style>
background-color css
<style>
a { background-color: #AABBC0; }
a { background-color: rgb(170,187,192); }
div.DivClassName
{
background-color: #AABBC0;
}
.BgClassName
{
background-color: #AABBC0;
}
</style>
border-color css
<style>
span { border-color: #AABBC0; }
span { border-color: rgb(170,187,192); }
td.TdClassName
{
border-color: #AABBC0;
}
.TagClassName
{
border-color: #AABBC0;
}
</style>