Shades of Spindle #ABBBCD
Tints of Spindle #ABBBCD
RGB
CMYK
RGB Variations
Color information
#ABBBCD (or 0xABBBCD) is known color: Spindle. HEX triplet: AB, BB and CD. RGB value is (171,187,205). Sum of RGB (Red+Green+Blue) = 171+187+205=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCD is #544432. Grayscale: #B8B8B8. Windows color (decimal): -5522483 or 13482923. OLE color: 13482923.
HSL color Cylindrical-coordinate representation of color #ABBBCD: hue angle of 211.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBBCD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 187 | 205 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.20 |
| HSL | 211.76º | 0.25% | 0.74% | - |
| HSV(B) | 211.76º | 0.17% | 0.8% | - |
| XYZ | 45.58 | 48.61 | 64.74 | - |
| YUV | 184.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 205 | 0.17 | 0.09 | 0 | 0.20 | 211.76 | 0.25 | 0.74 |
| Hex | AB | BB | CD | 11 | 9 | 0 | 14 | D4 | 19 | 4A |
| Octal | 253 | 273 | 315 | 21 | 11 | 0 | 24 | 324 | 31 | 112 |
| Binary | 10101011 | 10111011 | 11001101 | 10001 | 1001 | 0 | 10100 | 11010100 | 11001 | 1001010 |
Color Harmonies of #ABBBCD
Complementary color
Monochromatic Colors of #ABBBCD
Black with #ABBBCD
Text Example
Text Example
White with #ABBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBCD; }
p { color: rgb(171,187,205); }
H1.HeaderClassName
{
color: #ABBBCD;
}
.AnyTagClassName
{
color: #ABBBCD;
}
</style>
background-color css
<style>
a { background-color: #ABBBCD; }
a { background-color: rgb(171,187,205); }
div.DivClassName
{
background-color: #ABBBCD;
}
.BgClassName
{
background-color: #ABBBCD;
}
</style>
border-color css
<style>
span { border-color: #ABBBCD; }
span { border-color: rgb(171,187,205); }
td.TdClassName
{
border-color: #ABBBCD;
}
.TagClassName
{
border-color: #ABBBCD;
}
</style>