#ADA4BC

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

Shades of Biloba Flower #ADA4BC

Tints of Biloba Flower #ADA4BC

Color information

#ADA4BC (or 0xADA4BC) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BC. RGB value is (173,164,188). Sum of RGB (Red+Green+Blue) = 173+164+188=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BC is #525B43. Grayscale: #A9A9A9. Windows color (decimal): -5397316 or 12362925. OLE color: 12362925.

HSL color Cylindrical-coordinate representation of color #ADA4BC: hue angle of 262.5º degrees, saturation: 0.15, 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 #ADA4BC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173164188-
CMYK0.080.1300.26
HSL262.5º15.19%69.02%-
HSV(B)262.5º12.77%73.73%-
XYZ39.5939.0753.03-
YUV169.43138.48130.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=32.95%
G=31.24%
B=35.81%

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
Decimal1731641880.080.1300.26262.515.1969.02
HexADA4BC8D01A106f45
Octal255244274101503240617105
Binary1010110110100100101111001000110101101010000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BC; }

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

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

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

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

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

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

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

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