#ADA5BC

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

Shades of Biloba Flower #ADA5BC

Tints of Biloba Flower #ADA5BC

Color information

#ADA5BC (or 0xADA5BC) is unknown color: approx Biloba Flower. HEX triplet: AD, A5 and BC. RGB value is (173,165,188). Sum of RGB (Red+Green+Blue) = 173+165+188=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5BC is #525A43. Grayscale: #A9A9A9. Windows color (decimal): -5397060 or 12363181. OLE color: 12363181.

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

Color convert

RGB173165188-
CMYK0.080.1200.26
HSL260.87º14.65%69.22%-
HSV(B)260.87º12.23%73.73%-
XYZ39.7739.4353.09-
YUV170.01138.15130.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=32.89%
G=31.37%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731651880.080.1200.26260.8714.6569.22
HexADA5BC8C01A105f45
Octal255245274101403240517105
Binary1010110110100101101111001000110001101010000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5BC; }

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

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

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

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

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

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

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

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