Shades of Heather #AEBEC2
Tints of Heather #AEBEC2
RGB
CMYK
RGB Variations
Color information
#AEBEC2 (or 0xAEBEC2) is known color: Heather. HEX triplet: AE, BE and C2. RGB value is (174,190,194). Sum of RGB (Red+Green+Blue) = 174+190+194=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC2 is #51413D. Grayscale: #B9B9B9. Windows color (decimal): -5325118 or 12762798. OLE color: 12762798.
HSL color Cylindrical-coordinate representation of color #AEBEC2: hue angle of 192º 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 #AEBEC2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 190 | 194 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.24 |
| HSL | 192º | 0.14% | 0.72% | - |
| HSV(B) | 192º | 0.1% | 0.76% | - |
| XYZ | 45.61 | 49.72 | 58.23 | - |
| YUV | 185.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 194 | 0.10 | 0.02 | 0 | 0.24 | 192 | 0.14 | 0.72 |
| Hex | AE | BE | C2 | A | 2 | 0 | 18 | C0 | E | 48 |
| Octal | 256 | 276 | 302 | 12 | 2 | 0 | 30 | 300 | 16 | 110 |
| Binary | 10101110 | 10111110 | 11000010 | 1010 | 10 | 0 | 11000 | 11000000 | 1110 | 1001000 |
Color Harmonies of #AEBEC2
Complementary color
Monochromatic Colors of #AEBEC2
Black with #AEBEC2
Text Example
Text Example
White with #AEBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEC2; }
p { color: rgb(174,190,194); }
H1.HeaderClassName
{
color: #AEBEC2;
}
.AnyTagClassName
{
color: #AEBEC2;
}
</style>
background-color css
<style>
a { background-color: #AEBEC2; }
a { background-color: rgb(174,190,194); }
div.DivClassName
{
background-color: #AEBEC2;
}
.BgClassName
{
background-color: #AEBEC2;
}
</style>
border-color css
<style>
span { border-color: #AEBEC2; }
span { border-color: rgb(174,190,194); }
td.TdClassName
{
border-color: #AEBEC2;
}
.TagClassName
{
border-color: #AEBEC2;
}
</style>