#AEB5BA

Color #AEB5BA Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AEB5BA

Tints of Heather #AEB5BA

Color information

#AEB5BA (or 0xAEB5BA) is unknown color: approx Heather. HEX triplet: AE, B5 and BA. RGB value is (174,181,186). Sum of RGB (Red+Green+Blue) = 174+181+186=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5BA is #514A45. Grayscale: #B3B3B3. Windows color (decimal): -5327430 or 12236206. OLE color: 12236206.

HSL color Cylindrical-coordinate representation of color #AEB5BA: hue angle of 205º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEB5BA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174181186-
CMYK0.060.0300.27
HSL205º8%70.59%-
HSV(B)205º6.45%72.94%-
XYZ42.8445.5953-
YUV179.48131.68124.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=32.16%
G=33.46%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741811860.060.0300.27205870.59
HexAEB5BA6301Bcd847
Octal2562652726303331510107
Binary101011101011010110111010110110110111100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5BA; }

 p { color: rgb(174,181,186); }

 H1.HeaderClassName
 {
   color: #AEB5BA;
 }
 .AnyTagClassName
 {
   color: #AEB5BA;
 }
</style>
background-color css

<style>
 a { background-color: #AEB5BA; }

 a { background-color: rgb(174,181,186); }

 div.DivClassName
 {
   background-color: #AEB5BA;
 }
 .BgClassName
 {
   background-color: #AEB5BA;
 }
</style>
border-color css

<style>
 span { border-color: #AEB5BA; }

 span { border-color: rgb(174,181,186); }

 td.TdClassName
 {
   border-color: #AEB5BA;
 }
 .TagClassName
 {
   border-color: #AEB5BA;
 }
</style>