#ADA1BE

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

Shades of Biloba Flower #ADA1BE

Tints of Biloba Flower #ADA1BE

Color information

#ADA1BE (or 0xADA1BE) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and BE. RGB value is (173,161,190). Sum of RGB (Red+Green+Blue) = 173+161+190=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BE is #525E41. Grayscale: #A7A7A7. Windows color (decimal): -5398082 or 12493229. OLE color: 12493229.

HSL color Cylindrical-coordinate representation of color #ADA1BE: hue angle of 264.83º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA1BE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173161190-
CMYK0.090.1500.25
HSL264.83º18.24%68.82%-
HSV(B)264.83º15.26%74.51%-
XYZ39.2738.0954-
YUV167.89140.48131.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=33.02%
G=30.73%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731611900.090.1500.25264.8318.2468.82
HexADA1BE9F0191091245
Octal255241276111703141122105
Binary10101101101000011011111010011111011001100001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1BE; }

 p { color: rgb(173,161,190); }

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

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

 a { background-color: rgb(173,161,190); }

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

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

 span { border-color: rgb(173,161,190); }

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