#AD9EBE

Color #AD9EBE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD9EBE

Tints of Biloba Flower #AD9EBE

Color information

#AD9EBE (or 0xAD9EBE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and BE. RGB value is (173,158,190). Sum of RGB (Red+Green+Blue) = 173+158+190=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBE is #526141. Grayscale: #A6A6A6. Windows color (decimal): -5398850 or 12492461. OLE color: 12492461.

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

Color convert

RGB173158190-
CMYK0.090.1700.25
HSL268.12º19.75%68.24%-
HSV(B)268.12º16.84%74.51%-
XYZ38.7537.0653.83-
YUV166.13141.47132.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=33.21%
G=30.33%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731581900.090.1700.25268.1219.7568.24
HexAD9EBE91101910c1444
Octal255236276112103141424104
Binary101011011001111010111110100110001011001100001100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EBE; }

 p { color: rgb(173,158,190); }

 H1.HeaderClassName
 {
   color: #AD9EBE;
 }
 .AnyTagClassName
 {
   color: #AD9EBE;
 }
</style>
background-color css

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

 a { background-color: rgb(173,158,190); }

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

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

 span { border-color: rgb(173,158,190); }

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