#AEBBAD

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

Shades of Rainee #AEBBAD

Tints of Rainee #AEBBAD

Color information

#AEBBAD (or 0xAEBBAD) is unknown color: approx Rainee. HEX triplet: AE, BB and AD. RGB value is (174,187,173). Sum of RGB (Red+Green+Blue) = 174+187+173=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBAD is #514452. Grayscale: #B5B5B5. Windows color (decimal): -5325907 or 11385774. OLE color: 11385774.

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

Color convert

RGB174187173-
CMYK0.0700.070.27
HSL115.71º9.33%70.59%-
HSV(B)115.71º7.49%73.33%-
XYZ42.7747.5646.46-
YUV181.52123.19122.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=32.58%
G=35.02%
B=32.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871730.0700.070.27115.719.3370.59
HexAEBBAD7071B74947
Octal2562732557073316411107
Binary101011101011101110101101111011111011111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBAD; }

 p { color: rgb(174,187,173); }

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

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

 a { background-color: rgb(174,187,173); }

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

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

 span { border-color: rgb(174,187,173); }

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