Html Css Color HEX #AE90BA East Side

📋 copy color: '#AE90BA'

red 174 ◦ green 144 ◦ blue 186

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

Shades of East Side #AE90BA

Tints of East Side #AE90BA

RGB

 RED value IS 174 (68.36% from 255) = 34.52%

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 34.52%
G = 28.57%
B = 36.9%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE90BA (or 0xAE90BA) is known color: East Side. HEX triplet: AE, 90 and BA. RGB value is (174,144,186). Sum of RGB (Red+Green+Blue) = 174+144+186=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE90BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90BA is #516F45. Grayscale: #9D9D9D. Windows color (decimal): -5336902 or 12226734. OLE color: 12226734.

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

Color convert

RGB 174 144 186 -
CMYK 0.06 0.23 0 0.27
HSL 282.86º 0.23% 0.65% -
HSV(B) 282.86º 0.23% 0.73% -
XYZ 36.29 32.49 50.81 -
YUV 157.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 174 144 186 0.06 0.23 0 0.27 282.86 0.23 0.65
Hex AE 90 BA 6 17 0 1B 11B 17 41
Octal 256 220 272 6 27 0 33 433 27 101
Binary 10101110 10010000 10111010 110 10111 0 11011 100011011 10111 1000001

Color Harmonies of #AE90BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90BA

Black with #AE90BA

Text Example


Text Example

White with #AE90BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90BA; }

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

 H1.HeaderClassName
 {
   color: #AE90BA;
 }
 .AnyTagClassName
 {
   color: #AE90BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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