#ADA4BF

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

Shades of Biloba Flower #ADA4BF

Tints of Biloba Flower #ADA4BF

Color information

#ADA4BF (or 0xADA4BF) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BF. RGB value is (173,164,191). Sum of RGB (Red+Green+Blue) = 173+164+191=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BF is #525B40. Grayscale: #A9A9A9. Windows color (decimal): -5397313 or 12559533. OLE color: 12559533.

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

Color convert

RGB173164191-
CMYK0.090.1400.25
HSL260º17.42%69.61%-
HSV(B)260º14.14%74.9%-
XYZ39.9139.254.75-
YUV169.77139.98130.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 191 (75% from 255) = 36.17%
R=32.77%
G=31.06%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731641910.090.1400.2526017.4269.61
HexADA4BF9E0191041146
Octal255244277111603140421106
Binary10101101101001001011111110011110011001100000100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BF; }

 p { color: rgb(173,164,191); }

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

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

 a { background-color: rgb(173,164,191); }

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

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

 span { border-color: rgb(173,164,191); }

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