#BC93AD

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

Shades of Lily #BC93AD

Tints of Lily #BC93AD

Color information

#BC93AD (or 0xBC93AD) is unknown color: approx Lily. HEX triplet: BC, 93 and AD. RGB value is (188,147,173). Sum of RGB (Red+Green+Blue) = 188+147+173=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AD is #436C52. Grayscale: #A2A2A2. Windows color (decimal): -4418643 or 11375548. OLE color: 11375548.

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

Color convert

RGB188147173-
CMYK00.220.080.26
HSL321.95º23.43%65.69%-
HSV(B)321.95º21.81%73.73%-
XYZ38.7234.5844.17-
YUV162.22134.08146.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=37.01%
G=28.94%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814717300.220.080.26321.9523.4365.69
HexBC93AD01681A1421742
Octal274223255026103250227102
Binary101111001001001110101101010110100011010101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93AD; }

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

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

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

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

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

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

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

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