#AAA0BC

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

Shades of Biloba Flower #AAA0BC

Tints of Biloba Flower #AAA0BC

Color information

#AAA0BC (or 0xAAA0BC) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and BC. RGB value is (170,160,188). Sum of RGB (Red+Green+Blue) = 170+160+188=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BC is #555F43. Grayscale: #A6A6A6. Windows color (decimal): -5594948 or 12361898. OLE color: 12361898.

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

Color convert

RGB170160188-
CMYK0.100.1500.26
HSL261.43º17.28%68.24%-
HSV(B)261.43º14.89%73.73%-
XYZ38.2337.3252.77-
YUV166.18140.31130.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=32.82%
G=30.89%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701601880.100.1500.26261.4317.2868.24
HexAAA0BCAF01A1051144
Octal252240274121703240521104
Binary10101010101000001011110010101111011010100000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0BC; }

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

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

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

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

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

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

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

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