#BC93A9

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

Shades of Lily #BC93A9

Tints of Lily #BC93A9

Color information

#BC93A9 (or 0xBC93A9) is unknown color: approx Lily. HEX triplet: BC, 93 and A9. RGB value is (188,147,169). Sum of RGB (Red+Green+Blue) = 188+147+169=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A9 is #436C56. Grayscale: #A1A1A1. Windows color (decimal): -4418647 or 11113404. OLE color: 11113404.

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

Color convert

RGB188147169-
CMYK00.220.100.26
HSL327.8º23.43%65.69%-
HSV(B)327.8º21.81%73.73%-
XYZ38.3334.4242.16-
YUV161.77132.08146.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=37.30%
G=29.17%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814716900.220.100.26327.823.4365.69
HexBC93A9016A1A1481742
Octal274223251026123251027102
Binary101111001001001110101001010110101011010101001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93A9; }

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

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

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

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

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

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

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

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