Shades of Heather #AEBBC1
Tints of Heather #AEBBC1
RGB
CMYK
RGB Variations
Color information
#AEBBC1 (or 0xAEBBC1) is known color: Heather. HEX triplet: AE, BB and C1. RGB value is (174,187,193). Sum of RGB (Red+Green+Blue) = 174+187+193=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC1 is #51443E. Grayscale: #B7B7B7. Windows color (decimal): -5325887 or 12696494. OLE color: 12696494.
HSL color Cylindrical-coordinate representation of color #AEBBC1: hue angle of 198.95º 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 #AEBBC1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 187 | 193 | - |
CMYK | 0.10 | 0.03 | 0 | 0.24 |
HSL | 198.95º | 0.13% | 0.72% | - |
HSV(B) | 198.95º | 0.1% | 0.76% | - |
XYZ | 44.85 | 48.39 | 57.43 | - |
YUV | 183.8 | 133.19 | 121.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 187 | 193 | 0.10 | 0.03 | 0 | 0.24 | 198.95 | 0.13 | 0.72 |
Hex | AE | BB | C1 | A | 3 | 0 | 18 | C7 | D | 48 |
Octal | 256 | 273 | 301 | 12 | 3 | 0 | 30 | 307 | 15 | 110 |
Binary | 10101110 | 10111011 | 11000001 | 1010 | 11 | 0 | 11000 | 11000111 | 1101 | 1001000 |
Color Harmonies of #AEBBC1
Complementary color
Monochromatic Colors of #AEBBC1
Black with #AEBBC1
Text Example
Text Example
White with #AEBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBC1; }
p { color: rgb(174,187,193); }
H1.HeaderClassName
{
color: #AEBBC1;
}
.AnyTagClassName
{
color: #AEBBC1;
}
</style>
background-color css
<style>
a { background-color: #AEBBC1; }
a { background-color: rgb(174,187,193); }
div.DivClassName
{
background-color: #AEBBC1;
}
.BgClassName
{
background-color: #AEBBC1;
}
</style>
border-color css
<style>
span { border-color: #AEBBC1; }
span { border-color: rgb(174,187,193); }
td.TdClassName
{
border-color: #AEBBC1;
}
.TagClassName
{
border-color: #AEBBC1;
}
</style>