Shades of Spindle #AABACB
Tints of Spindle #AABACB
RGB
CMYK
RGB Variations
Color information
#AABACB (or 0xAABACB) is known color: Spindle. HEX triplet: AA, BA and CB. RGB value is (170,186,203). Sum of RGB (Red+Green+Blue) = 170+186+203=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACB is #554534. Grayscale: #B7B7B7. Windows color (decimal): -5588277 or 13351594. OLE color: 13351594.
HSL color Cylindrical-coordinate representation of color #AABACB: hue angle of 210.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABACB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 186 | 203 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.20 |
| HSL | 210.91º | 0.24% | 0.73% | - |
| HSV(B) | 210.91º | 0.16% | 0.8% | - |
| XYZ | 44.92 | 47.98 | 63.39 | - |
| YUV | 183.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 203 | 0.16 | 0.08 | 0 | 0.20 | 210.91 | 0.24 | 0.73 |
| Hex | AA | BA | CB | 10 | 8 | 0 | 14 | D3 | 18 | 49 |
| Octal | 252 | 272 | 313 | 20 | 10 | 0 | 24 | 323 | 30 | 111 |
| Binary | 10101010 | 10111010 | 11001011 | 10000 | 1000 | 0 | 10100 | 11010011 | 11000 | 1001001 |
Color Harmonies of #AABACB
Complementary color
Monochromatic Colors of #AABACB
Black with #AABACB
Text Example
Text Example
White with #AABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABACB; }
p { color: rgb(170,186,203); }
H1.HeaderClassName
{
color: #AABACB;
}
.AnyTagClassName
{
color: #AABACB;
}
</style>
background-color css
<style>
a { background-color: #AABACB; }
a { background-color: rgb(170,186,203); }
div.DivClassName
{
background-color: #AABACB;
}
.BgClassName
{
background-color: #AABACB;
}
</style>
border-color css
<style>
span { border-color: #AABACB; }
span { border-color: rgb(170,186,203); }
td.TdClassName
{
border-color: #AABACB;
}
.TagClassName
{
border-color: #AABACB;
}
</style>