Shades of Spindle #AEBED2
Tints of Spindle #AEBED2
RGB
CMYK
RGB Variations
Color information
#AEBED2 (or 0xAEBED2) is known color: Spindle. HEX triplet: AE, BE and D2. RGB value is (174,190,210). Sum of RGB (Red+Green+Blue) = 174+190+210=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED2 is #51412D. Grayscale: #BBBBBB. Windows color (decimal): -5325102 or 13811374. OLE color: 13811374.
HSL color Cylindrical-coordinate representation of color #AEBED2: hue angle of 213.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBED2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 190 | 210 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 213.33º | 0.29% | 0.75% | - |
| HSV(B) | 213.33º | 0.17% | 0.82% | - |
| XYZ | 47.5 | 50.48 | 68.21 | - |
| YUV | 187.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 210 | 0.17 | 0.10 | 0 | 0.18 | 213.33 | 0.29 | 0.75 |
| Hex | AE | BE | D2 | 11 | A | 0 | 12 | D5 | 1D | 4B |
| Octal | 256 | 276 | 322 | 21 | 12 | 0 | 22 | 325 | 35 | 113 |
| Binary | 10101110 | 10111110 | 11010010 | 10001 | 1010 | 0 | 10010 | 11010101 | 11101 | 1001011 |
Color Harmonies of #AEBED2
Complementary color
Monochromatic Colors of #AEBED2
Black with #AEBED2
Text Example
Text Example
White with #AEBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBED2; }
p { color: rgb(174,190,210); }
H1.HeaderClassName
{
color: #AEBED2;
}
.AnyTagClassName
{
color: #AEBED2;
}
</style>
background-color css
<style>
a { background-color: #AEBED2; }
a { background-color: rgb(174,190,210); }
div.DivClassName
{
background-color: #AEBED2;
}
.BgClassName
{
background-color: #AEBED2;
}
</style>
border-color css
<style>
span { border-color: #AEBED2; }
span { border-color: rgb(174,190,210); }
td.TdClassName
{
border-color: #AEBED2;
}
.TagClassName
{
border-color: #AEBED2;
}
</style>