Shades of Heather #AEB7C1
Tints of Heather #AEB7C1
RGB
CMYK
RGB Variations
Color information
#AEB7C1 (or 0xAEB7C1) is known color: Heather. HEX triplet: AE, B7 and C1. RGB value is (174,183,193). Sum of RGB (Red+Green+Blue) = 174+183+193=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7C1 is #51483E. Grayscale: #B5B5B5. Windows color (decimal): -5326911 or 12695470. OLE color: 12695470.
HSL color Cylindrical-coordinate representation of color #AEB7C1: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB7C1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 183 | 193 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.24 |
| HSL | 211.58º | 0.13% | 0.72% | - |
| HSV(B) | 211.58º | 0.1% | 0.76% | - |
| XYZ | 44.01 | 46.72 | 57.15 | - |
| YUV | 181.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 193 | 0.10 | 0.05 | 0 | 0.24 | 211.58 | 0.13 | 0.72 |
| Hex | AE | B7 | C1 | A | 5 | 0 | 18 | D4 | D | 48 |
| Octal | 256 | 267 | 301 | 12 | 5 | 0 | 30 | 324 | 15 | 110 |
| Binary | 10101110 | 10110111 | 11000001 | 1010 | 101 | 0 | 11000 | 11010100 | 1101 | 1001000 |
Color Harmonies of #AEB7C1
Complementary color
Monochromatic Colors of #AEB7C1
Black with #AEB7C1
Text Example
Text Example
White with #AEB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB7C1; }
p { color: rgb(174,183,193); }
H1.HeaderClassName
{
color: #AEB7C1;
}
.AnyTagClassName
{
color: #AEB7C1;
}
</style>
background-color css
<style>
a { background-color: #AEB7C1; }
a { background-color: rgb(174,183,193); }
div.DivClassName
{
background-color: #AEB7C1;
}
.BgClassName
{
background-color: #AEB7C1;
}
</style>
border-color css
<style>
span { border-color: #AEB7C1; }
span { border-color: rgb(174,183,193); }
td.TdClassName
{
border-color: #AEB7C1;
}
.TagClassName
{
border-color: #AEB7C1;
}
</style>