Shades of Spindle #AEBBD4
Tints of Spindle #AEBBD4
RGB
CMYK
RGB Variations
Color information
#AEBBD4 (or 0xAEBBD4) is known color: Spindle. HEX triplet: AE, BB and D4. RGB value is (174,187,212). Sum of RGB (Red+Green+Blue) = 174+187+212=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD4 is #51442B. Grayscale: #B9B9B9. Windows color (decimal): -5325868 or 13941678. OLE color: 13941678.
HSL color Cylindrical-coordinate representation of color #AEBBD4: hue angle of 219.47º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBBD4 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 187 | 212 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.17 |
| HSL | 219.47º | 0.31% | 0.76% | - |
| HSV(B) | 219.47º | 0.18% | 0.83% | - |
| XYZ | 47.11 | 49.29 | 69.32 | - |
| YUV | 185.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 212 | 0.18 | 0.12 | 0 | 0.17 | 219.47 | 0.31 | 0.76 |
| Hex | AE | BB | D4 | 12 | C | 0 | 11 | DB | 1F | 4C |
| Octal | 256 | 273 | 324 | 22 | 14 | 0 | 21 | 333 | 37 | 114 |
| Binary | 10101110 | 10111011 | 11010100 | 10010 | 1100 | 0 | 10001 | 11011011 | 11111 | 1001100 |
Color Harmonies of #AEBBD4
Complementary color
Monochromatic Colors of #AEBBD4
Black with #AEBBD4
Text Example
Text Example
White with #AEBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBD4; }
p { color: rgb(174,187,212); }
H1.HeaderClassName
{
color: #AEBBD4;
}
.AnyTagClassName
{
color: #AEBBD4;
}
</style>
background-color css
<style>
a { background-color: #AEBBD4; }
a { background-color: rgb(174,187,212); }
div.DivClassName
{
background-color: #AEBBD4;
}
.BgClassName
{
background-color: #AEBBD4;
}
</style>
border-color css
<style>
span { border-color: #AEBBD4; }
span { border-color: rgb(174,187,212); }
td.TdClassName
{
border-color: #AEBBD4;
}
.TagClassName
{
border-color: #AEBBD4;
}
</style>