Shades of Spindle #AEBCD4
Tints of Spindle #AEBCD4
RGB
CMYK
RGB Variations
Color information
#AEBCD4 (or 0xAEBCD4) is known color: Spindle. HEX triplet: AE, BC and D4. RGB value is (174,188,212). Sum of RGB (Red+Green+Blue) = 174+188+212=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD4 is #51432B. Grayscale: #BABABA. Windows color (decimal): -5325612 or 13941934. OLE color: 13941934.
HSL color Cylindrical-coordinate representation of color #AEBCD4: hue angle of 217.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBCD4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 188 | 212 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.17 |
| HSL | 217.89º | 0.31% | 0.76% | - |
| HSV(B) | 217.89º | 0.18% | 0.83% | - |
| XYZ | 47.32 | 49.72 | 69.39 | - |
| YUV | 186.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 212 | 0.18 | 0.11 | 0 | 0.17 | 217.89 | 0.31 | 0.76 |
| Hex | AE | BC | D4 | 12 | B | 0 | 11 | DA | 1F | 4C |
| Octal | 256 | 274 | 324 | 22 | 13 | 0 | 21 | 332 | 37 | 114 |
| Binary | 10101110 | 10111100 | 11010100 | 10010 | 1011 | 0 | 10001 | 11011010 | 11111 | 1001100 |
Color Harmonies of #AEBCD4
Complementary color
Monochromatic Colors of #AEBCD4
Black with #AEBCD4
Text Example
Text Example
White with #AEBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCD4; }
p { color: rgb(174,188,212); }
H1.HeaderClassName
{
color: #AEBCD4;
}
.AnyTagClassName
{
color: #AEBCD4;
}
</style>
background-color css
<style>
a { background-color: #AEBCD4; }
a { background-color: rgb(174,188,212); }
div.DivClassName
{
background-color: #AEBCD4;
}
.BgClassName
{
background-color: #AEBCD4;
}
</style>
border-color css
<style>
span { border-color: #AEBCD4; }
span { border-color: rgb(174,188,212); }
td.TdClassName
{
border-color: #AEBCD4;
}
.TagClassName
{
border-color: #AEBCD4;
}
</style>