COLOR #BC8EA6

HEX: #BC8EA6
RGB: (188,142,166)

Color info

#BC8EA6 contains red, green and blue colors in about the same proportion. Web safe color of #BC8EA6 is #CC9999 (or #C99).

RGB color model

#BC8EA6 color RGB value is (188,142,166).

  • red value is 188;
  • green value is 142;
  • blue value is 166.
RGB:
(188,142,166)
(74%,56%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 142 of 255 = 56%
B 166 of 255 = 65%

188
142
166

R + G + B ~ 65%. #BC8EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 142 + 166 = 496 (100%)
R 188 of 496 ~ 37.9%
G 142 of 496 ~ 28.63%
B 166 of 496 ~ 33.47%

%37.9
%28.63
%33.47

CMYK color model

#BC8EA6 color CMYK value is (0,24,12,26).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,24,12,26)
C0M24Y12K26 
(0%,24%,12%,26%)
(0.00/0.24/0.12/0.26)	

CMYK percentages

%0
%24.47
%11.7
%26.27

Codes

Color #BC8EA6 in popluar color models

BC8EA6
RGB188142166
HSL329°25.56%64.71%
HSB/HSV329°24.47%73.73%
CMYK0.00%24.47%11.70%
26.27%

Color #BC8EA6 in popluar number systems.

HEXBC8EA6
Decimal188142166
Binary101111001000111010100110
Octal274216246

Shades and tints

Shades of #BC8EA6

#BC8EA6
(188,142,166)
#AB8297
(171,130,151)
#9A7688
(154,118,136)
#896A79
(137,106,121)
#785E6A
(120,94,106)
#67525B
(103,82,91)
#56464C
(86,70,76)
#453A3D
(69,58,61)
#342E2E
(52,46,46)
#23221F
(35,34,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #BC8EA6

#BC8EA6
(188,142,166)
#C298AE
(194,152,174)
#C8A2B6
(200,162,182)
#CEACBE
(206,172,190)
#D4B6C6
(212,182,198)
#DAC0CE
(218,192,206)
#E0CAD6
(224,202,214)
#E6D4DE
(230,212,222)
#ECDEE6
(236,222,230)
#F2E8EE
(242,232,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8EA6 color. Also use rgb(188,142,166) instead hex code.

Text Font Color

.myTextColor { color: #BC8EA6; }

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

This text font color is #BC8EA6.


Background Color

.myBgColor { background-color: #BC8EA6; }

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

This div background color is #BC8EA6.


Border color

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

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

This div border color is #BC8EA6.


Opacity

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

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

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

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

This text has shadow with #BC8EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8EA6 on black background.


Color preview on white background

This text has color #BC8EA6 on white background.



Black color preview on #BC8EA6 background

This text has black color on #BC8EA6 background.


White color preview on #BC8EA6 background

This text has white color on #BC8EA6 background.