#BA9FB0

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

Shades of Lily #BA9FB0

Tints of Lily #BA9FB0

Color information

#BA9FB0 (or 0xBA9FB0) is unknown color: approx Lily. HEX triplet: BA, 9F and B0. RGB value is (186,159,176). Sum of RGB (Red+Green+Blue) = 186+159+176=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FB0 is #45604F. Grayscale: #A8A8A8. Windows color (decimal): -4546640 or 11575226. OLE color: 11575226.

HSL color Cylindrical-coordinate representation of color #BA9FB0: hue angle of 322.22º 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 #BA9FB0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB186159176-
CMYK00.150.050.27
HSL322.22º16.36%67.65%-
HSV(B)322.22º14.52%72.94%-
XYZ40.4838.3746.35-
YUV169.01131.95140.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=35.70%
G=30.52%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615917600.150.050.27322.2216.3667.65
HexBA9FB00F51B1421044
Octal27223726001753350220104
Binary1011101010011111101100000111110111011101000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FB0; }

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

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

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

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

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

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

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

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