Shades of Heather #AEBAC2
Tints of Heather #AEBAC2
RGB
CMYK
RGB Variations
Color information
#AEBAC2 (or 0xAEBAC2) is known color: Heather. HEX triplet: AE, BA and C2. RGB value is (174,186,194). Sum of RGB (Red+Green+Blue) = 174+186+194=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC2 is #51453D. Grayscale: #B7B7B7. Windows color (decimal): -5326142 or 12761774. OLE color: 12761774.
HSL color Cylindrical-coordinate representation of color #AEBAC2: hue angle of 204º 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 #AEBAC2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 186 | 194 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.24 |
| HSL | 204º | 0.14% | 0.72% | - |
| HSV(B) | 204º | 0.1% | 0.76% | - |
| XYZ | 44.75 | 48.01 | 57.95 | - |
| YUV | 183.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 194 | 0.10 | 0.04 | 0 | 0.24 | 204 | 0.14 | 0.72 |
| Hex | AE | BA | C2 | A | 4 | 0 | 18 | CC | E | 48 |
| Octal | 256 | 272 | 302 | 12 | 4 | 0 | 30 | 314 | 16 | 110 |
| Binary | 10101110 | 10111010 | 11000010 | 1010 | 100 | 0 | 11000 | 11001100 | 1110 | 1001000 |
Color Harmonies of #AEBAC2
Complementary color
Monochromatic Colors of #AEBAC2
Black with #AEBAC2
Text Example
Text Example
White with #AEBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAC2; }
p { color: rgb(174,186,194); }
H1.HeaderClassName
{
color: #AEBAC2;
}
.AnyTagClassName
{
color: #AEBAC2;
}
</style>
background-color css
<style>
a { background-color: #AEBAC2; }
a { background-color: rgb(174,186,194); }
div.DivClassName
{
background-color: #AEBAC2;
}
.BgClassName
{
background-color: #AEBAC2;
}
</style>
border-color css
<style>
span { border-color: #AEBAC2; }
span { border-color: rgb(174,186,194); }
td.TdClassName
{
border-color: #AEBAC2;
}
.TagClassName
{
border-color: #AEBAC2;
}
</style>