Html Css Color HEX #ADA6BF Biloba Flower

📋 copy color: '#ADA6BF'

red 173 ◦ green 166 ◦ blue 191

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

Shades of Biloba Flower #ADA6BF

Tints of Biloba Flower #ADA6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 32.64%
G = 31.32%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADA6BF (or 0xADA6BF) is known color: Biloba Flower. HEX triplet: AD, A6 and BF. RGB value is (173,166,191). Sum of RGB (Red+Green+Blue) = 173+166+191=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BF is #525940. Grayscale: #AAAAAA. Windows color (decimal): -5396801 or 12560045. OLE color: 12560045.

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

Color convert

RGB 173 166 191 -
CMYK 0.09 0.13 0 0.25
HSL 256.8º 0.16% 0.7% -
HSV(B) 256.8º 0.13% 0.75% -
XYZ 40.27 39.92 54.87 -
YUV 170.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 173 166 191 0.09 0.13 0 0.25 256.8 0.16 0.7
Hex AD A6 BF 9 D 0 19 101 10 46
Octal 255 246 277 11 15 0 31 401 20 106
Binary 10101101 10100110 10111111 1001 1101 0 11001 100000001 10000 1000110

Color Harmonies of #ADA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6BF

Black with #ADA6BF

Text Example


Text Example

White with #ADA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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