Html Css Color HEX #AD9CCB Biloba Flower

📋 copy color: '#AD9CCB'

red 173 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #AD9CCB

Tints of Biloba Flower #AD9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 32.52%
G = 29.32%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD9CCB (or 0xAD9CCB) is known color: Biloba Flower. HEX triplet: AD, 9C and CB. RGB value is (173,156,203). Sum of RGB (Red+Green+Blue) = 173+156+203=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCB is #526334. Grayscale: #A6A6A6. Windows color (decimal): -5399349 or 13343917. OLE color: 13343917.

HSL color Cylindrical-coordinate representation of color #AD9CCB: hue angle of 261.7º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9CCB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 156 203 -
CMYK 0.15 0.23 0 0.20
HSL 261.7º 0.31% 0.7% -
HSV(B) 261.7º 0.23% 0.8% -
XYZ 39.9 36.97 61.53 -
YUV 166.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 173 156 203 0.15 0.23 0 0.20 261.7 0.31 0.7
Hex AD 9C CB F 17 0 14 106 1F 46
Octal 255 234 313 17 27 0 24 406 37 106
Binary 10101101 10011100 11001011 1111 10111 0 10100 100000110 11111 1000110

Color Harmonies of #AD9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CCB

Black with #AD9CCB

Text Example


Text Example

White with #AD9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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