Shades of Spindle #ABBCD0
Tints of Spindle #ABBCD0
RGB
CMYK
RGB Variations
Color information
#ABBCD0 (or 0xABBCD0) is known color: Spindle. HEX triplet: AB, BC and D0. RGB value is (171,188,208). Sum of RGB (Red+Green+Blue) = 171+188+208=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD0 is #54432F. Grayscale: #B9B9B9. Windows color (decimal): -5522224 or 13679787. OLE color: 13679787.
HSL color Cylindrical-coordinate representation of color #ABBCD0: hue angle of 212.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBCD0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 188 | 208 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.18 |
| HSL | 212.43º | 0.28% | 0.74% | - |
| HSV(B) | 212.43º | 0.18% | 0.82% | - |
| XYZ | 46.16 | 49.18 | 66.73 | - |
| YUV | 185.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 208 | 0.18 | 0.10 | 0 | 0.18 | 212.43 | 0.28 | 0.74 |
| Hex | AB | BC | D0 | 12 | A | 0 | 12 | D4 | 1C | 4A |
| Octal | 253 | 274 | 320 | 22 | 12 | 0 | 22 | 324 | 34 | 112 |
| Binary | 10101011 | 10111100 | 11010000 | 10010 | 1010 | 0 | 10010 | 11010100 | 11100 | 1001010 |
Color Harmonies of #ABBCD0
Complementary color
Monochromatic Colors of #ABBCD0
Black with #ABBCD0
Text Example
Text Example
White with #ABBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCD0; }
p { color: rgb(171,188,208); }
H1.HeaderClassName
{
color: #ABBCD0;
}
.AnyTagClassName
{
color: #ABBCD0;
}
</style>
background-color css
<style>
a { background-color: #ABBCD0; }
a { background-color: rgb(171,188,208); }
div.DivClassName
{
background-color: #ABBCD0;
}
.BgClassName
{
background-color: #ABBCD0;
}
</style>
border-color css
<style>
span { border-color: #ABBCD0; }
span { border-color: rgb(171,188,208); }
td.TdClassName
{
border-color: #ABBCD0;
}
.TagClassName
{
border-color: #ABBCD0;
}
</style>