Shades of Heather #AEBEC9
Tints of Heather #AEBEC9
RGB
CMYK
RGB Variations
Color information
#AEBEC9 (or 0xAEBEC9) is known color: Heather. HEX triplet: AE, BE and C9. RGB value is (174,190,201). Sum of RGB (Red+Green+Blue) = 174+190+201=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC9 is #514136. Grayscale: #BABABA. Windows color (decimal): -5325111 or 13221550. OLE color: 13221550.
HSL color Cylindrical-coordinate representation of color #AEBEC9: hue angle of 204.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBEC9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 190 | 201 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.21 |
| HSL | 204.44º | 0.2% | 0.74% | - |
| HSV(B) | 204.44º | 0.13% | 0.79% | - |
| XYZ | 46.41 | 50.04 | 62.47 | - |
| YUV | 186.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 201 | 0.13 | 0.05 | 0 | 0.21 | 204.44 | 0.2 | 0.74 |
| Hex | AE | BE | C9 | D | 5 | 0 | 15 | CC | 14 | 4A |
| Octal | 256 | 276 | 311 | 15 | 5 | 0 | 25 | 314 | 24 | 112 |
| Binary | 10101110 | 10111110 | 11001001 | 1101 | 101 | 0 | 10101 | 11001100 | 10100 | 1001010 |
Color Harmonies of #AEBEC9
Complementary color
Monochromatic Colors of #AEBEC9
Black with #AEBEC9
Text Example
Text Example
White with #AEBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEC9; }
p { color: rgb(174,190,201); }
H1.HeaderClassName
{
color: #AEBEC9;
}
.AnyTagClassName
{
color: #AEBEC9;
}
</style>
background-color css
<style>
a { background-color: #AEBEC9; }
a { background-color: rgb(174,190,201); }
div.DivClassName
{
background-color: #AEBEC9;
}
.BgClassName
{
background-color: #AEBEC9;
}
</style>
border-color css
<style>
span { border-color: #AEBEC9; }
span { border-color: rgb(174,190,201); }
td.TdClassName
{
border-color: #AEBEC9;
}
.TagClassName
{
border-color: #AEBEC9;
}
</style>