Html Css Color HEX #AE99BD East Side

📋 copy color: '#AE99BD'

red 174 ◦ green 153 ◦ blue 189

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

Shades of East Side #AE99BD

Tints of East Side #AE99BD

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

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 174 153 189 -
CMYK 0.08 0.19 0 0.26
HSL 275º 0.21% 0.67% -
HSV(B) 275º 0.19% 0.74% -
XYZ 38.03 35.46 52.98 -
YUV 163.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 174 153 189 0.08 0.19 0 0.26 275 0.21 0.67
Hex AE 99 BD 8 13 0 1A 113 15 43
Octal 256 231 275 10 23 0 32 423 25 103
Binary 10101110 10011001 10111101 1000 10011 0 11010 100010011 10101 1000011

Color Harmonies of #AE99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99BD

Black with #AE99BD

Text Example


Text Example

White with #AE99BD

Text Example


Text Example

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