Html Css Color HEX #AD9DC0 Biloba Flower

📋 copy color: '#AD9DC0'

red 173 ◦ green 157 ◦ blue 192

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

Shades of Biloba Flower #AD9DC0

Tints of Biloba Flower #AD9DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 33.14%
G = 30.08%
B = 36.78%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9DC0 (or 0xAD9DC0) is known color: Biloba Flower. HEX triplet: AD, 9D and C0. RGB value is (173,157,192). Sum of RGB (Red+Green+Blue) = 173+157+192=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD9DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DC0 is #52623F. Grayscale: #A5A5A5. Windows color (decimal): -5399104 or 12623277. OLE color: 12623277.

HSL color Cylindrical-coordinate representation of color #AD9DC0: hue angle of 267.43º degrees, saturation: 0.22, 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 #AD9DC0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 157 192 -
CMYK 0.10 0.18 0 0.25
HSL 267.43º 0.22% 0.68% -
HSV(B) 267.43º 0.18% 0.75% -
XYZ 38.8 36.8 54.93 -
YUV 165.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 173 157 192 0.10 0.18 0 0.25 267.43 0.22 0.68
Hex AD 9D C0 A 12 0 19 10B 16 44
Octal 255 235 300 12 22 0 31 413 26 104
Binary 10101101 10011101 11000000 1010 10010 0 11001 100001011 10110 1000100

Color Harmonies of #AD9DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DC0

Black with #AD9DC0

Text Example


Text Example

White with #AD9DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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