#ADA0BF

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

Shades of Biloba Flower #ADA0BF

Tints of Biloba Flower #ADA0BF

Color information

#ADA0BF (or 0xADA0BF) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and BF. RGB value is (173,160,191). Sum of RGB (Red+Green+Blue) = 173+160+191=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0BF is #525F40. Grayscale: #A7A7A7. Windows color (decimal): -5398337 or 12558509. OLE color: 12558509.

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

Color convert

RGB173160191-
CMYK0.090.1600.25
HSL265.16º19.5%68.82%-
HSV(B)265.16º16.23%74.9%-
XYZ39.2137.7954.52-
YUV167.42141.31131.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 191 (75% from 255) = 36.45%
R=33.02%
G=30.53%
B=36.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731601910.090.1600.25265.1619.568.82
HexADA0BF9100191091345
Octal255240277112003141123105
Binary101011011010000010111111100110000011001100001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0BF; }

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

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

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

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

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

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

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

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