Shades of Heather #AEC4C9
Tints of Heather #AEC4C9
RGB
CMYK
RGB Variations
Color information
#AEC4C9 (or 0xAEC4C9) is known color: Heather. HEX triplet: AE, C4 and C9. RGB value is (174,196,201). Sum of RGB (Red+Green+Blue) = 174+196+201=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEC4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4C9 is #513B36. Grayscale: #BDBDBD. Windows color (decimal): -5323575 or 13223086. OLE color: 13223086.
HSL color Cylindrical-coordinate representation of color #AEC4C9: hue angle of 191.11º 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 #AEC4C9 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 196 | 201 | - |
CMYK | 0.13 | 0.02 | 0 | 0.21 |
HSL | 191.11º | 0.2% | 0.74% | - |
HSV(B) | 191.11º | 0.13% | 0.79% | - |
XYZ | 47.74 | 52.7 | 62.91 | - |
YUV | 189.99 | 134.21 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 196 | 201 | 0.13 | 0.02 | 0 | 0.21 | 191.11 | 0.2 | 0.74 |
Hex | AE | C4 | C9 | D | 2 | 0 | 15 | BF | 14 | 4A |
Octal | 256 | 304 | 311 | 15 | 2 | 0 | 25 | 277 | 24 | 112 |
Binary | 10101110 | 11000100 | 11001001 | 1101 | 10 | 0 | 10101 | 10111111 | 10100 | 1001010 |
Color Harmonies of #AEC4C9
Complementary color
Monochromatic Colors of #AEC4C9
Black with #AEC4C9
Text Example
Text Example
White with #AEC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC4C9; }
p { color: rgb(174,196,201); }
H1.HeaderClassName
{
color: #AEC4C9;
}
.AnyTagClassName
{
color: #AEC4C9;
}
</style>
background-color css
<style>
a { background-color: #AEC4C9; }
a { background-color: rgb(174,196,201); }
div.DivClassName
{
background-color: #AEC4C9;
}
.BgClassName
{
background-color: #AEC4C9;
}
</style>
border-color css
<style>
span { border-color: #AEC4C9; }
span { border-color: rgb(174,196,201); }
td.TdClassName
{
border-color: #AEC4C9;
}
.TagClassName
{
border-color: #AEC4C9;
}
</style>