#BA9FB2

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

Shades of Lily #BA9FB2

Tints of Lily #BA9FB2

Color information

#BA9FB2 (or 0xBA9FB2) is unknown color: approx Lily. HEX triplet: BA, 9F and B2. RGB value is (186,159,178). Sum of RGB (Red+Green+Blue) = 186+159+178=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FB2 is #45604D. Grayscale: #A9A9A9. Windows color (decimal): -4546638 or 11706298. OLE color: 11706298.

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

Color convert

RGB186159178-
CMYK00.150.040.27
HSL317.78º16.36%67.65%-
HSV(B)317.78º14.52%72.94%-
XYZ40.6838.4547.4-
YUV169.24132.95139.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=35.56%
G=30.40%
B=34.03%

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
Decimal18615917800.150.040.27317.7816.3667.65
HexBA9FB20F41B13e1044
Octal27223726201743347620104
Binary1011101010011111101100100111110011011100111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FB2; }

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

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

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

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

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

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

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

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