#BC9FAC

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

Shades of Lily #BC9FAC

Tints of Lily #BC9FAC

Color information

#BC9FAC (or 0xBC9FAC) is unknown color: approx Lily. HEX triplet: BC, 9F and AC. RGB value is (188,159,172). Sum of RGB (Red+Green+Blue) = 188+159+172=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAC is #436053. Grayscale: #A9A9A9. Windows color (decimal): -4415572 or 11313084. OLE color: 11313084.

HSL color Cylindrical-coordinate representation of color #BC9FAC: hue angle of 333.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FAC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188159172-
CMYK00.150.090.26
HSL333.1º17.79%68.04%-
HSV(B)333.1º15.43%73.73%-
XYZ40.5838.4744.32-
YUV169.15129.61141.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=36.22%
G=30.64%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815917200.150.090.26333.117.7968.04
HexBC9FAC0F91A14d1244
Octal274237254017113251522104
Binary10111100100111111010110001111100111010101001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FAC; }

 p { color: rgb(188,159,172); }

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

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

 a { background-color: rgb(188,159,172); }

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

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

 span { border-color: rgb(188,159,172); }

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