Html Css Color HEX #AD9CC0 Biloba Flower

📋 copy color: '#AD9CC0'

red 173 ◦ green 156 ◦ blue 192

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

Shades of Biloba Flower #AD9CC0

Tints of Biloba Flower #AD9CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 33.21%
G = 29.94%
B = 36.85%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD9CC0 (or 0xAD9CC0) is known color: Biloba Flower. HEX triplet: AD, 9C and C0. RGB value is (173,156,192). Sum of RGB (Red+Green+Blue) = 173+156+192=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD9CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CC0 is #52633F. Grayscale: #A5A5A5. Windows color (decimal): -5399360 or 12623021. OLE color: 12623021.

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

Color convert

RGB 173 156 192 -
CMYK 0.10 0.19 0 0.25
HSL 268.33º 0.22% 0.68% -
HSV(B) 268.33º 0.19% 0.75% -
XYZ 38.64 36.47 54.87 -
YUV 165.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 173 156 192 0.10 0.19 0 0.25 268.33 0.22 0.68
Hex AD 9C C0 A 13 0 19 10C 16 44
Octal 255 234 300 12 23 0 31 414 26 104
Binary 10101101 10011100 11000000 1010 10011 0 11001 100001100 10110 1000100

Color Harmonies of #AD9CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CC0

Black with #AD9CC0

Text Example


Text Example

White with #AD9CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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