COLOR #BC9FCF

HEX: #BC9FCF
RGB: (188,159,207)

Color info

#BC9FCF contains red, green and blue colors in about the same proportion. Web safe color of #BC9FCF is #CC99CC (or #C9C).

RGB color model

#BC9FCF color RGB value is (188,159,207).

  • red value is 188;
  • green value is 159;
  • blue value is 207.
RGB:
(188,159,207)
(74%,62%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 207 of 255 = 81%

188
159
207

R + G + B ~ 72%. #BC9FCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 207 = 554 (100%)
R 188 of 554 ~ 33.94%
G 159 of 554 ~ 28.7%
B 207 of 554 ~ 37.36%

%33.94
%28.7
%37.36

CMYK color model

#BC9FCF color CMYK value is (9,23,0,19).

  • cyan value is 9.18%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,23,0,19)
C9M23Y0K19 
(9%,23%,0%,19%)
(0.09/0.23/0.00/0.19)	

CMYK percentages

%9.18
%23.19
%0
%18.82

Codes

Color #BC9FCF in popluar color models

BC9FCF
RGB188159207
HSL276°33.33%71.76%
HSB/HSV276°23.19%81.18%
CMYK9.18%23.19%0.00%
18.82%

Color #BC9FCF in popluar number systems.

HEXBC9FCF
Decimal188159207
Binary101111001001111111001111
Octal274237317

Shades and tints

Shades of #BC9FCF

#BC9FCF
(188,159,207)
#AB91BD
(171,145,189)
#9A83AB
(154,131,171)
#897599
(137,117,153)
#786787
(120,103,135)
#675975
(103,89,117)
#564B63
(86,75,99)
#453D51
(69,61,81)
#342F3F
(52,47,63)
#23212D
(35,33,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BC9FCF

#BC9FCF
(188,159,207)
#C2A7D3
(194,167,211)
#C8AFD7
(200,175,215)
#CEB7DB
(206,183,219)
#D4BFDF
(212,191,223)
#DAC7E3
(218,199,227)
#E0CFE7
(224,207,231)
#E6D7EB
(230,215,235)
#ECDFEF
(236,223,239)
#F2E7F3
(242,231,243)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9FCF color. Also use rgb(188,159,207) instead hex code.

Text Font Color

.myTextColor { color: #BC9FCF; }

<p style="color:#BC9FCF">This sample text font color is #BC9FCF.</p>

This text font color is #BC9FCF.


Background Color

.myBgColor { background-color: #BC9FCF; }

<div style="background-color:#BC9FCF">Inner text</div>

This div background color is #BC9FCF.


Border color

.myBorderColor { border: 1px solid #BC9FCF; }

<div style="border:3px solid #BC9FCF">Div</div>

This div border color is #BC9FCF.


Opacity

.myOpacity80 { color: #BC9FCF; opacity: 0.8; }

<p style="color:#BC9FCF;opacity:0.8;">80%</p>

Text with #BC9FCF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC9FCF;}

<p style="text-shadow: 3px 3px 1px #BC9FCF">Text here.</p>

This text has shadow with #BC9FCF color.

.textShadow {text-shadow: 3px 3px 1px #BC9FCF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC9FCF, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC9FCF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9FCF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC9FCF, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC9FCF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BC9FCF;
  -webkit-box-shadow:	1px 1px 3px 2px #BC9FCF;
  box-shadow:		1px 1px 3px 2px #BC9FCF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9FCF;
-webkit-box-shadow: 1px 1px 3px 2px #BC9FCF;
box-shadow:1px 1px 3px 2px #BC9FCF;">
Div content here</div>
This div box has shadow with color #BC9FCF.

Preview

Color preview on black background

This text has color #BC9FCF on black background.


Color preview on white background

This text has color #BC9FCF on white background.



Black color preview on #BC9FCF background

This text has black color on #BC9FCF background.


White color preview on #BC9FCF background

This text has white color on #BC9FCF background.