#ADA4BE

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

Shades of Biloba Flower #ADA4BE

Tints of Biloba Flower #ADA4BE

Color information

#ADA4BE (or 0xADA4BE) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BE. RGB value is (173,164,190). Sum of RGB (Red+Green+Blue) = 173+164+190=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BE is #525B41. Grayscale: #A9A9A9. Windows color (decimal): -5397314 or 12493997. OLE color: 12493997.

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

Color convert

RGB173164190-
CMYK0.090.1400.25
HSL260.77º16.67%69.41%-
HSV(B)260.77º13.68%74.51%-
XYZ39.839.1554.17-
YUV169.66139.48130.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=32.83%
G=31.12%
B=36.05%

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
Decimal1731641900.090.1400.25260.7716.6769.41
HexADA4BE9E0191051145
Octal255244276111603140521105
Binary10101101101001001011111010011110011001100000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BE; }

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

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

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

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

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

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

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

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