#AD9FBE

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

Shades of Biloba Flower #AD9FBE

Tints of Biloba Flower #AD9FBE

Color information

#AD9FBE (or 0xAD9FBE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and BE. RGB value is (173,159,190). Sum of RGB (Red+Green+Blue) = 173+159+190=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBE is #526041. Grayscale: #A6A6A6. Windows color (decimal): -5398594 or 12492717. OLE color: 12492717.

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

Color convert

RGB173159190-
CMYK0.090.1600.25
HSL267.1º19.25%68.43%-
HSV(B)267.1º16.32%74.51%-
XYZ38.9337.453.88-
YUV166.72141.14132.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=33.14%
G=30.46%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731591900.090.1600.25267.119.2568.43
HexAD9FBE91001910b1344
Octal255237276112003141323104
Binary101011011001111110111110100110000011001100001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FBE; }

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

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

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

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

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

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

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

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