Shades of Heather #AEBBC8
Tints of Heather #AEBBC8
RGB
CMYK
RGB Variations
Color information
#AEBBC8 (or 0xAEBBC8) is known color: Heather. HEX triplet: AE, BB and C8. RGB value is (174,187,200). Sum of RGB (Red+Green+Blue) = 174+187+200=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC8 is #514437. Grayscale: #B8B8B8. Windows color (decimal): -5325880 or 13155246. OLE color: 13155246.
HSL color Cylindrical-coordinate representation of color #AEBBC8: hue angle of 210º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBBC8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 187 | 200 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.22 |
| HSL | 210º | 0.19% | 0.73% | - |
| HSV(B) | 210º | 0.13% | 0.78% | - |
| XYZ | 45.65 | 48.71 | 61.64 | - |
| YUV | 184.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 200 | 0.13 | 0.06 | 0 | 0.22 | 210 | 0.19 | 0.73 |
| Hex | AE | BB | C8 | D | 6 | 0 | 16 | D2 | 13 | 49 |
| Octal | 256 | 273 | 310 | 15 | 6 | 0 | 26 | 322 | 23 | 111 |
| Binary | 10101110 | 10111011 | 11001000 | 1101 | 110 | 0 | 10110 | 11010010 | 10011 | 1001001 |
Color Harmonies of #AEBBC8
Complementary color
Monochromatic Colors of #AEBBC8
Black with #AEBBC8
Text Example
Text Example
White with #AEBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBC8; }
p { color: rgb(174,187,200); }
H1.HeaderClassName
{
color: #AEBBC8;
}
.AnyTagClassName
{
color: #AEBBC8;
}
</style>
background-color css
<style>
a { background-color: #AEBBC8; }
a { background-color: rgb(174,187,200); }
div.DivClassName
{
background-color: #AEBBC8;
}
.BgClassName
{
background-color: #AEBBC8;
}
</style>
border-color css
<style>
span { border-color: #AEBBC8; }
span { border-color: rgb(174,187,200); }
td.TdClassName
{
border-color: #AEBBC8;
}
.TagClassName
{
border-color: #AEBBC8;
}
</style>