Shades of Heather #AEBDC3
Tints of Heather #AEBDC3
RGB
CMYK
RGB Variations
Color information
#AEBDC3 (or 0xAEBDC3) is known color: Heather. HEX triplet: AE, BD and C3. RGB value is (174,189,195). Sum of RGB (Red+Green+Blue) = 174+189+195=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC3 is #51423C. Grayscale: #B9B9B9. Windows color (decimal): -5325373 or 12828078. OLE color: 12828078.
HSL color Cylindrical-coordinate representation of color #AEBDC3: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBDC3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 189 | 195 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.24 |
| HSL | 197.14º | 0.15% | 0.72% | - |
| HSV(B) | 197.14º | 0.11% | 0.76% | - |
| XYZ | 45.5 | 49.33 | 58.75 | - |
| YUV | 185.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 195 | 0.11 | 0.03 | 0 | 0.24 | 197.14 | 0.15 | 0.72 |
| Hex | AE | BD | C3 | B | 3 | 0 | 18 | C5 | F | 48 |
| Octal | 256 | 275 | 303 | 13 | 3 | 0 | 30 | 305 | 17 | 110 |
| Binary | 10101110 | 10111101 | 11000011 | 1011 | 11 | 0 | 11000 | 11000101 | 1111 | 1001000 |
Color Harmonies of #AEBDC3
Complementary color
Monochromatic Colors of #AEBDC3
Black with #AEBDC3
Text Example
Text Example
White with #AEBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDC3; }
p { color: rgb(174,189,195); }
H1.HeaderClassName
{
color: #AEBDC3;
}
.AnyTagClassName
{
color: #AEBDC3;
}
</style>
background-color css
<style>
a { background-color: #AEBDC3; }
a { background-color: rgb(174,189,195); }
div.DivClassName
{
background-color: #AEBDC3;
}
.BgClassName
{
background-color: #AEBDC3;
}
</style>
border-color css
<style>
span { border-color: #AEBDC3; }
span { border-color: rgb(174,189,195); }
td.TdClassName
{
border-color: #AEBDC3;
}
.TagClassName
{
border-color: #AEBDC3;
}
</style>