Shades of Spindle #AEBCD2
Tints of Spindle #AEBCD2
RGB
CMYK
RGB Variations
Color information
#AEBCD2 (or 0xAEBCD2) is known color: Spindle. HEX triplet: AE, BC and D2. RGB value is (174,188,210). Sum of RGB (Red+Green+Blue) = 174+188+210=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD2 is #51432D. Grayscale: #BABABA. Windows color (decimal): -5325614 or 13810862. OLE color: 13810862.
HSL color Cylindrical-coordinate representation of color #AEBCD2: hue angle of 216.67º degrees, saturation: 0.29, 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 #AEBCD2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 188 | 210 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 216.67º | 0.29% | 0.75% | - |
| HSV(B) | 216.67º | 0.17% | 0.82% | - |
| XYZ | 47.07 | 49.62 | 68.07 | - |
| YUV | 186.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 210 | 0.17 | 0.10 | 0 | 0.18 | 216.67 | 0.29 | 0.75 |
| Hex | AE | BC | D2 | 11 | A | 0 | 12 | D9 | 1D | 4B |
| Octal | 256 | 274 | 322 | 21 | 12 | 0 | 22 | 331 | 35 | 113 |
| Binary | 10101110 | 10111100 | 11010010 | 10001 | 1010 | 0 | 10010 | 11011001 | 11101 | 1001011 |
Color Harmonies of #AEBCD2
Complementary color
Monochromatic Colors of #AEBCD2
Black with #AEBCD2
Text Example
Text Example
White with #AEBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCD2; }
p { color: rgb(174,188,210); }
H1.HeaderClassName
{
color: #AEBCD2;
}
.AnyTagClassName
{
color: #AEBCD2;
}
</style>
background-color css
<style>
a { background-color: #AEBCD2; }
a { background-color: rgb(174,188,210); }
div.DivClassName
{
background-color: #AEBCD2;
}
.BgClassName
{
background-color: #AEBCD2;
}
</style>
border-color css
<style>
span { border-color: #AEBCD2; }
span { border-color: rgb(174,188,210); }
td.TdClassName
{
border-color: #AEBCD2;
}
.TagClassName
{
border-color: #AEBCD2;
}
</style>