#BC91C6

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

Shades of Lilac #BC91C6

Tints of Lilac #BC91C6

Color information

#BC91C6 (or 0xBC91C6) is unknown color: approx Lilac. HEX triplet: BC, 91 and C6. RGB value is (188,145,198). Sum of RGB (Red+Green+Blue) = 188+145+198=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C6 is #436E39. Grayscale: #A3A3A3. Windows color (decimal): -4419130 or 13013436. OLE color: 13013436.

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

Color convert

RGB188145198-
CMYK0.050.2700.22
HSL288.68º31.74%67.25%-
HSV(B)288.68º26.77%77.65%-
XYZ41.0635.0258.02-
YUV163.9147.25145.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=35.40%
G=27.31%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881451980.050.2700.22288.6831.7467.25
HexBC91C651B0161212043
Octal27422130653302644140103
Binary101111001001000111000110101110110101101001000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91C6; }

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

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

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

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

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

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

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

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