Shades of Spindle #ABBED4
Tints of Spindle #ABBED4
RGB
CMYK
RGB Variations
Color information
#ABBED4 (or 0xABBED4) is known color: Spindle. HEX triplet: AB, BE and D4. RGB value is (171,190,212). Sum of RGB (Red+Green+Blue) = 171+190+212=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED4 is #54412B. Grayscale: #BABABA. Windows color (decimal): -5521708 or 13942443. OLE color: 13942443.
HSL color Cylindrical-coordinate representation of color #ABBED4: hue angle of 212.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBED4 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 190 | 212 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.17 |
| HSL | 212.2º | 0.32% | 0.75% | - |
| HSV(B) | 212.2º | 0.19% | 0.83% | - |
| XYZ | 47.09 | 50.24 | 69.5 | - |
| YUV | 186.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 212 | 0.19 | 0.10 | 0 | 0.17 | 212.2 | 0.32 | 0.75 |
| Hex | AB | BE | D4 | 13 | A | 0 | 11 | D4 | 20 | 4B |
| Octal | 253 | 276 | 324 | 23 | 12 | 0 | 21 | 324 | 40 | 113 |
| Binary | 10101011 | 10111110 | 11010100 | 10011 | 1010 | 0 | 10001 | 11010100 | 100000 | 1001011 |
Color Harmonies of #ABBED4
Complementary color
Monochromatic Colors of #ABBED4
Black with #ABBED4
Text Example
Text Example
White with #ABBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBED4; }
p { color: rgb(171,190,212); }
H1.HeaderClassName
{
color: #ABBED4;
}
.AnyTagClassName
{
color: #ABBED4;
}
</style>
background-color css
<style>
a { background-color: #ABBED4; }
a { background-color: rgb(171,190,212); }
div.DivClassName
{
background-color: #ABBED4;
}
.BgClassName
{
background-color: #ABBED4;
}
</style>
border-color css
<style>
span { border-color: #ABBED4; }
span { border-color: rgb(171,190,212); }
td.TdClassName
{
border-color: #ABBED4;
}
.TagClassName
{
border-color: #ABBED4;
}
</style>