Html Css Color HEX #AD9BC9 Biloba Flower

📋 copy color: '#AD9BC9'

red 173 ◦ green 155 ◦ blue 201

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

Shades of Biloba Flower #AD9BC9

Tints of Biloba Flower #AD9BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 201 (78.91% from 255) = 38%

R = 32.7%
G = 29.3%
B = 38%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD9BC9 (or 0xAD9BC9) is known color: Biloba Flower. HEX triplet: AD, 9B and C9. RGB value is (173,155,201). Sum of RGB (Red+Green+Blue) = 173+155+201=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BC9 is #526436. Grayscale: #A5A5A5. Windows color (decimal): -5399607 or 13212589. OLE color: 13212589.

HSL color Cylindrical-coordinate representation of color #AD9BC9: hue angle of 263.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9BC9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 155 201 -
CMYK 0.14 0.23 0 0.21
HSL 263.48º 0.3% 0.7% -
HSV(B) 263.48º 0.23% 0.79% -
XYZ 39.5 36.54 60.23 -
YUV 165.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 173 155 201 0.14 0.23 0 0.21 263.48 0.3 0.7
Hex AD 9B C9 E 17 0 15 107 1E 46
Octal 255 233 311 16 27 0 25 407 36 106
Binary 10101101 10011011 11001001 1110 10111 0 10101 100000111 11110 1000110

Color Harmonies of #AD9BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BC9

Black with #AD9BC9

Text Example


Text Example

White with #AD9BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BC9; }

 p { color: rgb(173,155,201); }

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

background-color css

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

 a { background-color: rgb(173,155,201); }

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

border-color css

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

 span { border-color: rgb(173,155,201); }

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