Shades of Spindle #AEBACE
Tints of Spindle #AEBACE
RGB
CMYK
RGB Variations
Color information
#AEBACE (or 0xAEBACE) is known color: Spindle. HEX triplet: AE, BA and CE. RGB value is (174,186,206). Sum of RGB (Red+Green+Blue) = 174+186+206=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACE is #514531. Grayscale: #B8B8B8. Windows color (decimal): -5326130 or 13548206. OLE color: 13548206.
HSL color Cylindrical-coordinate representation of color #AEBACE: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBACE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 186 | 206 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.19 |
| HSL | 217.5º | 0.25% | 0.75% | - |
| HSV(B) | 217.5º | 0.16% | 0.81% | - |
| XYZ | 46.16 | 48.57 | 65.34 | - |
| YUV | 184.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 206 | 0.16 | 0.10 | 0 | 0.19 | 217.5 | 0.25 | 0.75 |
| Hex | AE | BA | CE | 10 | A | 0 | 13 | DA | 19 | 4B |
| Octal | 256 | 272 | 316 | 20 | 12 | 0 | 23 | 332 | 31 | 113 |
| Binary | 10101110 | 10111010 | 11001110 | 10000 | 1010 | 0 | 10011 | 11011010 | 11001 | 1001011 |
Color Harmonies of #AEBACE
Complementary color
Monochromatic Colors of #AEBACE
Black with #AEBACE
Text Example
Text Example
White with #AEBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBACE; }
p { color: rgb(174,186,206); }
H1.HeaderClassName
{
color: #AEBACE;
}
.AnyTagClassName
{
color: #AEBACE;
}
</style>
background-color css
<style>
a { background-color: #AEBACE; }
a { background-color: rgb(174,186,206); }
div.DivClassName
{
background-color: #AEBACE;
}
.BgClassName
{
background-color: #AEBACE;
}
</style>
border-color css
<style>
span { border-color: #AEBACE; }
span { border-color: rgb(174,186,206); }
td.TdClassName
{
border-color: #AEBACE;
}
.TagClassName
{
border-color: #AEBACE;
}
</style>