Html Css Color HEX #ADA0BE Biloba Flower

📋 copy color: '#ADA0BE'

red 173 ◦ green 160 ◦ blue 190

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

Shades of Biloba Flower #ADA0BE

Tints of Biloba Flower #ADA0BE

RGB

 RED value IS 173 (67.97% from 255) = 33.08%

 GREEN value IS 160 (62.89% from 255) = 30.59%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 33.08%
G = 30.59%
B = 36.33%

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

#ADA0BE (or 0xADA0BE) is known color: Biloba Flower. HEX triplet: AD, A0 and BE. RGB value is (173,160,190). Sum of RGB (Red+Green+Blue) = 173+160+190=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0BE is #525F41. Grayscale: #A7A7A7. Windows color (decimal): -5398338 or 12492973. OLE color: 12492973.

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

Color convert

RGB 173 160 190 -
CMYK 0.09 0.16 0 0.25
HSL 266º 0.19% 0.69% -
HSV(B) 266º 0.16% 0.75% -
XYZ 39.1 37.74 53.94 -
YUV 167.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 173 160 190 0.09 0.16 0 0.25 266 0.19 0.69
Hex AD A0 BE 9 10 0 19 10A 13 45
Octal 255 240 276 11 20 0 31 412 23 105
Binary 10101101 10100000 10111110 1001 10000 0 11001 100001010 10011 1000101

Color Harmonies of #ADA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0BE

Black with #ADA0BE

Text Example


Text Example

White with #ADA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0BE; }

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

 H1.HeaderClassName
 {
   color: #ADA0BE;
 }
 .AnyTagClassName
 {
   color: #ADA0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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