#ADA3BA

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

Shades of Biloba Flower #ADA3BA

Tints of Biloba Flower #ADA3BA

Color information

#ADA3BA (or 0xADA3BA) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and BA. RGB value is (173,163,186). Sum of RGB (Red+Green+Blue) = 173+163+186=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BA is #525C45. Grayscale: #A8A8A8. Windows color (decimal): -5397574 or 12231597. OLE color: 12231597.

HSL color Cylindrical-coordinate representation of color #ADA3BA: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA3BA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173163186-
CMYK0.070.1200.27
HSL266.09º14.29%68.43%-
HSV(B)266.09º12.37%72.94%-
XYZ39.1938.6251.84-
YUV168.61137.81131.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=33.14%
G=31.23%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731631860.070.1200.27266.0914.2968.43
HexADA3BA7C01B10ae44
Octal25524327271403341216104
Binary101011011010001110111010111110001101110000101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3BA; }

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

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

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

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

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

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

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

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