Shades of Heather #AEB5BC
Tints of Heather #AEB5BC
RGB
CMYK
RGB Variations
Color information
#AEB5BC (or 0xAEB5BC) is known color: Heather. HEX triplet: AE, B5 and BC. RGB value is (174,181,188). Sum of RGB (Red+Green+Blue) = 174+181+188=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5BC is #514A43. Grayscale: #B3B3B3. Windows color (decimal): -5327428 or 12367278. OLE color: 12367278.
HSL color Cylindrical-coordinate representation of color #AEB5BC: hue angle of 210º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB5BC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 174 | 181 | 188 | - |
CMYK | 0.07 | 0.04 | 0 | 0.26 |
HSL | 210º | 0.09% | 0.71% | - |
HSV(B) | 210º | 0.07% | 0.74% | - |
XYZ | 43.06 | 45.68 | 54.12 | - |
YUV | 179.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 181 | 188 | 0.07 | 0.04 | 0 | 0.26 | 210 | 0.09 | 0.71 |
Hex | AE | B5 | BC | 7 | 4 | 0 | 1A | D2 | 9 | 47 |
Octal | 256 | 265 | 274 | 7 | 4 | 0 | 32 | 322 | 11 | 107 |
Binary | 10101110 | 10110101 | 10111100 | 111 | 100 | 0 | 11010 | 11010010 | 1001 | 1000111 |
Color Harmonies of #AEB5BC
Complementary color
Monochromatic Colors of #AEB5BC
Black with #AEB5BC
Text Example
Text Example
White with #AEB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB5BC; }
p { color: rgb(174,181,188); }
H1.HeaderClassName
{
color: #AEB5BC;
}
.AnyTagClassName
{
color: #AEB5BC;
}
</style>
background-color css
<style>
a { background-color: #AEB5BC; }
a { background-color: rgb(174,181,188); }
div.DivClassName
{
background-color: #AEB5BC;
}
.BgClassName
{
background-color: #AEB5BC;
}
</style>
border-color css
<style>
span { border-color: #AEB5BC; }
span { border-color: rgb(174,181,188); }
td.TdClassName
{
border-color: #AEB5BC;
}
.TagClassName
{
border-color: #AEB5BC;
}
</style>