#BAA3B5

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

Shades of Lily #BAA3B5

Tints of Lily #BAA3B5

Color information

#BAA3B5 (or 0xBAA3B5) is unknown color: approx Lily. HEX triplet: BA, A3 and B5. RGB value is (186,163,181). Sum of RGB (Red+Green+Blue) = 186+163+181=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3B5 is #455C4A. Grayscale: #ABABAB. Windows color (decimal): -4545611 or 11903930. OLE color: 11903930.

HSL color Cylindrical-coordinate representation of color #BAA3B5: hue angle of 313.04º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3B5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186163181-
CMYK00.120.030.27
HSL313.04º14.29%68.43%-
HSV(B)313.04º12.37%72.94%-
XYZ41.6939.9749.23-
YUV171.93133.12138.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=35.09%
G=30.75%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616318100.120.030.27313.0414.2968.43
HexBAA3B50C31B139e44
Octal27224326501433347116104
Binary10111010101000111011010101100111101110011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3B5; }

 p { color: rgb(186,163,181); }

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

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

 a { background-color: rgb(186,163,181); }

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

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

 span { border-color: rgb(186,163,181); }

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