Shades of Spindle #AABBD2
Tints of Spindle #AABBD2
RGB
CMYK
RGB Variations
Color information
#AABBD2 (or 0xAABBD2) is known color: Spindle. HEX triplet: AA, BB and D2. RGB value is (170,187,210). Sum of RGB (Red+Green+Blue) = 170+187+210=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBD2 is #55442D. Grayscale: #B8B8B8. Windows color (decimal): -5588014 or 13810602. OLE color: 13810602.
HSL color Cylindrical-coordinate representation of color #AABBD2: hue angle of 214.5º 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 #AABBD2 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 187 | 210 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.18 |
| HSL | 214.5º | 0.31% | 0.75% | - |
| HSV(B) | 214.5º | 0.19% | 0.82% | - |
| XYZ | 45.98 | 48.74 | 67.96 | - |
| YUV | 184.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 210 | 0.19 | 0.11 | 0 | 0.18 | 214.5 | 0.31 | 0.75 |
| Hex | AA | BB | D2 | 13 | B | 0 | 12 | D6 | 1F | 4B |
| Octal | 252 | 273 | 322 | 23 | 13 | 0 | 22 | 326 | 37 | 113 |
| Binary | 10101010 | 10111011 | 11010010 | 10011 | 1011 | 0 | 10010 | 11010110 | 11111 | 1001011 |
Color Harmonies of #AABBD2
Complementary color
Monochromatic Colors of #AABBD2
Black with #AABBD2
Text Example
Text Example
White with #AABBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBD2; }
p { color: rgb(170,187,210); }
H1.HeaderClassName
{
color: #AABBD2;
}
.AnyTagClassName
{
color: #AABBD2;
}
</style>
background-color css
<style>
a { background-color: #AABBD2; }
a { background-color: rgb(170,187,210); }
div.DivClassName
{
background-color: #AABBD2;
}
.BgClassName
{
background-color: #AABBD2;
}
</style>
border-color css
<style>
span { border-color: #AABBD2; }
span { border-color: rgb(170,187,210); }
td.TdClassName
{
border-color: #AABBD2;
}
.TagClassName
{
border-color: #AABBD2;
}
</style>