Shades of Spindle #AEBCD1
Tints of Spindle #AEBCD1
RGB
CMYK
RGB Variations
Color information
#AEBCD1 (or 0xAEBCD1) is known color: Spindle. HEX triplet: AE, BC and D1. RGB value is (174,188,209). Sum of RGB (Red+Green+Blue) = 174+188+209=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD1 is #51432E. Grayscale: #BABABA. Windows color (decimal): -5325615 or 13745326. OLE color: 13745326.
HSL color Cylindrical-coordinate representation of color #AEBCD1: hue angle of 216º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBCD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 188 | 209 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 216º | 0.28% | 0.75% | - |
| HSV(B) | 216º | 0.17% | 0.82% | - |
| XYZ | 46.95 | 49.57 | 67.41 | - |
| YUV | 186.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 209 | 0.17 | 0.10 | 0 | 0.18 | 216 | 0.28 | 0.75 |
| Hex | AE | BC | D1 | 11 | A | 0 | 12 | D8 | 1C | 4B |
| Octal | 256 | 274 | 321 | 21 | 12 | 0 | 22 | 330 | 34 | 113 |
| Binary | 10101110 | 10111100 | 11010001 | 10001 | 1010 | 0 | 10010 | 11011000 | 11100 | 1001011 |
Color Harmonies of #AEBCD1
Complementary color
Monochromatic Colors of #AEBCD1
Black with #AEBCD1
Text Example
Text Example
White with #AEBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCD1; }
p { color: rgb(174,188,209); }
H1.HeaderClassName
{
color: #AEBCD1;
}
.AnyTagClassName
{
color: #AEBCD1;
}
</style>
background-color css
<style>
a { background-color: #AEBCD1; }
a { background-color: rgb(174,188,209); }
div.DivClassName
{
background-color: #AEBCD1;
}
.BgClassName
{
background-color: #AEBCD1;
}
</style>
border-color css
<style>
span { border-color: #AEBCD1; }
span { border-color: rgb(174,188,209); }
td.TdClassName
{
border-color: #AEBCD1;
}
.TagClassName
{
border-color: #AEBCD1;
}
</style>