Shades of Spindle #AABECF
Tints of Spindle #AABECF
RGB
CMYK
RGB Variations
Color information
#AABECF (or 0xAABECF) is known color: Spindle. HEX triplet: AA, BE and CF. RGB value is (170,190,207). Sum of RGB (Red+Green+Blue) = 170+190+207=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECF is #554130. Grayscale: #B9B9B9. Windows color (decimal): -5587249 or 13614762. OLE color: 13614762.
HSL color Cylindrical-coordinate representation of color #AABECF: hue angle of 207.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABECF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 190 | 207 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.19 |
| HSL | 207.57º | 0.28% | 0.74% | - |
| HSV(B) | 207.57º | 0.18% | 0.81% | - |
| XYZ | 46.25 | 49.88 | 66.22 | - |
| YUV | 185.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 207 | 0.18 | 0.08 | 0 | 0.19 | 207.57 | 0.28 | 0.74 |
| Hex | AA | BE | CF | 12 | 8 | 0 | 13 | D0 | 1C | 4A |
| Octal | 252 | 276 | 317 | 22 | 10 | 0 | 23 | 320 | 34 | 112 |
| Binary | 10101010 | 10111110 | 11001111 | 10010 | 1000 | 0 | 10011 | 11010000 | 11100 | 1001010 |
Color Harmonies of #AABECF
Complementary color
Monochromatic Colors of #AABECF
Black with #AABECF
Text Example
Text Example
White with #AABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABECF; }
p { color: rgb(170,190,207); }
H1.HeaderClassName
{
color: #AABECF;
}
.AnyTagClassName
{
color: #AABECF;
}
</style>
background-color css
<style>
a { background-color: #AABECF; }
a { background-color: rgb(170,190,207); }
div.DivClassName
{
background-color: #AABECF;
}
.BgClassName
{
background-color: #AABECF;
}
</style>
border-color css
<style>
span { border-color: #AABECF; }
span { border-color: rgb(170,190,207); }
td.TdClassName
{
border-color: #AABECF;
}
.TagClassName
{
border-color: #AABECF;
}
</style>