#AAA2BF

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

Shades of Biloba Flower #AAA2BF

Tints of Biloba Flower #AAA2BF

Color information

#AAA2BF (or 0xAAA2BF) is unknown color: approx Biloba Flower. HEX triplet: AA, A2 and BF. RGB value is (170,162,191). Sum of RGB (Red+Green+Blue) = 170+162+191=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BF is #555D40. Grayscale: #A7A7A7. Windows color (decimal): -5594433 or 12559018. OLE color: 12559018.

HSL color Cylindrical-coordinate representation of color #AAA2BF: hue angle of 256.55º 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 #AAA2BF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170162191-
CMYK0.110.1500.25
HSL256.55º18.47%69.22%-
HSV(B)256.55º15.18%74.9%-
XYZ38.938.1554.6-
YUV167.7141.15129.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 191 (75% from 255) = 36.52%
R=32.50%
G=30.98%
B=36.52%

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
Decimal1701621910.110.1500.25256.5518.4769.22
HexAAA2BFBF0191011245
Octal252242277131703140122105
Binary10101010101000101011111110111111011001100000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2BF; }

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

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

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

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

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

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

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

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