#ADA5BB

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

Shades of Biloba Flower #ADA5BB

Tints of Biloba Flower #ADA5BB

Color information

#ADA5BB (or 0xADA5BB) is unknown color: approx Biloba Flower. HEX triplet: AD, A5 and BB. RGB value is (173,165,187). Sum of RGB (Red+Green+Blue) = 173+165+187=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5BB is #525A44. Grayscale: #A9A9A9. Windows color (decimal): -5397061 or 12297645. OLE color: 12297645.

HSL color Cylindrical-coordinate representation of color #ADA5BB: hue angle of 261.82º 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 #ADA5BB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173165187-
CMYK0.070.1200.27
HSL261.82º13.92%69.02%-
HSV(B)261.82º11.76%73.33%-
XYZ39.6639.3852.53-
YUV169.9137.65130.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=32.95%
G=31.43%
B=35.62%

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
Decimal1731651870.070.1200.27261.8213.9269.02
HexADA5BB7C01B106e45
Octal25524527371403340616105
Binary101011011010010110111011111110001101110000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5BB; }

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

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

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

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

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

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

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

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