#AAA2BE

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

Shades of Biloba Flower #AAA2BE

Tints of Biloba Flower #AAA2BE

Color information

#AAA2BE (or 0xAAA2BE) is unknown color: approx Biloba Flower. HEX triplet: AA, A2 and BE. RGB value is (170,162,190). Sum of RGB (Red+Green+Blue) = 170+162+190=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BE is #555D41. Grayscale: #A7A7A7. Windows color (decimal): -5594434 or 12493482. OLE color: 12493482.

HSL color Cylindrical-coordinate representation of color #AAA2BE: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA2BE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170162190-
CMYK0.110.1500.25
HSL257.14º17.72%69.02%-
HSV(B)257.14º14.74%74.51%-
XYZ38.7938.154.03-
YUV167.58140.65129.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=32.57%
G=31.03%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701621900.110.1500.25257.1417.7269.02
HexAAA2BEBF0191011245
Octal252242276131703140122105
Binary10101010101000101011111010111111011001100000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2BE; }

 p { color: rgb(170,162,190); }

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

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

 a { background-color: rgb(170,162,190); }

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

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

 span { border-color: rgb(170,162,190); }

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