Shades of Spindle #AABAD1
Tints of Spindle #AABAD1
RGB
CMYK
RGB Variations
Color information
#AABAD1 (or 0xAABAD1) is known color: Spindle. HEX triplet: AA, BA and D1. RGB value is (170,186,209). Sum of RGB (Red+Green+Blue) = 170+186+209=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #AABAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAD1 is #55452E. Grayscale: #B7B7B7. Windows color (decimal): -5588271 or 13744810. OLE color: 13744810.
HSL color Cylindrical-coordinate representation of color #AABAD1: hue angle of 215.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABAD1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 186 | 209 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.18 |
| HSL | 215.38º | 0.3% | 0.74% | - |
| HSV(B) | 215.38º | 0.19% | 0.82% | - |
| XYZ | 45.65 | 48.27 | 67.23 | - |
| YUV | 183.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 209 | 0.19 | 0.11 | 0 | 0.18 | 215.38 | 0.3 | 0.74 |
| Hex | AA | BA | D1 | 13 | B | 0 | 12 | D7 | 1E | 4A |
| Octal | 252 | 272 | 321 | 23 | 13 | 0 | 22 | 327 | 36 | 112 |
| Binary | 10101010 | 10111010 | 11010001 | 10011 | 1011 | 0 | 10010 | 11010111 | 11110 | 1001010 |
Color Harmonies of #AABAD1
Complementary color
Monochromatic Colors of #AABAD1
Black with #AABAD1
Text Example
Text Example
White with #AABAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAD1; }
p { color: rgb(170,186,209); }
H1.HeaderClassName
{
color: #AABAD1;
}
.AnyTagClassName
{
color: #AABAD1;
}
</style>
background-color css
<style>
a { background-color: #AABAD1; }
a { background-color: rgb(170,186,209); }
div.DivClassName
{
background-color: #AABAD1;
}
.BgClassName
{
background-color: #AABAD1;
}
</style>
border-color css
<style>
span { border-color: #AABAD1; }
span { border-color: rgb(170,186,209); }
td.TdClassName
{
border-color: #AABAD1;
}
.TagClassName
{
border-color: #AABAD1;
}
</style>