#BC97C1

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

Shades of Lilac #BC97C1

Tints of Lilac #BC97C1

Color information

#BC97C1 (or 0xBC97C1) is unknown color: approx Lilac. HEX triplet: BC, 97 and C1. RGB value is (188,151,193). Sum of RGB (Red+Green+Blue) = 188+151+193=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C1 is #43683E. Grayscale: #A6A6A6. Windows color (decimal): -4417599 or 12687292. OLE color: 12687292.

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

Color convert

RGB188151193-
CMYK0.030.2200.24
HSL292.86º25.3%67.45%-
HSV(B)292.86º21.76%75.69%-
XYZ41.4336.6755.35-
YUV166.85142.76143.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=35.34%
G=28.38%
B=36.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881511930.030.2200.24292.8625.367.45
HexBC97C13160181251943
Octal27422730132603044531103
Binary1011110010010111110000011110110011000100100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97C1; }

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

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

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

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

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

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

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

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