#BC8EA9

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

Shades of Lily #BC8EA9

Tints of Lily #BC8EA9

Color information

#BC8EA9 (or 0xBC8EA9) is unknown color: approx Lily. HEX triplet: BC, 8E and A9. RGB value is (188,142,169). Sum of RGB (Red+Green+Blue) = 188+142+169=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EA9 is #437156. Grayscale: #9E9E9E. Windows color (decimal): -4419927 or 11112124. OLE color: 11112124.

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

Color convert

RGB188142169-
CMYK00.240.100.26
HSL324.78º25.56%64.71%-
HSV(B)324.78º24.47%73.73%-
XYZ37.5732.941.91-
YUV158.83133.74148.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=37.68%
G=28.46%
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.26
SystemRedGreenBlueCMYKHSL
Decimal18814216900.240.100.26324.7825.5664.71
HexBC8EA9018A1A1451a41
Octal274216251030123250532101
Binary101111001000111010101001011000101011010101000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EA9; }

 p { color: rgb(188,142,169); }

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

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

 a { background-color: rgb(188,142,169); }

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

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

 span { border-color: rgb(188,142,169); }

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