#BC92BE

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

Shades of Lilac #BC92BE

Tints of Lilac #BC92BE

Color information

#BC92BE (or 0xBC92BE) is unknown color: approx Lilac. HEX triplet: BC, 92 and BE. RGB value is (188,146,190). Sum of RGB (Red+Green+Blue) = 188+146+190=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BE is #436D41. Grayscale: #A3A3A3. Windows color (decimal): -4418882 or 12489404. OLE color: 12489404.

HSL color Cylindrical-coordinate representation of color #BC92BE: hue angle of 297.27º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC92BE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188146190-
CMYK0.010.2300.25
HSL297.27º25.29%65.88%-
HSV(B)297.27º23.16%74.51%-
XYZ40.3134.9753.34-
YUV163.57142.91145.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=35.88%
G=27.86%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881461900.010.2300.25297.2725.2965.88
HexBC92BE1170191291942
Octal27422227612703145131102
Binary101111001001001010111110110111011001100101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92BE; }

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

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

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

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

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

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

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

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