#ADA6BF

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

Shades of Biloba Flower #ADA6BF

Tints of Biloba Flower #ADA6BF

Color information

#ADA6BF (or 0xADA6BF) is unknown color: approx Biloba Flower. HEX triplet: AD, A6 and BF. RGB value is (173,166,191). Sum of RGB (Red+Green+Blue) = 173+166+191=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BF is #525940. Grayscale: #AAAAAA. Windows color (decimal): -5396801 or 12560045. OLE color: 12560045.

HSL color Cylindrical-coordinate representation of color #ADA6BF: hue angle of 256.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA6BF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173166191-
CMYK0.090.1300.25
HSL256.8º16.34%70%-
HSV(B)256.8º13.09%74.9%-
XYZ40.2739.9254.87-
YUV170.94139.32129.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 191 (75% from 255) = 36.04%
R=32.64%
G=31.32%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731661910.090.1300.25256.816.3470
HexADA6BF9D0191011046
Octal255246277111503140120106
Binary10101101101001101011111110011101011001100000001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6BF; }

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

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

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

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

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

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

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

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