Shades of Heather #AABBC7
Tints of Heather #AABBC7
RGB
CMYK
RGB Variations
Color information
#AABBC7 (or 0xAABBC7) is known color: Heather. HEX triplet: AA, BB and C7. RGB value is (170,187,199). Sum of RGB (Red+Green+Blue) = 170+187+199=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #AABBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC7 is #554438. Grayscale: #B7B7B7. Windows color (decimal): -5588025 or 13089706. OLE color: 13089706.
HSL color Cylindrical-coordinate representation of color #AABBC7: hue angle of 204.83º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABBC7 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 170 | 187 | 199 | - |
CMYK | 0.15 | 0.06 | 0 | 0.22 |
HSL | 204.83º | 0.21% | 0.72% | - |
HSV(B) | 204.83º | 0.15% | 0.78% | - |
XYZ | 44.66 | 48.21 | 60.98 | - |
YUV | 183.29 | 136.87 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 187 | 199 | 0.15 | 0.06 | 0 | 0.22 | 204.83 | 0.21 | 0.72 |
Hex | AA | BB | C7 | F | 6 | 0 | 16 | CD | 15 | 48 |
Octal | 252 | 273 | 307 | 17 | 6 | 0 | 26 | 315 | 25 | 110 |
Binary | 10101010 | 10111011 | 11000111 | 1111 | 110 | 0 | 10110 | 11001101 | 10101 | 1001000 |
Color Harmonies of #AABBC7
Complementary color
Monochromatic Colors of #AABBC7
Black with #AABBC7
Text Example
Text Example
White with #AABBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBC7; }
p { color: rgb(170,187,199); }
H1.HeaderClassName
{
color: #AABBC7;
}
.AnyTagClassName
{
color: #AABBC7;
}
</style>
background-color css
<style>
a { background-color: #AABBC7; }
a { background-color: rgb(170,187,199); }
div.DivClassName
{
background-color: #AABBC7;
}
.BgClassName
{
background-color: #AABBC7;
}
</style>
border-color css
<style>
span { border-color: #AABBC7; }
span { border-color: rgb(170,187,199); }
td.TdClassName
{
border-color: #AABBC7;
}
.TagClassName
{
border-color: #AABBC7;
}
</style>