Shades of Spindle #AEBBD5
Tints of Spindle #AEBBD5
RGB
CMYK
RGB Variations
Color information
#AEBBD5 (or 0xAEBBD5) is known color: Spindle. HEX triplet: AE, BB and D5. RGB value is (174,187,213). Sum of RGB (Red+Green+Blue) = 174+187+213=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEBBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD5 is #51442A. Grayscale: #B9B9B9. Windows color (decimal): -5325867 or 14007214. OLE color: 14007214.
HSL color Cylindrical-coordinate representation of color #AEBBD5: hue angle of 220º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBBD5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 187 | 213 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.16 |
| HSL | 220º | 0.32% | 0.76% | - |
| HSV(B) | 220º | 0.18% | 0.84% | - |
| XYZ | 47.24 | 49.34 | 69.99 | - |
| YUV | 186.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 213 | 0.18 | 0.12 | 0 | 0.16 | 220 | 0.32 | 0.76 |
| Hex | AE | BB | D5 | 12 | C | 0 | 10 | DC | 20 | 4C |
| Octal | 256 | 273 | 325 | 22 | 14 | 0 | 20 | 334 | 40 | 114 |
| Binary | 10101110 | 10111011 | 11010101 | 10010 | 1100 | 0 | 10000 | 11011100 | 100000 | 1001100 |
Color Harmonies of #AEBBD5
Complementary color
Monochromatic Colors of #AEBBD5
Black with #AEBBD5
Text Example
Text Example
White with #AEBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBD5; }
p { color: rgb(174,187,213); }
H1.HeaderClassName
{
color: #AEBBD5;
}
.AnyTagClassName
{
color: #AEBBD5;
}
</style>
background-color css
<style>
a { background-color: #AEBBD5; }
a { background-color: rgb(174,187,213); }
div.DivClassName
{
background-color: #AEBBD5;
}
.BgClassName
{
background-color: #AEBBD5;
}
</style>
border-color css
<style>
span { border-color: #AEBBD5; }
span { border-color: rgb(174,187,213); }
td.TdClassName
{
border-color: #AEBBD5;
}
.TagClassName
{
border-color: #AEBBD5;
}
</style>