#BC94BF

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

Shades of Lilac #BC94BF

Tints of Lilac #BC94BF

Color information

#BC94BF (or 0xBC94BF) is unknown color: approx Lilac. HEX triplet: BC, 94 and BF. RGB value is (188,148,191). Sum of RGB (Red+Green+Blue) = 188+148+191=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BF is #436B40. Grayscale: #A4A4A4. Windows color (decimal): -4418369 or 12555452. OLE color: 12555452.

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

Color convert

RGB188148191-
CMYK0.020.2300.25
HSL295.81º25.15%66.47%-
HSV(B)295.81º22.51%74.9%-
XYZ40.7335.6354.02-
YUV164.86142.75144.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 191 (75% from 255) = 36.24%
R=35.67%
G=28.08%
B=36.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881481910.020.2300.25295.8125.1566.47
HexBC94BF2170191281942
Octal27422427722703145031102
Binary1011110010010100101111111010111011001100101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94BF; }

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

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

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

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

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

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

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

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