Html Css Color HEX #ADA0BF Biloba Flower

📋 copy color: '#ADA0BF'

red 173 ◦ green 160 ◦ blue 191

#ADA0BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #ADA0BF

Tints of Biloba Flower #ADA0BF

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 value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADA0BF (or 0xADA0BF) is known color: 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

RGB 173 160 191 -
CMYK 0.09 0.16 0 0.25
HSL 265.16º 0.19% 0.69% -
HSV(B) 265.16º 0.16% 0.75% -
XYZ 39.21 37.79 54.52 -
YUV 167.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 173 160 191 0.09 0.16 0 0.25 265.16 0.19 0.69
Hex AD A0 BF 9 10 0 19 109 13 45
Octal 255 240 277 11 20 0 31 411 23 105
Binary 10101101 10100000 10111111 1001 10000 0 11001 100001001 10011 1000101

Color Harmonies of #ADA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0BF

Black with #ADA0BF

Text Example


Text Example

White with #ADA0BF

Text Example


Text Example

HTML Codes & Css Web 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>