Shades of Spindle #ABBDD2
Tints of Spindle #ABBDD2
RGB
CMYK
RGB Variations
Color information
#ABBDD2 (or 0xABBDD2) is known color: Spindle. HEX triplet: AB, BD and D2. RGB value is (171,189,210). Sum of RGB (Red+Green+Blue) = 171+189+210=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD2 is #54422D. Grayscale: #B9B9B9. Windows color (decimal): -5521966 or 13811115. OLE color: 13811115.
HSL color Cylindrical-coordinate representation of color #ABBDD2: hue angle of 212.31º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBDD2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 189 | 210 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.18 |
| HSL | 212.31º | 0.3% | 0.75% | - |
| HSV(B) | 212.31º | 0.19% | 0.82% | - |
| XYZ | 46.63 | 49.71 | 68.11 | - |
| YUV | 186.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 210 | 0.19 | 0.10 | 0 | 0.18 | 212.31 | 0.3 | 0.75 |
| Hex | AB | BD | D2 | 13 | A | 0 | 12 | D4 | 1E | 4B |
| Octal | 253 | 275 | 322 | 23 | 12 | 0 | 22 | 324 | 36 | 113 |
| Binary | 10101011 | 10111101 | 11010010 | 10011 | 1010 | 0 | 10010 | 11010100 | 11110 | 1001011 |
Color Harmonies of #ABBDD2
Complementary color
Monochromatic Colors of #ABBDD2
Black with #ABBDD2
Text Example
Text Example
White with #ABBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDD2; }
p { color: rgb(171,189,210); }
H1.HeaderClassName
{
color: #ABBDD2;
}
.AnyTagClassName
{
color: #ABBDD2;
}
</style>
background-color css
<style>
a { background-color: #ABBDD2; }
a { background-color: rgb(171,189,210); }
div.DivClassName
{
background-color: #ABBDD2;
}
.BgClassName
{
background-color: #ABBDD2;
}
</style>
border-color css
<style>
span { border-color: #ABBDD2; }
span { border-color: rgb(171,189,210); }
td.TdClassName
{
border-color: #ABBDD2;
}
.TagClassName
{
border-color: #ABBDD2;
}
</style>