#ADA3BD

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

Shades of Biloba Flower #ADA3BD

Tints of Biloba Flower #ADA3BD

Color information

#ADA3BD (or 0xADA3BD) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and BD. RGB value is (173,163,189). Sum of RGB (Red+Green+Blue) = 173+163+189=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BD is #525C42. Grayscale: #A8A8A8. Windows color (decimal): -5397571 or 12428205. OLE color: 12428205.

HSL color Cylindrical-coordinate representation of color #ADA3BD: hue angle of 263.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA3BD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173163189-
CMYK0.080.1400.26
HSL263.08º16.46%69.02%-
HSV(B)263.08º13.76%74.12%-
XYZ39.5238.7553.54-
YUV168.95139.31130.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 189 (74.22% from 255) = 36%
R=32.95%
G=31.05%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731631890.080.1400.26263.0816.4669.02
HexADA3BD8E01A1071045
Octal255243275101603240720105
Binary10101101101000111011110110001110011010100000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3BD; }

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

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

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

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

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

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

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

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