Shades of Spindle #ABBED0
Tints of Spindle #ABBED0
RGB
CMYK
RGB Variations
Color information
#ABBED0 (or 0xABBED0) is known color: Spindle. HEX triplet: AB, BE and D0. RGB value is (171,190,208). Sum of RGB (Red+Green+Blue) = 171+190+208=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED0 is #54412F. Grayscale: #BABABA. Windows color (decimal): -5521712 or 13680299. OLE color: 13680299.
HSL color Cylindrical-coordinate representation of color #ABBED0: hue angle of 209.19º 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 #ABBED0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 190 | 208 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.18 |
| HSL | 209.19º | 0.28% | 0.74% | - |
| HSV(B) | 209.19º | 0.18% | 0.82% | - |
| XYZ | 46.59 | 50.04 | 66.88 | - |
| YUV | 186.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 208 | 0.18 | 0.09 | 0 | 0.18 | 209.19 | 0.28 | 0.74 |
| Hex | AB | BE | D0 | 12 | 9 | 0 | 12 | D1 | 1C | 4A |
| Octal | 253 | 276 | 320 | 22 | 11 | 0 | 22 | 321 | 34 | 112 |
| Binary | 10101011 | 10111110 | 11010000 | 10010 | 1001 | 0 | 10010 | 11010001 | 11100 | 1001010 |
Color Harmonies of #ABBED0
Complementary color
Monochromatic Colors of #ABBED0
Black with #ABBED0
Text Example
Text Example
White with #ABBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBED0; }
p { color: rgb(171,190,208); }
H1.HeaderClassName
{
color: #ABBED0;
}
.AnyTagClassName
{
color: #ABBED0;
}
</style>
background-color css
<style>
a { background-color: #ABBED0; }
a { background-color: rgb(171,190,208); }
div.DivClassName
{
background-color: #ABBED0;
}
.BgClassName
{
background-color: #ABBED0;
}
</style>
border-color css
<style>
span { border-color: #ABBED0; }
span { border-color: rgb(171,190,208); }
td.TdClassName
{
border-color: #ABBED0;
}
.TagClassName
{
border-color: #ABBED0;
}
</style>