#BC9FB9

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

Shades of Lilac #BC9FB9

Tints of Lilac #BC9FB9

Color information

#BC9FB9 (or 0xBC9FB9) is unknown color: approx Lilac. HEX triplet: BC, 9F and B9. RGB value is (188,159,185). Sum of RGB (Red+Green+Blue) = 188+159+185=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB9 is #436046. Grayscale: #AAAAAA. Windows color (decimal): -4415559 or 12165052. OLE color: 12165052.

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

Color convert

RGB188159185-
CMYK00.150.020.26
HSL306.21º17.79%68.04%-
HSV(B)306.21º15.43%73.73%-
XYZ41.8938.9951.22-
YUV170.64136.11140.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=35.34%
G=29.89%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815918500.150.020.26306.2117.7968.04
HexBC9FB90F21A1321244
Octal27423727101723246222104
Binary101111001001111110111001011111011010100110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FB9; }

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

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

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

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

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

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

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

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