#AE90BD

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

Shades of East Side #AE90BD

Tints of East Side #AE90BD

Color information

#AE90BD (or 0xAE90BD) is unknown color: approx East Side. HEX triplet: AE, 90 and BD. RGB value is (174,144,189). Sum of RGB (Red+Green+Blue) = 174+144+189=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90BD is #516F42. Grayscale: #9D9D9D. Windows color (decimal): -5336899 or 12423342. OLE color: 12423342.

HSL color Cylindrical-coordinate representation of color #AE90BD: hue angle of 280º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE90BD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174144189-
CMYK0.080.2400.26
HSL280º25.42%65.29%-
HSV(B)280º23.81%74.12%-
XYZ36.6132.6252.51-
YUV158.1145.44139.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=34.32%
G=28.40%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741441890.080.2400.2628025.4265.29
HexAE90BD81801A1181941
Octal256220275103003243031101
Binary101011101001000010111101100011000011010100011000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90BD; }

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

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

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

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

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

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

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

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