Shades of Heather #AEC6CE
Tints of Heather #AEC6CE
RGB
CMYK
RGB Variations
Color information
#AEC6CE (or 0xAEC6CE) is known color: Heather. HEX triplet: AE, C6 and CE. RGB value is (174,198,206). Sum of RGB (Red+Green+Blue) = 174+198+206=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6CE is #513931. Grayscale: #BFBFBF. Windows color (decimal): -5323058 or 13551278. OLE color: 13551278.
HSL color Cylindrical-coordinate representation of color #AEC6CE: hue angle of 195º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC6CE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 198 | 206 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.19 |
| HSL | 195º | 0.25% | 0.75% | - |
| HSV(B) | 195º | 0.16% | 0.81% | - |
| XYZ | 48.79 | 53.84 | 66.21 | - |
| YUV | 191.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 206 | 0.16 | 0.04 | 0 | 0.19 | 195 | 0.25 | 0.75 |
| Hex | AE | C6 | CE | 10 | 4 | 0 | 13 | C3 | 19 | 4B |
| Octal | 256 | 306 | 316 | 20 | 4 | 0 | 23 | 303 | 31 | 113 |
| Binary | 10101110 | 11000110 | 11001110 | 10000 | 100 | 0 | 10011 | 11000011 | 11001 | 1001011 |
Color Harmonies of #AEC6CE
Complementary color
Monochromatic Colors of #AEC6CE
Black with #AEC6CE
Text Example
Text Example
White with #AEC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC6CE; }
p { color: rgb(174,198,206); }
H1.HeaderClassName
{
color: #AEC6CE;
}
.AnyTagClassName
{
color: #AEC6CE;
}
</style>
background-color css
<style>
a { background-color: #AEC6CE; }
a { background-color: rgb(174,198,206); }
div.DivClassName
{
background-color: #AEC6CE;
}
.BgClassName
{
background-color: #AEC6CE;
}
</style>
border-color css
<style>
span { border-color: #AEC6CE; }
span { border-color: rgb(174,198,206); }
td.TdClassName
{
border-color: #AEC6CE;
}
.TagClassName
{
border-color: #AEC6CE;
}
</style>