#AEA6BE

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

Shades of Biloba Flower #AEA6BE

Tints of Biloba Flower #AEA6BE

Color information

#AEA6BE (or 0xAEA6BE) is unknown color: approx Biloba Flower. HEX triplet: AE, A6 and BE. RGB value is (174,166,190). Sum of RGB (Red+Green+Blue) = 174+166+190=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6BE is #515941. Grayscale: #ABABAB. Windows color (decimal): -5331266 or 12494510. OLE color: 12494510.

HSL color Cylindrical-coordinate representation of color #AEA6BE: hue angle of 260º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA6BE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174166190-
CMYK0.080.1300.25
HSL260º15.58%69.8%-
HSV(B)260º12.63%74.51%-
XYZ40.3939.9954.31-
YUV171.13138.65130.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=32.83%
G=31.32%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741661900.080.1300.2526015.5869.8
HexAEA6BE8D0191041046
Octal256246276101503140420106
Binary10101110101001101011111010001101011001100000100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6BE; }

 p { color: rgb(174,166,190); }

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

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

 a { background-color: rgb(174,166,190); }

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

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

 span { border-color: rgb(174,166,190); }

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