#ADA4BA

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

Shades of Biloba Flower #ADA4BA

Tints of Biloba Flower #ADA4BA

Color information

#ADA4BA (or 0xADA4BA) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BA. RGB value is (173,164,186). Sum of RGB (Red+Green+Blue) = 173+164+186=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BA is #525B45. Grayscale: #A9A9A9. Windows color (decimal): -5397318 or 12231853. OLE color: 12231853.

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

Color convert

RGB173164186-
CMYK0.070.1200.27
HSL264.55º13.75%68.63%-
HSV(B)264.55º11.83%72.94%-
XYZ39.3738.9851.9-
YUV169.2137.48130.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=33.08%
G=31.36%
B=35.56%

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
Decimal1731641860.070.1200.27264.5513.7568.63
HexADA4BA7C01B109e45
Octal25524427271403341116105
Binary101011011010010010111010111110001101110000100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BA; }

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

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

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

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

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

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

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

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