Shades of Spindle #AEBACC
Tints of Spindle #AEBACC
RGB
CMYK
RGB Variations
Color information
#AEBACC (or 0xAEBACC) is known color: Spindle. HEX triplet: AE, BA and CC. RGB value is (174,186,204). Sum of RGB (Red+Green+Blue) = 174+186+204=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACC is #514533. Grayscale: #B8B8B8. Windows color (decimal): -5326132 or 13417134. OLE color: 13417134.
HSL color Cylindrical-coordinate representation of color #AEBACC: hue angle of 216º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBACC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 186 | 204 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.2 |
| HSL | 216º | 0.23% | 0.74% | - |
| HSV(B) | 216º | 0.15% | 0.8% | - |
| XYZ | 45.91 | 48.48 | 64.06 | - |
| YUV | 184.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 204 | 0.15 | 0.09 | 0 | 0.2 | 216 | 0.23 | 0.74 |
| Hex | AE | BA | CC | F | 9 | 0 | 14 | D8 | 17 | 4A |
| Octal | 256 | 272 | 314 | 17 | 11 | 0 | 24 | 330 | 27 | 112 |
| Binary | 10101110 | 10111010 | 11001100 | 1111 | 1001 | 0 | 10100 | 11011000 | 10111 | 1001010 |
Color Harmonies of #AEBACC
Complementary color
Monochromatic Colors of #AEBACC
Black with #AEBACC
Text Example
Text Example
White with #AEBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBACC; }
p { color: rgb(174,186,204); }
H1.HeaderClassName
{
color: #AEBACC;
}
.AnyTagClassName
{
color: #AEBACC;
}
</style>
background-color css
<style>
a { background-color: #AEBACC; }
a { background-color: rgb(174,186,204); }
div.DivClassName
{
background-color: #AEBACC;
}
.BgClassName
{
background-color: #AEBACC;
}
</style>
border-color css
<style>
span { border-color: #AEBACC; }
span { border-color: rgb(174,186,204); }
td.TdClassName
{
border-color: #AEBACC;
}
.TagClassName
{
border-color: #AEBACC;
}
</style>