#AE9BCE

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

Shades of Biloba Flower #AE9BCE

Tints of Biloba Flower #AE9BCE

Color information

#AE9BCE (or 0xAE9BCE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and CE. RGB value is (174,155,206). Sum of RGB (Red+Green+Blue) = 174+155+206=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCE is #516431. Grayscale: #A6A6A6. Windows color (decimal): -5334066 or 13540270. OLE color: 13540270.

HSL color Cylindrical-coordinate representation of color #AE9BCE: hue angle of 262.35º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9BCE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174155206-
CMYK0.160.2500.19
HSL262.35º34.23%70.78%-
HSV(B)262.35º24.76%80.78%-
XYZ40.3236.963.39-
YUV166.5150.29133.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=32.52%
G=28.97%
B=38.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741552060.160.2500.19262.3534.2370.78
HexAE9BCE10190131062247
Octal256233316203102340642107
Binary10101110100110111100111010000110010100111000001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BCE; }

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

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

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

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

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

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

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

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