#BC93B0

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

Shades of Lily #BC93B0

Tints of Lily #BC93B0

Color information

#BC93B0 (or 0xBC93B0) is unknown color: approx Lily. HEX triplet: BC, 93 and B0. RGB value is (188,147,176). Sum of RGB (Red+Green+Blue) = 188+147+176=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93B0 is #436C4F. Grayscale: #A2A2A2. Windows color (decimal): -4418640 or 11572156. OLE color: 11572156.

HSL color Cylindrical-coordinate representation of color #BC93B0: hue angle of 317.56º 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 #BC93B0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188147176-
CMYK00.220.060.26
HSL317.56º23.43%65.69%-
HSV(B)317.56º21.81%73.73%-
XYZ39.0134.6945.71-
YUV162.56135.58146.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=36.79%
G=28.77%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814717600.220.060.26317.5623.4365.69
HexBC93B001661A13e1742
Octal27422326002663247627102
Binary10111100100100111011000001011011011010100111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93B0; }

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

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

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

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

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

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

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

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