Shades of Heather #AEBDC4
Tints of Heather #AEBDC4
RGB
CMYK
RGB Variations
Color information
#AEBDC4 (or 0xAEBDC4) is known color: Heather. HEX triplet: AE, BD and C4. RGB value is (174,189,196). Sum of RGB (Red+Green+Blue) = 174+189+196=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC4 is #51423B. Grayscale: #B9B9B9. Windows color (decimal): -5325372 or 12893614. OLE color: 12893614.
HSL color Cylindrical-coordinate representation of color #AEBDC4: hue angle of 199.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBDC4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 189 | 196 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.23 |
| HSL | 199.09º | 0.16% | 0.73% | - |
| HSV(B) | 199.09º | 0.11% | 0.77% | - |
| XYZ | 45.62 | 49.38 | 59.35 | - |
| YUV | 185.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 196 | 0.11 | 0.04 | 0 | 0.23 | 199.09 | 0.16 | 0.73 |
| Hex | AE | BD | C4 | B | 4 | 0 | 17 | C7 | 10 | 49 |
| Octal | 256 | 275 | 304 | 13 | 4 | 0 | 27 | 307 | 20 | 111 |
| Binary | 10101110 | 10111101 | 11000100 | 1011 | 100 | 0 | 10111 | 11000111 | 10000 | 1001001 |
Color Harmonies of #AEBDC4
Complementary color
Monochromatic Colors of #AEBDC4
Black with #AEBDC4
Text Example
Text Example
White with #AEBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDC4; }
p { color: rgb(174,189,196); }
H1.HeaderClassName
{
color: #AEBDC4;
}
.AnyTagClassName
{
color: #AEBDC4;
}
</style>
background-color css
<style>
a { background-color: #AEBDC4; }
a { background-color: rgb(174,189,196); }
div.DivClassName
{
background-color: #AEBDC4;
}
.BgClassName
{
background-color: #AEBDC4;
}
</style>
border-color css
<style>
span { border-color: #AEBDC4; }
span { border-color: rgb(174,189,196); }
td.TdClassName
{
border-color: #AEBDC4;
}
.TagClassName
{
border-color: #AEBDC4;
}
</style>