Shades of Heather #AABCCC
Tints of Heather #AABCCC
RGB
CMYK
RGB Variations
Color information
#AABCCC (or 0xAABCCC) is known color: Heather. HEX triplet: AA, BC and CC. RGB value is (170,188,204). Sum of RGB (Red+Green+Blue) = 170+188+204=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCC is #554333. Grayscale: #B8B8B8. Windows color (decimal): -5587764 or 13417642. OLE color: 13417642.
HSL color Cylindrical-coordinate representation of color #AABCCC: hue angle of 208.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABCCC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 188 | 204 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.2 |
| HSL | 208.24º | 0.25% | 0.73% | - |
| HSV(B) | 208.24º | 0.17% | 0.8% | - |
| XYZ | 45.46 | 48.87 | 64.16 | - |
| YUV | 184.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 204 | 0.17 | 0.08 | 0 | 0.2 | 208.24 | 0.25 | 0.73 |
| Hex | AA | BC | CC | 11 | 8 | 0 | 14 | D0 | 19 | 49 |
| Octal | 252 | 274 | 314 | 21 | 10 | 0 | 24 | 320 | 31 | 111 |
| Binary | 10101010 | 10111100 | 11001100 | 10001 | 1000 | 0 | 10100 | 11010000 | 11001 | 1001001 |
Color Harmonies of #AABCCC
Complementary color
Monochromatic Colors of #AABCCC
Black with #AABCCC
Text Example
Text Example
White with #AABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCCC; }
p { color: rgb(170,188,204); }
H1.HeaderClassName
{
color: #AABCCC;
}
.AnyTagClassName
{
color: #AABCCC;
}
</style>
background-color css
<style>
a { background-color: #AABCCC; }
a { background-color: rgb(170,188,204); }
div.DivClassName
{
background-color: #AABCCC;
}
.BgClassName
{
background-color: #AABCCC;
}
</style>
border-color css
<style>
span { border-color: #AABCCC; }
span { border-color: rgb(170,188,204); }
td.TdClassName
{
border-color: #AABCCC;
}
.TagClassName
{
border-color: #AABCCC;
}
</style>