#AAA2BC

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

Shades of Biloba Flower #AAA2BC

Tints of Biloba Flower #AAA2BC

Color information

#AAA2BC (or 0xAAA2BC) is unknown color: approx Biloba Flower. HEX triplet: AA, A2 and BC. RGB value is (170,162,188). Sum of RGB (Red+Green+Blue) = 170+162+188=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BC is #555D43. Grayscale: #A7A7A7. Windows color (decimal): -5594436 or 12362410. OLE color: 12362410.

HSL color Cylindrical-coordinate representation of color #AAA2BC: hue angle of 258.46º degrees, saturation: 0.16, 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 #AAA2BC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170162188-
CMYK0.100.1400.26
HSL258.46º16.25%68.63%-
HSV(B)258.46º13.83%73.73%-
XYZ38.5738.0252.88-
YUV167.36139.65129.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=32.69%
G=31.15%
B=36.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701621880.100.1400.26258.4616.2568.63
HexAAA2BCAE01A1021045
Octal252242274121603240220105
Binary10101010101000101011110010101110011010100000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2BC; }

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

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

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

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

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

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

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

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