#ADA4BD

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

Shades of Biloba Flower #ADA4BD

Tints of Biloba Flower #ADA4BD

Color information

#ADA4BD (or 0xADA4BD) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BD. RGB value is (173,164,189). Sum of RGB (Red+Green+Blue) = 173+164+189=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BD is #525B42. Grayscale: #A9A9A9. Windows color (decimal): -5397315 or 12428461. OLE color: 12428461.

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

Color convert

RGB173164189-
CMYK0.080.1300.26
HSL261.6º15.92%69.22%-
HSV(B)261.6º13.23%74.12%-
XYZ39.6939.1153.6-
YUV169.54138.98130.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=32.89%
G=31.18%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731641890.080.1300.26261.615.9269.22
HexADA4BD8D01A1061045
Octal255244275101503240620105
Binary10101101101001001011110110001101011010100000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BD; }

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

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

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

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

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

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

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

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