#BA8EA7

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

Shades of Lily #BA8EA7

Tints of Lily #BA8EA7

Color information

#BA8EA7 (or 0xBA8EA7) is unknown color: approx Lily. HEX triplet: BA, 8E and A7. RGB value is (186,142,167). Sum of RGB (Red+Green+Blue) = 186+142+167=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA7 is #457158. Grayscale: #9D9D9D. Windows color (decimal): -4551001 or 10981050. OLE color: 10981050.

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

Color convert

RGB186142167-
CMYK00.240.100.27
HSL325.91º24.18%64.31%-
HSV(B)325.91º23.66%72.94%-
XYZ36.932.5840.9-
YUV158.01133.08147.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=37.58%
G=28.69%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614216700.240.100.27325.9124.1864.31
HexBA8EA7018A1B1461840
Octal272216247030123350630100
Binary101110101000111010100111011000101011011101000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EA7; }

 p { color: rgb(186,142,167); }

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

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

 a { background-color: rgb(186,142,167); }

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

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

 span { border-color: rgb(186,142,167); }

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