#BA8CA8

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

Shades of Lily #BA8CA8

Tints of Lily #BA8CA8

Color information

#BA8CA8 (or 0xBA8CA8) is unknown color: approx Lily. HEX triplet: BA, 8C and A8. RGB value is (186,140,168). Sum of RGB (Red+Green+Blue) = 186+140+168=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CA8 is #457357. Grayscale: #9C9C9C. Windows color (decimal): -4551512 or 11046074. OLE color: 11046074.

HSL color Cylindrical-coordinate representation of color #BA8CA8: hue angle of 323.48º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8CA8 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186140168-
CMYK00.250.100.27
HSL323.48º25%63.92%-
HSV(B)323.48º24.73%72.94%-
XYZ36.732.0241.29-
YUV156.95134.24148.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 168 (66.02% from 255) = 34.01%
R=37.65%
G=28.34%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614016800.250.100.27323.482563.92
HexBA8CA8019A1B1431940
Octal272214250031123350331100
Binary101110101000110010101000011001101011011101000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CA8; }

 p { color: rgb(186,140,168); }

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

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

 a { background-color: rgb(186,140,168); }

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

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

 span { border-color: rgb(186,140,168); }

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