#BA95AD

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

Shades of Lily #BA95AD

Tints of Lily #BA95AD

Color information

#BA95AD (or 0xBA95AD) is unknown color: approx Lily. HEX triplet: BA, 95 and AD. RGB value is (186,149,173). Sum of RGB (Red+Green+Blue) = 186+149+173=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95AD is #456A52. Grayscale: #A2A2A2. Windows color (decimal): -4549203 or 11376058. OLE color: 11376058.

HSL color Cylindrical-coordinate representation of color #BA95AD: hue angle of 321.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95AD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186149173-
CMYK00.200.070.27
HSL321.08º21.14%65.69%-
HSV(B)321.08º19.89%72.94%-
XYZ38.5434.9544.25-
YUV162.8133.76144.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=36.61%
G=29.33%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614917300.200.070.27321.0821.1465.69
HexBA95AD01471B1411542
Octal27222525502473350125102
Binary10111010100101011010110101010011111011101000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95AD; }

 p { color: rgb(186,149,173); }

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

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

 a { background-color: rgb(186,149,173); }

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

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

 span { border-color: rgb(186,149,173); }

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