Shades of Spindle #ABBCD1
Tints of Spindle #ABBCD1
RGB
CMYK
RGB Variations
Color information
#ABBCD1 (or 0xABBCD1) is known color: Spindle. HEX triplet: AB, BC and D1. RGB value is (171,188,209). Sum of RGB (Red+Green+Blue) = 171+188+209=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD1 is #54432E. Grayscale: #B9B9B9. Windows color (decimal): -5522223 or 13745323. OLE color: 13745323.
HSL color Cylindrical-coordinate representation of color #ABBCD1: hue angle of 213.16º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBCD1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 188 | 209 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.18 |
| HSL | 213.16º | 0.29% | 0.75% | - |
| HSV(B) | 213.16º | 0.18% | 0.82% | - |
| XYZ | 46.29 | 49.23 | 67.38 | - |
| YUV | 185.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 209 | 0.18 | 0.10 | 0 | 0.18 | 213.16 | 0.29 | 0.75 |
| Hex | AB | BC | D1 | 12 | A | 0 | 12 | D5 | 1D | 4B |
| Octal | 253 | 274 | 321 | 22 | 12 | 0 | 22 | 325 | 35 | 113 |
| Binary | 10101011 | 10111100 | 11010001 | 10010 | 1010 | 0 | 10010 | 11010101 | 11101 | 1001011 |
Color Harmonies of #ABBCD1
Complementary color
Monochromatic Colors of #ABBCD1
Black with #ABBCD1
Text Example
Text Example
White with #ABBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCD1; }
p { color: rgb(171,188,209); }
H1.HeaderClassName
{
color: #ABBCD1;
}
.AnyTagClassName
{
color: #ABBCD1;
}
</style>
background-color css
<style>
a { background-color: #ABBCD1; }
a { background-color: rgb(171,188,209); }
div.DivClassName
{
background-color: #ABBCD1;
}
.BgClassName
{
background-color: #ABBCD1;
}
</style>
border-color css
<style>
span { border-color: #ABBCD1; }
span { border-color: rgb(171,188,209); }
td.TdClassName
{
border-color: #ABBCD1;
}
.TagClassName
{
border-color: #ABBCD1;
}
</style>