#AEA2BD

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

Shades of Biloba Flower #AEA2BD

Tints of Biloba Flower #AEA2BD

Color information

#AEA2BD (or 0xAEA2BD) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and BD. RGB value is (174,162,189). Sum of RGB (Red+Green+Blue) = 174+162+189=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEA2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2BD is #515D42. Grayscale: #A8A8A8. Windows color (decimal): -5332291 or 12427950. OLE color: 12427950.

HSL color Cylindrical-coordinate representation of color #AEA2BD: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA2BD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174162189-
CMYK0.080.1400.26
HSL266.67º16.98%68.82%-
HSV(B)266.67º14.29%74.12%-
XYZ39.5638.5153.49-
YUV168.67139.48131.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 189 (74.22% from 255) = 36%
R=33.14%
G=30.86%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741621890.080.1400.26266.6716.9868.82
HexAEA2BD8E01A10b1145
Octal256242275101603241321105
Binary10101110101000101011110110001110011010100001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2BD; }

 p { color: rgb(174,162,189); }

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

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

 a { background-color: rgb(174,162,189); }

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

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

 span { border-color: rgb(174,162,189); }

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