#BA8FAC

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

Shades of Lily #BA8FAC

Tints of Lily #BA8FAC

Color information

#BA8FAC (or 0xBA8FAC) is unknown color: approx Lily. HEX triplet: BA, 8F and AC. RGB value is (186,143,172). Sum of RGB (Red+Green+Blue) = 186+143+172=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8FAC is #457053. Grayscale: #9F9F9F. Windows color (decimal): -4550740 or 11308986. OLE color: 11308986.

HSL color Cylindrical-coordinate representation of color #BA8FAC: hue angle of 319.53º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8FAC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186143172-
CMYK00.230.080.27
HSL319.53º23.76%64.51%-
HSV(B)319.53º23.12%72.94%-
XYZ37.5233.0643.43-
YUV159.16135.25147.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=37.13%
G=28.54%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614317200.230.080.27319.5323.7664.51
HexBA8FAC01781B1401841
Octal272217254027103350030101
Binary101110101000111110101100010111100011011101000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FAC; }

 p { color: rgb(186,143,172); }

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

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

 a { background-color: rgb(186,143,172); }

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

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

 span { border-color: rgb(186,143,172); }

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