#BC9FBC

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

Shades of Lilac #BC9FBC

Tints of Lilac #BC9FBC

Color information

#BC9FBC (or 0xBC9FBC) is unknown color: approx Lilac. HEX triplet: BC, 9F and BC. RGB value is (188,159,188). Sum of RGB (Red+Green+Blue) = 188+159+188=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FBC is #436043. Grayscale: #AAAAAA. Windows color (decimal): -4415556 or 12361660. OLE color: 12361660.

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

Color convert

RGB188159188-
CMYK00.1500.26
HSL300º17.79%68.04%-
HSV(B)300º15.43%73.73%-
XYZ42.2139.1252.9-
YUV170.98137.61140.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=35.14%
G=29.72%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815918800.1500.2630017.7968.04
HexBC9FBC0F01A12c1244
Octal27423727401703245422104
Binary10111100100111111011110001111011010100101100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FBC; }

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

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

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

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

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

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

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

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