Html Css Color HEX #ADA3BD Biloba Flower

📋 copy color: '#ADA3BD'

red 173 ◦ green 163 ◦ blue 189

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

Shades of Biloba Flower #ADA3BD

Tints of Biloba Flower #ADA3BD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.05%

 BLUE value IS 189 (74.22% from 255) = 36%

R = 32.95%
G = 31.05%
B = 36%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADA3BD (or 0xADA3BD) is known color: Biloba Flower. HEX triplet: AD, A3 and BD. RGB value is (173,163,189). Sum of RGB (Red+Green+Blue) = 173+163+189=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BD is #525C42. Grayscale: #A8A8A8. Windows color (decimal): -5397571 or 12428205. OLE color: 12428205.

HSL color Cylindrical-coordinate representation of color #ADA3BD: hue angle of 263.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA3BD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 163 189 -
CMYK 0.08 0.14 0 0.26
HSL 263.08º 0.16% 0.69% -
HSV(B) 263.08º 0.14% 0.74% -
XYZ 39.52 38.75 53.54 -
YUV 168.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 173 163 189 0.08 0.14 0 0.26 263.08 0.16 0.69
Hex AD A3 BD 8 E 0 1A 107 10 45
Octal 255 243 275 10 16 0 32 407 20 105
Binary 10101101 10100011 10111101 1000 1110 0 11010 100000111 10000 1000101

Color Harmonies of #ADA3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3BD

Black with #ADA3BD

Text Example


Text Example

White with #ADA3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3BD; }

 p { color: rgb(173,163,189); }

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

background-color css

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

 a { background-color: rgb(173,163,189); }

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

border-color css

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

 span { border-color: rgb(173,163,189); }

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