#BC94BC

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

Shades of Lilac #BC94BC

Tints of Lilac #BC94BC

Color information

#BC94BC (or 0xBC94BC) is unknown color: approx Lilac. HEX triplet: BC, 94 and BC. RGB value is (188,148,188). Sum of RGB (Red+Green+Blue) = 188+148+188=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BC is #436B43. Grayscale: #A4A4A4. Windows color (decimal): -4418372 or 12358844. OLE color: 12358844.

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

Color convert

RGB188148188-
CMYK00.2100.26
HSL300º22.99%65.88%-
HSV(B)300º21.28%73.73%-
XYZ40.4135.552.3-
YUV164.52141.25144.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=35.88%
G=28.24%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814818800.2100.2630022.9965.88
HexBC94BC01501A12c1742
Octal27422427402503245427102
Binary101111001001010010111100010101011010100101100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94BC; }

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

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

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

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

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

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

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

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