Shades of Spindle #AEBFCD
Tints of Spindle #AEBFCD
RGB
CMYK
RGB Variations
Color information
#AEBFCD (or 0xAEBFCD) is known color: Spindle. HEX triplet: AE, BF and CD. RGB value is (174,191,205). Sum of RGB (Red+Green+Blue) = 174+191+205=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCD is #514032. Grayscale: #BBBBBB. Windows color (decimal): -5324851 or 13483950. OLE color: 13483950.
HSL color Cylindrical-coordinate representation of color #AEBFCD: hue angle of 207.1º 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 #AEBFCD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 191 | 205 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.20 |
| HSL | 207.1º | 0.24% | 0.74% | - |
| HSV(B) | 207.1º | 0.15% | 0.8% | - |
| XYZ | 47.11 | 50.67 | 65.05 | - |
| YUV | 187.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 205 | 0.15 | 0.07 | 0 | 0.20 | 207.1 | 0.24 | 0.74 |
| Hex | AE | BF | CD | F | 7 | 0 | 14 | CF | 18 | 4A |
| Octal | 256 | 277 | 315 | 17 | 7 | 0 | 24 | 317 | 30 | 112 |
| Binary | 10101110 | 10111111 | 11001101 | 1111 | 111 | 0 | 10100 | 11001111 | 11000 | 1001010 |
Color Harmonies of #AEBFCD
Complementary color
Monochromatic Colors of #AEBFCD
Black with #AEBFCD
Text Example
Text Example
White with #AEBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFCD; }
p { color: rgb(174,191,205); }
H1.HeaderClassName
{
color: #AEBFCD;
}
.AnyTagClassName
{
color: #AEBFCD;
}
</style>
background-color css
<style>
a { background-color: #AEBFCD; }
a { background-color: rgb(174,191,205); }
div.DivClassName
{
background-color: #AEBFCD;
}
.BgClassName
{
background-color: #AEBFCD;
}
</style>
border-color css
<style>
span { border-color: #AEBFCD; }
span { border-color: rgb(174,191,205); }
td.TdClassName
{
border-color: #AEBFCD;
}
.TagClassName
{
border-color: #AEBFCD;
}
</style>