Shades of Heather #AEBCC2
Tints of Heather #AEBCC2
RGB
CMYK
RGB Variations
Color information
#AEBCC2 (or 0xAEBCC2) is known color: Heather. HEX triplet: AE, BC and C2. RGB value is (174,188,194). Sum of RGB (Red+Green+Blue) = 174+188+194=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCC2 is #51433D. Grayscale: #B8B8B8. Windows color (decimal): -5325630 or 12762286. OLE color: 12762286.
HSL color Cylindrical-coordinate representation of color #AEBCC2: hue angle of 198º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBCC2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 188 | 194 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.24 |
| HSL | 198º | 0.14% | 0.72% | - |
| HSV(B) | 198º | 0.1% | 0.76% | - |
| XYZ | 45.18 | 48.86 | 58.09 | - |
| YUV | 184.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 194 | 0.10 | 0.03 | 0 | 0.24 | 198 | 0.14 | 0.72 |
| Hex | AE | BC | C2 | A | 3 | 0 | 18 | C6 | E | 48 |
| Octal | 256 | 274 | 302 | 12 | 3 | 0 | 30 | 306 | 16 | 110 |
| Binary | 10101110 | 10111100 | 11000010 | 1010 | 11 | 0 | 11000 | 11000110 | 1110 | 1001000 |
Color Harmonies of #AEBCC2
Complementary color
Monochromatic Colors of #AEBCC2
Black with #AEBCC2
Text Example
Text Example
White with #AEBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCC2; }
p { color: rgb(174,188,194); }
H1.HeaderClassName
{
color: #AEBCC2;
}
.AnyTagClassName
{
color: #AEBCC2;
}
</style>
background-color css
<style>
a { background-color: #AEBCC2; }
a { background-color: rgb(174,188,194); }
div.DivClassName
{
background-color: #AEBCC2;
}
.BgClassName
{
background-color: #AEBCC2;
}
</style>
border-color css
<style>
span { border-color: #AEBCC2; }
span { border-color: rgb(174,188,194); }
td.TdClassName
{
border-color: #AEBCC2;
}
.TagClassName
{
border-color: #AEBCC2;
}
</style>