#ADA6BC

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

Shades of Biloba Flower #ADA6BC

Tints of Biloba Flower #ADA6BC

Color information

#ADA6BC (or 0xADA6BC) is unknown color: approx Biloba Flower. HEX triplet: AD, A6 and BC. RGB value is (173,166,188). Sum of RGB (Red+Green+Blue) = 173+166+188=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BC is #525943. Grayscale: #AAAAAA. Windows color (decimal): -5396804 or 12363437. OLE color: 12363437.

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

Color convert

RGB173166188-
CMYK0.080.1200.26
HSL259.09º14.1%69.41%-
HSV(B)259.09º11.7%73.73%-
XYZ39.9539.7953.15-
YUV170.6137.82129.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=32.83%
G=31.50%
B=35.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731661880.080.1200.26259.0914.169.41
HexADA6BC8C01A103e45
Octal255246274101403240316105
Binary1010110110100110101111001000110001101010000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6BC; }

 p { color: rgb(173,166,188); }

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

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

 a { background-color: rgb(173,166,188); }

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

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

 span { border-color: rgb(173,166,188); }

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