Shades of Spindle #AEBDCD
Tints of Spindle #AEBDCD
RGB
CMYK
RGB Variations
Color information
#AEBDCD (or 0xAEBDCD) is known color: Spindle. HEX triplet: AE, BD and CD. RGB value is (174,189,205). Sum of RGB (Red+Green+Blue) = 174+189+205=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCD is #514232. Grayscale: #BABABA. Windows color (decimal): -5325363 or 13483438. OLE color: 13483438.
HSL color Cylindrical-coordinate representation of color #AEBDCD: hue angle of 210.97º degrees, saturation: 0.24, 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 #AEBDCD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 189 | 205 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.20 |
| HSL | 210.97º | 0.24% | 0.74% | - |
| HSV(B) | 210.97º | 0.15% | 0.8% | - |
| XYZ | 46.67 | 49.8 | 64.91 | - |
| YUV | 186.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 205 | 0.15 | 0.08 | 0 | 0.20 | 210.97 | 0.24 | 0.74 |
| Hex | AE | BD | CD | F | 8 | 0 | 14 | D3 | 18 | 4A |
| Octal | 256 | 275 | 315 | 17 | 10 | 0 | 24 | 323 | 30 | 112 |
| Binary | 10101110 | 10111101 | 11001101 | 1111 | 1000 | 0 | 10100 | 11010011 | 11000 | 1001010 |
Color Harmonies of #AEBDCD
Complementary color
Monochromatic Colors of #AEBDCD
Black with #AEBDCD
Text Example
Text Example
White with #AEBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDCD; }
p { color: rgb(174,189,205); }
H1.HeaderClassName
{
color: #AEBDCD;
}
.AnyTagClassName
{
color: #AEBDCD;
}
</style>
background-color css
<style>
a { background-color: #AEBDCD; }
a { background-color: rgb(174,189,205); }
div.DivClassName
{
background-color: #AEBDCD;
}
.BgClassName
{
background-color: #AEBDCD;
}
</style>
border-color css
<style>
span { border-color: #AEBDCD; }
span { border-color: rgb(174,189,205); }
td.TdClassName
{
border-color: #AEBDCD;
}
.TagClassName
{
border-color: #AEBDCD;
}
</style>