Shades of Spindle #AEBCCC
Tints of Spindle #AEBCCC
RGB
CMYK
RGB Variations
Color information
#AEBCCC (or 0xAEBCCC) is known color: Spindle. HEX triplet: AE, BC and CC. RGB value is (174,188,204). Sum of RGB (Red+Green+Blue) = 174+188+204=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCC is #514333. Grayscale: #B9B9B9. Windows color (decimal): -5325620 or 13417646. OLE color: 13417646.
HSL color Cylindrical-coordinate representation of color #AEBCCC: hue angle of 212º 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 #AEBCCC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 188 | 204 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.2 |
| HSL | 212º | 0.23% | 0.74% | - |
| HSV(B) | 212º | 0.15% | 0.8% | - |
| XYZ | 46.34 | 49.32 | 64.21 | - |
| YUV | 185.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 204 | 0.15 | 0.08 | 0 | 0.2 | 212 | 0.23 | 0.74 |
| Hex | AE | BC | CC | F | 8 | 0 | 14 | D4 | 17 | 4A |
| Octal | 256 | 274 | 314 | 17 | 10 | 0 | 24 | 324 | 27 | 112 |
| Binary | 10101110 | 10111100 | 11001100 | 1111 | 1000 | 0 | 10100 | 11010100 | 10111 | 1001010 |
Color Harmonies of #AEBCCC
Complementary color
Monochromatic Colors of #AEBCCC
Black with #AEBCCC
Text Example
Text Example
White with #AEBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCCC; }
p { color: rgb(174,188,204); }
H1.HeaderClassName
{
color: #AEBCCC;
}
.AnyTagClassName
{
color: #AEBCCC;
}
</style>
background-color css
<style>
a { background-color: #AEBCCC; }
a { background-color: rgb(174,188,204); }
div.DivClassName
{
background-color: #AEBCCC;
}
.BgClassName
{
background-color: #AEBCCC;
}
</style>
border-color css
<style>
span { border-color: #AEBCCC; }
span { border-color: rgb(174,188,204); }
td.TdClassName
{
border-color: #AEBCCC;
}
.TagClassName
{
border-color: #AEBCCC;
}
</style>