Shades of Spindle #ABBBCC
Tints of Spindle #ABBBCC
RGB
CMYK
RGB Variations
Color information
#ABBBCC (or 0xABBBCC) is known color: Spindle. HEX triplet: AB, BB and CC. RGB value is (171,187,204). Sum of RGB (Red+Green+Blue) = 171+187+204=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCC is #544433. Grayscale: #B8B8B8. Windows color (decimal): -5522484 or 13417387. OLE color: 13417387.
HSL color Cylindrical-coordinate representation of color #ABBBCC: hue angle of 210.91º 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 #ABBBCC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 187 | 204 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.2 |
| HSL | 210.91º | 0.24% | 0.74% | - |
| HSV(B) | 210.91º | 0.16% | 0.8% | - |
| XYZ | 45.46 | 48.56 | 64.1 | - |
| YUV | 184.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 204 | 0.16 | 0.08 | 0 | 0.2 | 210.91 | 0.24 | 0.74 |
| Hex | AB | BB | CC | 10 | 8 | 0 | 14 | D3 | 18 | 4A |
| Octal | 253 | 273 | 314 | 20 | 10 | 0 | 24 | 323 | 30 | 112 |
| Binary | 10101011 | 10111011 | 11001100 | 10000 | 1000 | 0 | 10100 | 11010011 | 11000 | 1001010 |
Color Harmonies of #ABBBCC
Complementary color
Monochromatic Colors of #ABBBCC
Black with #ABBBCC
Text Example
Text Example
White with #ABBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBCC; }
p { color: rgb(171,187,204); }
H1.HeaderClassName
{
color: #ABBBCC;
}
.AnyTagClassName
{
color: #ABBBCC;
}
</style>
background-color css
<style>
a { background-color: #ABBBCC; }
a { background-color: rgb(171,187,204); }
div.DivClassName
{
background-color: #ABBBCC;
}
.BgClassName
{
background-color: #ABBBCC;
}
</style>
border-color css
<style>
span { border-color: #ABBBCC; }
span { border-color: rgb(171,187,204); }
td.TdClassName
{
border-color: #ABBBCC;
}
.TagClassName
{
border-color: #ABBBCC;
}
</style>