#BC97C6

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

Shades of Lilac #BC97C6

Tints of Lilac #BC97C6

Color information

#BC97C6 (or 0xBC97C6) is unknown color: approx Lilac. HEX triplet: BC, 97 and C6. RGB value is (188,151,198). Sum of RGB (Red+Green+Blue) = 188+151+198=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC97C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C6 is #436839. Grayscale: #A7A7A7. Windows color (decimal): -4417594 or 13014972. OLE color: 13014972.

HSL color Cylindrical-coordinate representation of color #BC97C6: hue angle of 287.23º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC97C6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188151198-
CMYK0.050.2400.22
HSL287.23º29.19%68.43%-
HSV(B)287.23º23.74%77.65%-
XYZ4236.958.34-
YUV167.42145.26142.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=35.01%
G=28.12%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881511980.050.2400.22287.2329.1968.43
HexBC97C651801611f1d44
Octal27422730653002643735104
Binary10111100100101111100011010111000010110100011111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97C6; }

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

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

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

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

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

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

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

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