#AE99BD

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

Shades of East Side #AE99BD

Tints of East Side #AE99BD

Color information

#AE99BD (or 0xAE99BD) is unknown color: approx East Side. HEX triplet: AE, 99 and BD. RGB value is (174,153,189). Sum of RGB (Red+Green+Blue) = 174+153+189=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99BD is #516642. Grayscale: #A3A3A3. Windows color (decimal): -5334595 or 12425646. OLE color: 12425646.

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

Color convert

RGB174153189-
CMYK0.080.1900.26
HSL275º21.43%67.06%-
HSV(B)275º19.05%74.12%-
XYZ38.0335.4652.98-
YUV163.38142.46135.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=33.72%
G=29.65%
B=36.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741531890.080.1900.2627521.4367.06
HexAE99BD81301A1131543
Octal256231275102303242325103
Binary101011101001100110111101100010011011010100010011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99BD; }

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

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

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

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

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

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

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

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