COLOR #BC7E9F

HEX: #BC7E9F
RGB: (188,126,159)

Color info

#BC7E9F contains mainly red and blue colors. Web safe color of #BC7E9F is #CC6699 (or #C69).

RGB color model

#BC7E9F color RGB value is (188,126,159).

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

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 159 of 255 = 62%

188
126
159

R + G + B ~ 62%. #BC7E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 126 + 159 = 473 (100%)
R 188 of 473 ~ 39.75%
G 126 of 473 ~ 26.64%
B 159 of 473 ~ 33.62%

%39.75
%26.64
%33.62

CMYK color model

#BC7E9F color CMYK value is (0,33,15,26).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(0,33,15,26)
C0M33Y15K26 
(0%,33%,15%,26%)
(0.00/0.33/0.15/0.26)	

CMYK percentages

%0
%32.98
%15.43
%26.27

Codes

Color #BC7E9F in popluar color models

BC7E9F
RGB188126159
HSL328°31.63%61.57%
HSB/HSV328°32.98%73.73%
CMYK0.00%32.98%15.43%
26.27%

Color #BC7E9F in popluar number systems.

HEXBC7E9F
Decimal188126159
Binary10111100111111010011111
Octal274176237

Shades and tints

Shades of #BC7E9F

#BC7E9F
(188,126,159)
#AB7391
(171,115,145)
#9A6883
(154,104,131)
#895D75
(137,93,117)
#785267
(120,82,103)
#674759
(103,71,89)
#563C4B
(86,60,75)
#45313D
(69,49,61)
#34262F
(52,38,47)
#231B21
(35,27,33)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BC7E9F

#BC7E9F
(188,126,159)
#C289A7
(194,137,167)
#C894AF
(200,148,175)
#CE9FB7
(206,159,183)
#D4AABF
(212,170,191)
#DAB5C7
(218,181,199)
#E0C0CF
(224,192,207)
#E6CBD7
(230,203,215)
#ECD6DF
(236,214,223)
#F2E1E7
(242,225,231)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7E9F; }

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

This text font color is #BC7E9F.


Background Color

.myBgColor { background-color: #BC7E9F; }

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

This div background color is #BC7E9F.


Border color

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

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

This div border color is #BC7E9F.


Opacity

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

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

Text with #BC7E9F 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 #BC7E9F;}

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

This text has shadow with #BC7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E9F on black background.


Color preview on white background

This text has color #BC7E9F on white background.



Black color preview on #BC7E9F background

This text has black color on #BC7E9F background.


White color preview on #BC7E9F background

This text has white color on #BC7E9F background.