#BC9FBA

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

Shades of Lilac #BC9FBA

Tints of Lilac #BC9FBA

Color information

#BC9FBA (or 0xBC9FBA) is unknown color: approx Lilac. HEX triplet: BC, 9F and BA. RGB value is (188,159,186). Sum of RGB (Red+Green+Blue) = 188+159+186=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FBA is #436045. Grayscale: #AAAAAA. Windows color (decimal): -4415558 or 12230588. OLE color: 12230588.

HSL color Cylindrical-coordinate representation of color #BC9FBA: hue angle of 304.14º 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 #BC9FBA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188159186-
CMYK00.150.010.26
HSL304.14º17.79%68.04%-
HSV(B)304.14º15.43%73.73%-
XYZ4239.0351.77-
YUV170.75136.61140.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=35.27%
G=29.83%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815918600.150.010.26304.1417.7968.04
HexBC9FBA0F11A1301244
Octal27423727201713246022104
Binary10111100100111111011101001111111010100110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FBA; }

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

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

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

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

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

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

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

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