#BA8CA5

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

Shades of Lily #BA8CA5

Tints of Lily #BA8CA5

Color information

#BA8CA5 (or 0xBA8CA5) is unknown color: approx Lily. HEX triplet: BA, 8C and A5. RGB value is (186,140,165). Sum of RGB (Red+Green+Blue) = 186+140+165=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CA5 is #45735A. Grayscale: #9C9C9C. Windows color (decimal): -4551515 or 10849466. OLE color: 10849466.

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

Color convert

RGB186140165-
CMYK00.250.110.27
HSL327.39º25%63.92%-
HSV(B)327.39º24.73%72.94%-
XYZ36.4231.9139.84-
YUV156.6132.74148.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=37.88%
G=28.51%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614016500.250.110.27327.392563.92
HexBA8CA5019B1B1471940
Octal272214245031133350731100
Binary101110101000110010100101011001101111011101000111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CA5; }

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

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

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

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

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

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

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

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