#BC95C6

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

Shades of Lilac #BC95C6

Tints of Lilac #BC95C6

Color information

#BC95C6 (or 0xBC95C6) is unknown color: approx Lilac. HEX triplet: BC, 95 and C6. RGB value is (188,149,198). Sum of RGB (Red+Green+Blue) = 188+149+198=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C6 is #436A39. Grayscale: #A6A6A6. Windows color (decimal): -4418106 or 13014460. OLE color: 13014460.

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

Color convert

RGB188149198-
CMYK0.050.2500.22
HSL287.76º30.06%68.04%-
HSV(B)287.76º24.75%77.65%-
XYZ41.6836.2658.23-
YUV166.25145.92143.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=35.14%
G=27.85%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881491980.050.2500.22287.7630.0668.04
HexBC95C65190161201e44
Octal27422530653102644036104
Binary10111100100101011100011010111001010110100100000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95C6; }

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

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

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

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

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

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

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

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