#BC97BE

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

Shades of Lilac #BC97BE

Tints of Lilac #BC97BE

Color information

#BC97BE (or 0xBC97BE) is unknown color: approx Lilac. HEX triplet: BC, 97 and BE. RGB value is (188,151,190). Sum of RGB (Red+Green+Blue) = 188+151+190=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BE is #436841. Grayscale: #A6A6A6. Windows color (decimal): -4417602 or 12490684. OLE color: 12490684.

HSL color Cylindrical-coordinate representation of color #BC97BE: hue angle of 296.92º degrees, saturation: 0.23, 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 #BC97BE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188151190-
CMYK0.010.2100.25
HSL296.92º23.08%66.86%-
HSV(B)296.92º20.53%74.51%-
XYZ41.136.5453.6-
YUV166.51141.26143.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=35.54%
G=28.54%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881511900.010.2100.25296.9223.0866.86
HexBC97BE1150191291743
Octal27422727612503145127103
Binary101111001001011110111110110101011001100101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97BE; }

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

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

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

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

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

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

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

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