Shades of Spindle #ABBCCD
Tints of Spindle #ABBCCD
RGB
CMYK
RGB Variations
Color information
#ABBCCD (or 0xABBCCD) is known color: Spindle. HEX triplet: AB, BC and CD. RGB value is (171,188,205). Sum of RGB (Red+Green+Blue) = 171+188+205=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCD is #544332. Grayscale: #B8B8B8. Windows color (decimal): -5522227 or 13483179. OLE color: 13483179.
HSL color Cylindrical-coordinate representation of color #ABBCCD: hue angle of 210º 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 #ABBCCD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 188 | 205 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.20 |
| HSL | 210º | 0.25% | 0.74% | - |
| HSV(B) | 210º | 0.17% | 0.8% | - |
| XYZ | 45.8 | 49.03 | 64.81 | - |
| YUV | 184.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 205 | 0.17 | 0.08 | 0 | 0.20 | 210 | 0.25 | 0.74 |
| Hex | AB | BC | CD | 11 | 8 | 0 | 14 | D2 | 19 | 4A |
| Octal | 253 | 274 | 315 | 21 | 10 | 0 | 24 | 322 | 31 | 112 |
| Binary | 10101011 | 10111100 | 11001101 | 10001 | 1000 | 0 | 10100 | 11010010 | 11001 | 1001010 |
Color Harmonies of #ABBCCD
Complementary color
Monochromatic Colors of #ABBCCD
Black with #ABBCCD
Text Example
Text Example
White with #ABBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCCD; }
p { color: rgb(171,188,205); }
H1.HeaderClassName
{
color: #ABBCCD;
}
.AnyTagClassName
{
color: #ABBCCD;
}
</style>
background-color css
<style>
a { background-color: #ABBCCD; }
a { background-color: rgb(171,188,205); }
div.DivClassName
{
background-color: #ABBCCD;
}
.BgClassName
{
background-color: #ABBCCD;
}
</style>
border-color css
<style>
span { border-color: #ABBCCD; }
span { border-color: rgb(171,188,205); }
td.TdClassName
{
border-color: #ABBCCD;
}
.TagClassName
{
border-color: #ABBCCD;
}
</style>