Shades of Spindle #AEBBCC
Tints of Spindle #AEBBCC
RGB
CMYK
RGB Variations
Color information
#AEBBCC (or 0xAEBBCC) is known color: Spindle. HEX triplet: AE, BB and CC. RGB value is (174,187,204). Sum of RGB (Red+Green+Blue) = 174+187+204=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCC is #514433. Grayscale: #B8B8B8. Windows color (decimal): -5325876 or 13417390. OLE color: 13417390.
HSL color Cylindrical-coordinate representation of color #AEBBCC: hue angle of 214º 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 #AEBBCC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 187 | 204 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.2 |
| HSL | 214º | 0.23% | 0.74% | - |
| HSV(B) | 214º | 0.15% | 0.8% | - |
| XYZ | 46.12 | 48.9 | 64.13 | - |
| YUV | 185.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 204 | 0.15 | 0.08 | 0 | 0.2 | 214 | 0.23 | 0.74 |
| Hex | AE | BB | CC | F | 8 | 0 | 14 | D6 | 17 | 4A |
| Octal | 256 | 273 | 314 | 17 | 10 | 0 | 24 | 326 | 27 | 112 |
| Binary | 10101110 | 10111011 | 11001100 | 1111 | 1000 | 0 | 10100 | 11010110 | 10111 | 1001010 |
Color Harmonies of #AEBBCC
Complementary color
Monochromatic Colors of #AEBBCC
Black with #AEBBCC
Text Example
Text Example
White with #AEBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBCC; }
p { color: rgb(174,187,204); }
H1.HeaderClassName
{
color: #AEBBCC;
}
.AnyTagClassName
{
color: #AEBBCC;
}
</style>
background-color css
<style>
a { background-color: #AEBBCC; }
a { background-color: rgb(174,187,204); }
div.DivClassName
{
background-color: #AEBBCC;
}
.BgClassName
{
background-color: #AEBBCC;
}
</style>
border-color css
<style>
span { border-color: #AEBBCC; }
span { border-color: rgb(174,187,204); }
td.TdClassName
{
border-color: #AEBBCC;
}
.TagClassName
{
border-color: #AEBBCC;
}
</style>