Shades of Spindle #AABACC
Tints of Spindle #AABACC
RGB
CMYK
RGB Variations
Color information
#AABACC (or 0xAABACC) is known color: Spindle. HEX triplet: AA, BA and CC. RGB value is (170,186,204). Sum of RGB (Red+Green+Blue) = 170+186+204=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACC is #554533. Grayscale: #B7B7B7. Windows color (decimal): -5588276 or 13417130. OLE color: 13417130.
HSL color Cylindrical-coordinate representation of color #AABACC: hue angle of 211.76º 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 #AABACC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 186 | 204 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.2 |
| HSL | 211.76º | 0.25% | 0.73% | - |
| HSV(B) | 211.76º | 0.17% | 0.8% | - |
| XYZ | 45.04 | 48.02 | 64.02 | - |
| YUV | 183.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 204 | 0.17 | 0.09 | 0 | 0.2 | 211.76 | 0.25 | 0.73 |
| Hex | AA | BA | CC | 11 | 9 | 0 | 14 | D4 | 19 | 49 |
| Octal | 252 | 272 | 314 | 21 | 11 | 0 | 24 | 324 | 31 | 111 |
| Binary | 10101010 | 10111010 | 11001100 | 10001 | 1001 | 0 | 10100 | 11010100 | 11001 | 1001001 |
Color Harmonies of #AABACC
Complementary color
Monochromatic Colors of #AABACC
Black with #AABACC
Text Example
Text Example
White with #AABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABACC; }
p { color: rgb(170,186,204); }
H1.HeaderClassName
{
color: #AABACC;
}
.AnyTagClassName
{
color: #AABACC;
}
</style>
background-color css
<style>
a { background-color: #AABACC; }
a { background-color: rgb(170,186,204); }
div.DivClassName
{
background-color: #AABACC;
}
.BgClassName
{
background-color: #AABACC;
}
</style>
border-color css
<style>
span { border-color: #AABACC; }
span { border-color: rgb(170,186,204); }
td.TdClassName
{
border-color: #AABACC;
}
.TagClassName
{
border-color: #AABACC;
}
</style>