Shades of Heather #AEBCC5
Tints of Heather #AEBCC5
RGB
CMYK
RGB Variations
Color information
#AEBCC5 (or 0xAEBCC5) is known color: Heather. HEX triplet: AE, BC and C5. RGB value is (174,188,197). Sum of RGB (Red+Green+Blue) = 174+188+197=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCC5 is #51433A. Grayscale: #B8B8B8. Windows color (decimal): -5325627 or 12958894. OLE color: 12958894.
HSL color Cylindrical-coordinate representation of color #AEBCC5: hue angle of 203.48º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBCC5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 188 | 197 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.23 |
| HSL | 203.48º | 0.17% | 0.73% | - |
| HSV(B) | 203.48º | 0.12% | 0.77% | - |
| XYZ | 45.52 | 49 | 59.88 | - |
| YUV | 184.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 197 | 0.12 | 0.05 | 0 | 0.23 | 203.48 | 0.17 | 0.73 |
| Hex | AE | BC | C5 | C | 5 | 0 | 17 | CB | 11 | 49 |
| Octal | 256 | 274 | 305 | 14 | 5 | 0 | 27 | 313 | 21 | 111 |
| Binary | 10101110 | 10111100 | 11000101 | 1100 | 101 | 0 | 10111 | 11001011 | 10001 | 1001001 |
Color Harmonies of #AEBCC5
Complementary color
Monochromatic Colors of #AEBCC5
Black with #AEBCC5
Text Example
Text Example
White with #AEBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCC5; }
p { color: rgb(174,188,197); }
H1.HeaderClassName
{
color: #AEBCC5;
}
.AnyTagClassName
{
color: #AEBCC5;
}
</style>
background-color css
<style>
a { background-color: #AEBCC5; }
a { background-color: rgb(174,188,197); }
div.DivClassName
{
background-color: #AEBCC5;
}
.BgClassName
{
background-color: #AEBCC5;
}
</style>
border-color css
<style>
span { border-color: #AEBCC5; }
span { border-color: rgb(174,188,197); }
td.TdClassName
{
border-color: #AEBCC5;
}
.TagClassName
{
border-color: #AEBCC5;
}
</style>