Shades of Spindle #AEBBCB
Tints of Spindle #AEBBCB
RGB
CMYK
RGB Variations
Color information
#AEBBCB (or 0xAEBBCB) is known color: Spindle. HEX triplet: AE, BB and CB. RGB value is (174,187,203). Sum of RGB (Red+Green+Blue) = 174+187+203=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCB is #514434. Grayscale: #B8B8B8. Windows color (decimal): -5325877 or 13351854. OLE color: 13351854.
HSL color Cylindrical-coordinate representation of color #AEBBCB: hue angle of 213.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBBCB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 187 | 203 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.20 |
| HSL | 213.1º | 0.22% | 0.74% | - |
| HSV(B) | 213.1º | 0.14% | 0.8% | - |
| XYZ | 46.01 | 48.85 | 63.5 | - |
| YUV | 184.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 203 | 0.14 | 0.08 | 0 | 0.20 | 213.1 | 0.22 | 0.74 |
| Hex | AE | BB | CB | E | 8 | 0 | 14 | D5 | 16 | 4A |
| Octal | 256 | 273 | 313 | 16 | 10 | 0 | 24 | 325 | 26 | 112 |
| Binary | 10101110 | 10111011 | 11001011 | 1110 | 1000 | 0 | 10100 | 11010101 | 10110 | 1001010 |
Color Harmonies of #AEBBCB
Complementary color
Monochromatic Colors of #AEBBCB
Black with #AEBBCB
Text Example
Text Example
White with #AEBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBCB; }
p { color: rgb(174,187,203); }
H1.HeaderClassName
{
color: #AEBBCB;
}
.AnyTagClassName
{
color: #AEBBCB;
}
</style>
background-color css
<style>
a { background-color: #AEBBCB; }
a { background-color: rgb(174,187,203); }
div.DivClassName
{
background-color: #AEBBCB;
}
.BgClassName
{
background-color: #AEBBCB;
}
</style>
border-color css
<style>
span { border-color: #AEBBCB; }
span { border-color: rgb(174,187,203); }
td.TdClassName
{
border-color: #AEBBCB;
}
.TagClassName
{
border-color: #AEBBCB;
}
</style>