Shades of Spindle #AABBD0
Tints of Spindle #AABBD0
RGB
CMYK
RGB Variations
Color information
#AABBD0 (or 0xAABBD0) is known color: Spindle. HEX triplet: AA, BB and D0. RGB value is (170,187,208). Sum of RGB (Red+Green+Blue) = 170+187+208=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBD0 is #55442F. Grayscale: #B8B8B8. Windows color (decimal): -5588016 or 13679530. OLE color: 13679530.
HSL color Cylindrical-coordinate representation of color #AABBD0: hue angle of 213.16º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABBD0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 187 | 208 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.18 |
| HSL | 213.16º | 0.29% | 0.74% | - |
| HSV(B) | 213.16º | 0.18% | 0.82% | - |
| XYZ | 45.73 | 48.64 | 66.65 | - |
| YUV | 184.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 208 | 0.18 | 0.10 | 0 | 0.18 | 213.16 | 0.29 | 0.74 |
| Hex | AA | BB | D0 | 12 | A | 0 | 12 | D5 | 1D | 4A |
| Octal | 252 | 273 | 320 | 22 | 12 | 0 | 22 | 325 | 35 | 112 |
| Binary | 10101010 | 10111011 | 11010000 | 10010 | 1010 | 0 | 10010 | 11010101 | 11101 | 1001010 |
Color Harmonies of #AABBD0
Complementary color
Monochromatic Colors of #AABBD0
Black with #AABBD0
Text Example
Text Example
White with #AABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBD0; }
p { color: rgb(170,187,208); }
H1.HeaderClassName
{
color: #AABBD0;
}
.AnyTagClassName
{
color: #AABBD0;
}
</style>
background-color css
<style>
a { background-color: #AABBD0; }
a { background-color: rgb(170,187,208); }
div.DivClassName
{
background-color: #AABBD0;
}
.BgClassName
{
background-color: #AABBD0;
}
</style>
border-color css
<style>
span { border-color: #AABBD0; }
span { border-color: rgb(170,187,208); }
td.TdClassName
{
border-color: #AABBD0;
}
.TagClassName
{
border-color: #AABBD0;
}
</style>