Shades of Heather #AEBAC6
Tints of Heather #AEBAC6
RGB
CMYK
RGB Variations
Color information
#AEBAC6 (or 0xAEBAC6) is known color: Heather. HEX triplet: AE, BA and C6. RGB value is (174,186,198). Sum of RGB (Red+Green+Blue) = 174+186+198=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC6 is #514539. Grayscale: #B7B7B7. Windows color (decimal): -5326138 or 13023918. OLE color: 13023918.
HSL color Cylindrical-coordinate representation of color #AEBAC6: hue angle of 210º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBAC6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 186 | 198 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.22 |
| HSL | 210º | 0.17% | 0.73% | - |
| HSV(B) | 210º | 0.12% | 0.78% | - |
| XYZ | 45.21 | 48.19 | 60.35 | - |
| YUV | 183.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 198 | 0.12 | 0.06 | 0 | 0.22 | 210 | 0.17 | 0.73 |
| Hex | AE | BA | C6 | C | 6 | 0 | 16 | D2 | 11 | 49 |
| Octal | 256 | 272 | 306 | 14 | 6 | 0 | 26 | 322 | 21 | 111 |
| Binary | 10101110 | 10111010 | 11000110 | 1100 | 110 | 0 | 10110 | 11010010 | 10001 | 1001001 |
Color Harmonies of #AEBAC6
Complementary color
Monochromatic Colors of #AEBAC6
Black with #AEBAC6
Text Example
Text Example
White with #AEBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAC6; }
p { color: rgb(174,186,198); }
H1.HeaderClassName
{
color: #AEBAC6;
}
.AnyTagClassName
{
color: #AEBAC6;
}
</style>
background-color css
<style>
a { background-color: #AEBAC6; }
a { background-color: rgb(174,186,198); }
div.DivClassName
{
background-color: #AEBAC6;
}
.BgClassName
{
background-color: #AEBAC6;
}
</style>
border-color css
<style>
span { border-color: #AEBAC6; }
span { border-color: rgb(174,186,198); }
td.TdClassName
{
border-color: #AEBAC6;
}
.TagClassName
{
border-color: #AEBAC6;
}
</style>