#AEA4BB

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

Shades of Biloba Flower #AEA4BB

Tints of Biloba Flower #AEA4BB

Color information

#AEA4BB (or 0xAEA4BB) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and BB. RGB value is (174,164,187). Sum of RGB (Red+Green+Blue) = 174+164+187=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4BB is #515B44. Grayscale: #A9A9A9. Windows color (decimal): -5331781 or 12297390. OLE color: 12297390.

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

Color convert

RGB174164187-
CMYK0.070.1200.27
HSL266.09º14.47%68.82%-
HSV(B)266.09º12.3%73.33%-
XYZ39.739.1452.48-
YUV169.61137.81131.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=33.14%
G=31.24%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741641870.070.1200.27266.0914.4768.82
HexAEA4BB7C01B10ae45
Octal25624427371403341216105
Binary101011101010010010111011111110001101110000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4BB; }

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

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

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

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

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

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

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

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