Shades of Heather #AABCC7
Tints of Heather #AABCC7
RGB
CMYK
RGB Variations
Color information
#AABCC7 (or 0xAABCC7) is known color: Heather. HEX triplet: AA, BC and C7. RGB value is (170,188,199). Sum of RGB (Red+Green+Blue) = 170+188+199=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #AABCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC7 is #554338. Grayscale: #B7B7B7. Windows color (decimal): -5587769 or 13089962. OLE color: 13089962.
HSL color Cylindrical-coordinate representation of color #AABCC7: hue angle of 202.76º 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 #AABCC7 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 188 | 199 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.22 |
| HSL | 202.76º | 0.21% | 0.72% | - |
| HSV(B) | 202.76º | 0.15% | 0.78% | - |
| XYZ | 44.87 | 48.64 | 61.06 | - |
| YUV | 183.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 199 | 0.15 | 0.06 | 0 | 0.22 | 202.76 | 0.21 | 0.72 |
| Hex | AA | BC | C7 | F | 6 | 0 | 16 | CB | 15 | 48 |
| Octal | 252 | 274 | 307 | 17 | 6 | 0 | 26 | 313 | 25 | 110 |
| Binary | 10101010 | 10111100 | 11000111 | 1111 | 110 | 0 | 10110 | 11001011 | 10101 | 1001000 |
Color Harmonies of #AABCC7
Complementary color
Monochromatic Colors of #AABCC7
Black with #AABCC7
Text Example
Text Example
White with #AABCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCC7; }
p { color: rgb(170,188,199); }
H1.HeaderClassName
{
color: #AABCC7;
}
.AnyTagClassName
{
color: #AABCC7;
}
</style>
background-color css
<style>
a { background-color: #AABCC7; }
a { background-color: rgb(170,188,199); }
div.DivClassName
{
background-color: #AABCC7;
}
.BgClassName
{
background-color: #AABCC7;
}
</style>
border-color css
<style>
span { border-color: #AABCC7; }
span { border-color: rgb(170,188,199); }
td.TdClassName
{
border-color: #AABCC7;
}
.TagClassName
{
border-color: #AABCC7;
}
</style>