Shades of Spindle #ABBACE
Tints of Spindle #ABBACE
RGB
CMYK
RGB Variations
Color information
#ABBACE (or 0xABBACE) is known color: Spindle. HEX triplet: AB, BA and CE. RGB value is (171,186,206). Sum of RGB (Red+Green+Blue) = 171+186+206=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACE is #544531. Grayscale: #B7B7B7. Windows color (decimal): -5522738 or 13548203. OLE color: 13548203.
HSL color Cylindrical-coordinate representation of color #ABBACE: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBACE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 186 | 206 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.19 |
| HSL | 214.29º | 0.26% | 0.74% | - |
| HSV(B) | 214.29º | 0.17% | 0.81% | - |
| XYZ | 45.49 | 48.23 | 65.3 | - |
| YUV | 183.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 206 | 0.17 | 0.10 | 0 | 0.19 | 214.29 | 0.26 | 0.74 |
| Hex | AB | BA | CE | 11 | A | 0 | 13 | D6 | 1A | 4A |
| Octal | 253 | 272 | 316 | 21 | 12 | 0 | 23 | 326 | 32 | 112 |
| Binary | 10101011 | 10111010 | 11001110 | 10001 | 1010 | 0 | 10011 | 11010110 | 11010 | 1001010 |
Color Harmonies of #ABBACE
Complementary color
Monochromatic Colors of #ABBACE
Black with #ABBACE
Text Example
Text Example
White with #ABBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBACE; }
p { color: rgb(171,186,206); }
H1.HeaderClassName
{
color: #ABBACE;
}
.AnyTagClassName
{
color: #ABBACE;
}
</style>
background-color css
<style>
a { background-color: #ABBACE; }
a { background-color: rgb(171,186,206); }
div.DivClassName
{
background-color: #ABBACE;
}
.BgClassName
{
background-color: #ABBACE;
}
</style>
border-color css
<style>
span { border-color: #ABBACE; }
span { border-color: rgb(171,186,206); }
td.TdClassName
{
border-color: #ABBACE;
}
.TagClassName
{
border-color: #ABBACE;
}
</style>