Shades of Heather #AEBFC4
Tints of Heather #AEBFC4
RGB
CMYK
RGB Variations
Color information
#AEBFC4 (or 0xAEBFC4) is known color: Heather. HEX triplet: AE, BF and C4. RGB value is (174,191,196). Sum of RGB (Red+Green+Blue) = 174+191+196=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC4 is #51403B. Grayscale: #BABABA. Windows color (decimal): -5324860 or 12894126. OLE color: 12894126.
HSL color Cylindrical-coordinate representation of color #AEBFC4: hue angle of 193.64º 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 #AEBFC4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 191 | 196 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.23 |
| HSL | 193.64º | 0.16% | 0.73% | - |
| HSV(B) | 193.64º | 0.11% | 0.77% | - |
| XYZ | 46.05 | 50.25 | 59.5 | - |
| YUV | 186.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 196 | 0.11 | 0.03 | 0 | 0.23 | 193.64 | 0.16 | 0.73 |
| Hex | AE | BF | C4 | B | 3 | 0 | 17 | C2 | 10 | 49 |
| Octal | 256 | 277 | 304 | 13 | 3 | 0 | 27 | 302 | 20 | 111 |
| Binary | 10101110 | 10111111 | 11000100 | 1011 | 11 | 0 | 10111 | 11000010 | 10000 | 1001001 |
Color Harmonies of #AEBFC4
Complementary color
Monochromatic Colors of #AEBFC4
Black with #AEBFC4
Text Example
Text Example
White with #AEBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFC4; }
p { color: rgb(174,191,196); }
H1.HeaderClassName
{
color: #AEBFC4;
}
.AnyTagClassName
{
color: #AEBFC4;
}
</style>
background-color css
<style>
a { background-color: #AEBFC4; }
a { background-color: rgb(174,191,196); }
div.DivClassName
{
background-color: #AEBFC4;
}
.BgClassName
{
background-color: #AEBFC4;
}
</style>
border-color css
<style>
span { border-color: #AEBFC4; }
span { border-color: rgb(174,191,196); }
td.TdClassName
{
border-color: #AEBFC4;
}
.TagClassName
{
border-color: #AEBFC4;
}
</style>