#ADA2BF

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

Shades of Biloba Flower #ADA2BF

Tints of Biloba Flower #ADA2BF

Color information

#ADA2BF (or 0xADA2BF) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and BF. RGB value is (173,162,191). Sum of RGB (Red+Green+Blue) = 173+162+191=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BF is #525D40. Grayscale: #A8A8A8. Windows color (decimal): -5397825 or 12559021. OLE color: 12559021.

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

Color convert

RGB173162191-
CMYK0.090.1500.25
HSL262.76º18.47%69.22%-
HSV(B)262.76º15.18%74.9%-
XYZ39.5638.4954.63-
YUV168.6140.64131.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 191 (75% from 255) = 36.31%
R=32.89%
G=30.80%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731621910.090.1500.25262.7618.4769.22
HexADA2BF9F0191071245
Octal255242277111703140722105
Binary10101101101000101011111110011111011001100000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2BF; }

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

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

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

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

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

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

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

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