Shades of Spindle #AABAD2
Tints of Spindle #AABAD2
RGB
CMYK
RGB Variations
Color information
#AABAD2 (or 0xAABAD2) is known color: Spindle. HEX triplet: AA, BA and D2. RGB value is (170,186,210). Sum of RGB (Red+Green+Blue) = 170+186+210=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAD2 is #55452D. Grayscale: #B7B7B7. Windows color (decimal): -5588270 or 13810346. OLE color: 13810346.
HSL color Cylindrical-coordinate representation of color #AABAD2: hue angle of 216º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABAD2 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 186 | 210 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.18 |
| HSL | 216º | 0.31% | 0.75% | - |
| HSV(B) | 216º | 0.19% | 0.82% | - |
| XYZ | 45.77 | 48.32 | 67.89 | - |
| YUV | 183.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 210 | 0.19 | 0.11 | 0 | 0.18 | 216 | 0.31 | 0.75 |
| Hex | AA | BA | D2 | 13 | B | 0 | 12 | D8 | 1F | 4B |
| Octal | 252 | 272 | 322 | 23 | 13 | 0 | 22 | 330 | 37 | 113 |
| Binary | 10101010 | 10111010 | 11010010 | 10011 | 1011 | 0 | 10010 | 11011000 | 11111 | 1001011 |
Color Harmonies of #AABAD2
Complementary color
Monochromatic Colors of #AABAD2
Black with #AABAD2
Text Example
Text Example
White with #AABAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAD2; }
p { color: rgb(170,186,210); }
H1.HeaderClassName
{
color: #AABAD2;
}
.AnyTagClassName
{
color: #AABAD2;
}
</style>
background-color css
<style>
a { background-color: #AABAD2; }
a { background-color: rgb(170,186,210); }
div.DivClassName
{
background-color: #AABAD2;
}
.BgClassName
{
background-color: #AABAD2;
}
</style>
border-color css
<style>
span { border-color: #AABAD2; }
span { border-color: rgb(170,186,210); }
td.TdClassName
{
border-color: #AABAD2;
}
.TagClassName
{
border-color: #AABAD2;
}
</style>