#BC96BF

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

Shades of Lilac #BC96BF

Tints of Lilac #BC96BF

Color information

#BC96BF (or 0xBC96BF) is unknown color: approx Lilac. HEX triplet: BC, 96 and BF. RGB value is (188,150,191). Sum of RGB (Red+Green+Blue) = 188+150+191=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96BF is #436940. Grayscale: #A5A5A5. Windows color (decimal): -4417857 or 12555964. OLE color: 12555964.

HSL color Cylindrical-coordinate representation of color #BC96BF: hue angle of 295.61º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC96BF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188150191-
CMYK0.020.2100.25
HSL295.61º24.26%66.86%-
HSV(B)295.61º21.47%74.9%-
XYZ41.0536.2754.13-
YUV166.04142.09143.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 36.11%
R=35.54%
G=28.36%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881501910.020.2100.25295.6124.2666.86
HexBC96BF2150191281843
Octal27422627722503145030103
Binary1011110010010110101111111010101011001100101000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96BF; }

 p { color: rgb(188,150,191); }

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

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

 a { background-color: rgb(188,150,191); }

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

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

 span { border-color: rgb(188,150,191); }

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