#BC92C1

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

Shades of Lilac #BC92C1

Tints of Lilac #BC92C1

Color information

#BC92C1 (or 0xBC92C1) is unknown color: approx Lilac. HEX triplet: BC, 92 and C1. RGB value is (188,146,193). Sum of RGB (Red+Green+Blue) = 188+146+193=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92C1 is #436D3E. Grayscale: #A3A3A3. Windows color (decimal): -4418879 or 12686012. OLE color: 12686012.

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

Color convert

RGB188146193-
CMYK0.030.2400.24
HSL293.62º27.49%66.47%-
HSV(B)293.62º24.35%75.69%-
XYZ40.6435.155.08-
YUV163.92144.41145.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=35.67%
G=27.70%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881461930.030.2400.24293.6227.4966.47
HexBC92C13180181261b42
Octal27422230133003044633102
Binary1011110010010010110000011111000011000100100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92C1; }

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

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

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

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

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

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

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

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