Shades of Spindle #AEBBD1
Tints of Spindle #AEBBD1
RGB
CMYK
RGB Variations
Color information
#AEBBD1 (or 0xAEBBD1) is known color: Spindle. HEX triplet: AE, BB and D1. RGB value is (174,187,209). Sum of RGB (Red+Green+Blue) = 174+187+209=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD1 is #51442E. Grayscale: #B9B9B9. Windows color (decimal): -5325871 or 13745070. OLE color: 13745070.
HSL color Cylindrical-coordinate representation of color #AEBBD1: hue angle of 217.71º degrees, saturation: 0.28, 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 #AEBBD1 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 187 | 209 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.18 |
| HSL | 217.71º | 0.28% | 0.75% | - |
| HSV(B) | 217.71º | 0.17% | 0.82% | - |
| XYZ | 46.73 | 49.14 | 67.34 | - |
| YUV | 185.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 209 | 0.17 | 0.11 | 0 | 0.18 | 217.71 | 0.28 | 0.75 |
| Hex | AE | BB | D1 | 11 | B | 0 | 12 | DA | 1C | 4B |
| Octal | 256 | 273 | 321 | 21 | 13 | 0 | 22 | 332 | 34 | 113 |
| Binary | 10101110 | 10111011 | 11010001 | 10001 | 1011 | 0 | 10010 | 11011010 | 11100 | 1001011 |
Color Harmonies of #AEBBD1
Complementary color
Monochromatic Colors of #AEBBD1
Black with #AEBBD1
Text Example
Text Example
White with #AEBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBD1; }
p { color: rgb(174,187,209); }
H1.HeaderClassName
{
color: #AEBBD1;
}
.AnyTagClassName
{
color: #AEBBD1;
}
</style>
background-color css
<style>
a { background-color: #AEBBD1; }
a { background-color: rgb(174,187,209); }
div.DivClassName
{
background-color: #AEBBD1;
}
.BgClassName
{
background-color: #AEBBD1;
}
</style>
border-color css
<style>
span { border-color: #AEBBD1; }
span { border-color: rgb(174,187,209); }
td.TdClassName
{
border-color: #AEBBD1;
}
.TagClassName
{
border-color: #AEBBD1;
}
</style>