Html Css Color HEX #AD9DC5 Biloba Flower

📋 copy color: '#AD9DC5'

red 173 ◦ green 157 ◦ blue 197

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

Shades of Biloba Flower #AD9DC5

Tints of Biloba Flower #AD9DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 32.83%
G = 29.79%
B = 37.38%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD9DC5 (or 0xAD9DC5) is known color: Biloba Flower. HEX triplet: AD, 9D and C5. RGB value is (173,157,197). Sum of RGB (Red+Green+Blue) = 173+157+197=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD9DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DC5 is #52623A. Grayscale: #A6A6A6. Windows color (decimal): -5399099 or 12950957. OLE color: 12950957.

HSL color Cylindrical-coordinate representation of color #AD9DC5: hue angle of 264º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD9DC5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 157 197 -
CMYK 0.12 0.20 0 0.23
HSL 264º 0.26% 0.69% -
HSV(B) 264º 0.2% 0.77% -
XYZ 39.37 37.03 57.9 -
YUV 166.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 173 157 197 0.12 0.20 0 0.23 264 0.26 0.69
Hex AD 9D C5 C 14 0 17 108 1A 45
Octal 255 235 305 14 24 0 27 410 32 105
Binary 10101101 10011101 11000101 1100 10100 0 10111 100001000 11010 1000101

Color Harmonies of #AD9DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DC5

Black with #AD9DC5

Text Example


Text Example

White with #AD9DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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