Html Css Color HEX #AE90BF East Side

📋 copy color: '#AE90BF'

red 174 ◦ green 144 ◦ blue 191

#AE90BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AE90BF

Tints of East Side #AE90BF

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 value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE90BF (or 0xAE90BF) is known color: 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

RGB 174 144 191 -
CMYK 0.09 0.25 0 0.25
HSL 278.3º 0.27% 0.66% -
HSV(B) 278.3º 0.25% 0.75% -
XYZ 36.83 32.71 53.66 -
YUV 158.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 174 144 191 0.09 0.25 0 0.25 278.3 0.27 0.66
Hex AE 90 BF 9 19 0 19 116 1B 42
Octal 256 220 277 11 31 0 31 426 33 102
Binary 10101110 10010000 10111111 1001 11001 0 11001 100010110 11011 1000010

Color Harmonies of #AE90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90BF

Black with #AE90BF

Text Example


Text Example

White with #AE90BF

Text Example


Text Example

HTML Codes & Css Web 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>