#AE9BEC

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

Shades of Biloba Flower #AE9BEC

Tints of Biloba Flower #AE9BEC

Color information

#AE9BEC (or 0xAE9BEC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and EC. RGB value is (174,155,236). Sum of RGB (Red+Green+Blue) = 174+155+236=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BEC is #516413. Grayscale: #A9A9A9. Windows color (decimal): -5334036 or 15506350. OLE color: 15506350.

HSL color Cylindrical-coordinate representation of color #AE9BEC: hue angle of 254.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9BEC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174155236-
CMYK0.260.3400.07
HSL254.07º68.07%76.67%-
HSV(B)254.07º34.32%92.55%-
XYZ44.3238.584.45-
YUV169.92165.29130.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=30.80%
G=27.43%
B=41.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741552360.260.3400.07254.0768.0776.67
HexAE9BEC1A2207fe444d
Octal256233354324207376104115
Binary1010111010011011111011001101010001001111111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BEC; }

 p { color: rgb(174,155,236); }

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

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

 a { background-color: rgb(174,155,236); }

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

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

 span { border-color: rgb(174,155,236); }

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