#BC92BC

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

Shades of Lilac #BC92BC

Tints of Lilac #BC92BC

Color information

#BC92BC (or 0xBC92BC) is unknown color: approx Lilac. HEX triplet: BC, 92 and BC. RGB value is (188,146,188). Sum of RGB (Red+Green+Blue) = 188+146+188=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BC is #436D43. Grayscale: #A3A3A3. Windows color (decimal): -4418884 or 12358332. OLE color: 12358332.

HSL color Cylindrical-coordinate representation of color #BC92BC: hue angle of 300º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC92BC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188146188-
CMYK00.2200.26
HSL300º23.86%65.49%-
HSV(B)300º22.34%73.73%-
XYZ40.134.8852.2-
YUV163.35141.91145.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=36.02%
G=27.97%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814618800.2200.2630023.8665.49
HexBC92BC01601A12c1841
Octal27422227402603245430101
Binary101111001001001010111100010110011010100101100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92BC; }

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

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

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

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

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

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

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

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