Html Css Color HEX #AD9FBF Biloba Flower

📋 copy color: '#AD9FBF'

red 173 ◦ green 159 ◦ blue 191

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

Shades of Biloba Flower #AD9FBF

Tints of Biloba Flower #AD9FBF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.4%

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

R = 33.08%
G = 30.4%
B = 36.52%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9FBF (or 0xAD9FBF) is known color: Biloba Flower. HEX triplet: AD, 9F and BF. RGB value is (173,159,191). Sum of RGB (Red+Green+Blue) = 173+159+191=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBF is #526040. Grayscale: #A6A6A6. Windows color (decimal): -5398593 or 12558253. OLE color: 12558253.

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

Color convert

RGB 173 159 191 -
CMYK 0.09 0.17 0 0.25
HSL 266.25º 0.2% 0.69% -
HSV(B) 266.25º 0.17% 0.75% -
XYZ 39.04 37.44 54.46 -
YUV 166.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 173 159 191 0.09 0.17 0 0.25 266.25 0.2 0.69
Hex AD 9F BF 9 11 0 19 10A 14 45
Octal 255 237 277 11 21 0 31 412 24 105
Binary 10101101 10011111 10111111 1001 10001 0 11001 100001010 10100 1000101

Color Harmonies of #AD9FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FBF

Black with #AD9FBF

Text Example


Text Example

White with #AD9FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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