#BA9EB2

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

Shades of Lily #BA9EB2

Tints of Lily #BA9EB2

Color information

#BA9EB2 (or 0xBA9EB2) is unknown color: approx Lily. HEX triplet: BA, 9E and B2. RGB value is (186,158,178). Sum of RGB (Red+Green+Blue) = 186+158+178=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EB2 is #45614D. Grayscale: #A8A8A8. Windows color (decimal): -4546894 or 11706042. OLE color: 11706042.

HSL color Cylindrical-coordinate representation of color #BA9EB2: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EB2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186158178-
CMYK00.150.040.27
HSL317.14º16.87%67.45%-
HSV(B)317.14º15.05%72.94%-
XYZ40.5138.1147.34-
YUV168.65133.28140.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=35.63%
G=30.27%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615817800.150.040.27317.1416.8767.45
HexBA9EB20F41B13d1143
Octal27223626201743347521103
Binary1011101010011110101100100111110011011100111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB2; }

 p { color: rgb(186,158,178); }

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

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

 a { background-color: rgb(186,158,178); }

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

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

 span { border-color: rgb(186,158,178); }

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