#BC94C1

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

Shades of Lilac #BC94C1

Tints of Lilac #BC94C1

Color information

#BC94C1 (or 0xBC94C1) is unknown color: approx Lilac. HEX triplet: BC, 94 and C1. RGB value is (188,148,193). Sum of RGB (Red+Green+Blue) = 188+148+193=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94C1 is #436B3E. Grayscale: #A4A4A4. Windows color (decimal): -4418367 or 12686524. OLE color: 12686524.

HSL color Cylindrical-coordinate representation of color #BC94C1: hue angle of 293.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC94C1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188148193-
CMYK0.030.2300.24
HSL293.33º26.63%66.86%-
HSV(B)293.33º23.32%75.69%-
XYZ40.9535.7255.19-
YUV165.09143.75144.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=35.54%
G=27.98%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881481930.030.2300.24293.3326.6366.86
HexBC94C13170181251b43
Octal27422430132703044533103
Binary1011110010010100110000011110111011000100100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94C1; }

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

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

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

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

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

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

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

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