#ADA3BE

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

Shades of Biloba Flower #ADA3BE

Tints of Biloba Flower #ADA3BE

Color information

#ADA3BE (or 0xADA3BE) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and BE. RGB value is (173,163,190). Sum of RGB (Red+Green+Blue) = 173+163+190=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BE is #525C41. Grayscale: #A8A8A8. Windows color (decimal): -5397570 or 12493741. OLE color: 12493741.

HSL color Cylindrical-coordinate representation of color #ADA3BE: hue angle of 262.22º 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 #ADA3BE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173163190-
CMYK0.090.1400.25
HSL262.22º17.2%69.22%-
HSV(B)262.22º14.21%74.51%-
XYZ39.6338.854.12-
YUV169.07139.81130.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=32.89%
G=30.99%
B=36.12%

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
Decimal1731631900.090.1400.25262.2217.269.22
HexADA3BE9E0191061145
Octal255243276111603140621105
Binary10101101101000111011111010011110011001100000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3BE; }

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

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

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

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

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

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

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

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