Shades of Spindle #ABBACC
Tints of Spindle #ABBACC
RGB
CMYK
RGB Variations
Color information
#ABBACC (or 0xABBACC) is known color: Spindle. HEX triplet: AB, BA and CC. RGB value is (171,186,204). Sum of RGB (Red+Green+Blue) = 171+186+204=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACC is #544533. Grayscale: #B7B7B7. Windows color (decimal): -5522740 or 13417131. OLE color: 13417131.
HSL color Cylindrical-coordinate representation of color #ABBACC: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBACC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 186 | 204 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.2 |
| HSL | 212.73º | 0.24% | 0.74% | - |
| HSV(B) | 212.73º | 0.16% | 0.8% | - |
| XYZ | 45.25 | 48.14 | 64.03 | - |
| YUV | 183.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 204 | 0.16 | 0.09 | 0 | 0.2 | 212.73 | 0.24 | 0.74 |
| Hex | AB | BA | CC | 10 | 9 | 0 | 14 | D5 | 18 | 4A |
| Octal | 253 | 272 | 314 | 20 | 11 | 0 | 24 | 325 | 30 | 112 |
| Binary | 10101011 | 10111010 | 11001100 | 10000 | 1001 | 0 | 10100 | 11010101 | 11000 | 1001010 |
Color Harmonies of #ABBACC
Complementary color
Monochromatic Colors of #ABBACC
Black with #ABBACC
Text Example
Text Example
White with #ABBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBACC; }
p { color: rgb(171,186,204); }
H1.HeaderClassName
{
color: #ABBACC;
}
.AnyTagClassName
{
color: #ABBACC;
}
</style>
background-color css
<style>
a { background-color: #ABBACC; }
a { background-color: rgb(171,186,204); }
div.DivClassName
{
background-color: #ABBACC;
}
.BgClassName
{
background-color: #ABBACC;
}
</style>
border-color css
<style>
span { border-color: #ABBACC; }
span { border-color: rgb(171,186,204); }
td.TdClassName
{
border-color: #ABBACC;
}
.TagClassName
{
border-color: #ABBACC;
}
</style>