Html Css Color HEX #AD9DBF Biloba Flower

📋 copy color: '#AD9DBF'

red 173 ◦ green 157 ◦ blue 191

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

Shades of Biloba Flower #AD9DBF

Tints of Biloba Flower #AD9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

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

R = 33.21%
G = 30.13%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9DBF (or 0xAD9DBF) is known color: Biloba Flower. HEX triplet: AD, 9D and BF. RGB value is (173,157,191). Sum of RGB (Red+Green+Blue) = 173+157+191=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBF is #526240. Grayscale: #A5A5A5. Windows color (decimal): -5399105 or 12557741. OLE color: 12557741.

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

Color convert

RGB 173 157 191 -
CMYK 0.09 0.18 0 0.25
HSL 268.24º 0.21% 0.68% -
HSV(B) 268.24º 0.18% 0.75% -
XYZ 38.69 36.76 54.35 -
YUV 165.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 173 157 191 0.09 0.18 0 0.25 268.24 0.21 0.68
Hex AD 9D BF 9 12 0 19 10C 15 44
Octal 255 235 277 11 22 0 31 414 25 104
Binary 10101101 10011101 10111111 1001 10010 0 11001 100001100 10101 1000100

Color Harmonies of #AD9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DBF

Black with #AD9DBF

Text Example


Text Example

White with #AD9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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