#ba8ea8

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

Shades of Lily #BA8EA8

Tints of Lily #BA8EA8

Color information

#BA8EA8 (or 0xBA8EA8) is unknown color: approx Lily. HEX triplet: BA, 8E and A8. RGB value is (186,142,168). Sum of RGB (Red+Green+Blue) = 186+142+168=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA8 is #457157. Grayscale: #9E9E9E. Windows color (decimal): -4551000 or 11046586. OLE color: 11046586.

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

Color convert

RGB186142168-
CMYK00.240.100.27
HSL324.55º24.18%64.31%-
HSV(B)324.55º23.66%72.94%-
XYZ36.9932.6141.39-
YUV158.12133.58147.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=37.5%
G=28.63%
B=33.87%

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
Decimal18614216800.240.100.27324.5524.1864.31
HexBA8EA8018A1B1451840
Octal272216250030123350530100
Binary101110101000111010101000011000101011011101000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8ea8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8ea8; }

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

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

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

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

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

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

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

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