Shades of Spindle #AABACE
Tints of Spindle #AABACE
RGB
CMYK
RGB Variations
Color information
#AABACE (or 0xAABACE) is known color: Spindle. HEX triplet: AA, BA and CE. RGB value is (170,186,206). Sum of RGB (Red+Green+Blue) = 170+186+206=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACE is #554531. Grayscale: #B7B7B7. Windows color (decimal): -5588274 or 13548202. OLE color: 13548202.
HSL color Cylindrical-coordinate representation of color #AABACE: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABACE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 186 | 206 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.19 |
| HSL | 213.33º | 0.27% | 0.74% | - |
| HSV(B) | 213.33º | 0.17% | 0.81% | - |
| XYZ | 45.28 | 48.12 | 65.29 | - |
| YUV | 183.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 206 | 0.17 | 0.10 | 0 | 0.19 | 213.33 | 0.27 | 0.74 |
| Hex | AA | BA | CE | 11 | A | 0 | 13 | D5 | 1B | 4A |
| Octal | 252 | 272 | 316 | 21 | 12 | 0 | 23 | 325 | 33 | 112 |
| Binary | 10101010 | 10111010 | 11001110 | 10001 | 1010 | 0 | 10011 | 11010101 | 11011 | 1001010 |
Color Harmonies of #AABACE
Complementary color
Monochromatic Colors of #AABACE
Black with #AABACE
Text Example
Text Example
White with #AABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABACE; }
p { color: rgb(170,186,206); }
H1.HeaderClassName
{
color: #AABACE;
}
.AnyTagClassName
{
color: #AABACE;
}
</style>
background-color css
<style>
a { background-color: #AABACE; }
a { background-color: rgb(170,186,206); }
div.DivClassName
{
background-color: #AABACE;
}
.BgClassName
{
background-color: #AABACE;
}
</style>
border-color css
<style>
span { border-color: #AABACE; }
span { border-color: rgb(170,186,206); }
td.TdClassName
{
border-color: #AABACE;
}
.TagClassName
{
border-color: #AABACE;
}
</style>