#AE90BF

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

Shades of East Side #AE90BF

Tints of East Side #AE90BF

Color information

#AE90BF (or 0xAE90BF) is unknown color: approx East Side. HEX triplet: AE, 90 and BF. RGB value is (174,144,191). Sum of RGB (Red+Green+Blue) = 174+144+191=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90BF is #516F40. Grayscale: #9E9E9E. Windows color (decimal): -5336897 or 12554414. OLE color: 12554414.

HSL color Cylindrical-coordinate representation of color #AE90BF: hue angle of 278.3º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE90BF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174144191-
CMYK0.090.2500.25
HSL278.3º26.86%65.69%-
HSV(B)278.3º24.61%74.9%-
XYZ36.8332.7153.66-
YUV158.33146.44139.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 191 (75% from 255) = 37.52%
R=34.18%
G=28.29%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741441910.090.2500.25278.326.8665.69
HexAE90BF9190191161b42
Octal256220277113103142633102
Binary101011101001000010111111100111001011001100010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90BF; }

 p { color: rgb(174,144,191); }

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

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

 a { background-color: rgb(174,144,191); }

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

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

 span { border-color: rgb(174,144,191); }

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