#AEA8BC

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

Shades of Biloba Flower #AEA8BC

Tints of Biloba Flower #AEA8BC

Color information

#AEA8BC (or 0xAEA8BC) is unknown color: approx Biloba Flower. HEX triplet: AE, A8 and BC. RGB value is (174,168,188). Sum of RGB (Red+Green+Blue) = 174+168+188=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BC is #515743. Grayscale: #ACACAC. Windows color (decimal): -5330756 or 12363950. OLE color: 12363950.

HSL color Cylindrical-coordinate representation of color #AEA8BC: hue angle of 258º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA8BC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174168188-
CMYK0.070.1100.26
HSL258º12.99%69.8%-
HSV(B)258º10.64%73.73%-
XYZ40.5440.6353.28-
YUV172.07136.99129.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=32.83%
G=31.70%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741681880.070.1100.2625812.9969.8
HexAEA8BC7B01A102d46
Octal25625027471303240215106
Binary101011101010100010111100111101101101010000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8BC; }

 p { color: rgb(174,168,188); }

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

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

 a { background-color: rgb(174,168,188); }

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

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

 span { border-color: rgb(174,168,188); }

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