COLOR #BC8CA7

HEX: #BC8CA7
RGB: (188,140,167)

Color info

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

RGB color model

#BC8CA7 color RGB value is (188,140,167).

  • red value is 188;
  • green value is 140;
  • blue value is 167.
RGB:
(188,140,167)
(74%,55%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 167 of 255 = 65%

188
140
167

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

Portions of RGB colors in percentages

R + G + B =
188 + 140 + 167 = 495 (100%)
R 188 of 495 ~ 37.98%
G 140 of 495 ~ 28.28%
B 167 of 495 ~ 33.74%

%37.98
%28.28
%33.74

CMYK color model

#BC8CA7 color CMYK value is (0,26,11,26).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,26,11,26)
C0M26Y11K26 
(0%,26%,11%,26%)
(0.00/0.26/0.11/0.26)	

CMYK percentages

%0
%25.53
%11.17
%26.27

Codes

Color #BC8CA7 in popluar color models

BC8CA7
RGB188140167
HSL326°26.37%64.31%
HSB/HSV326°25.53%73.73%
CMYK0.00%25.53%11.17%
26.27%

Color #BC8CA7 in popluar number systems.

HEXBC8CA7
Decimal188140167
Binary101111001000110010100111
Octal274214247

Shades and tints

Shades of #BC8CA7

#BC8CA7
(188,140,167)
#AB8098
(171,128,152)
#9A7489
(154,116,137)
#89687A
(137,104,122)
#785C6B
(120,92,107)
#67505C
(103,80,92)
#56444D
(86,68,77)
#45383E
(69,56,62)
#342C2F
(52,44,47)
#232020
(35,32,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BC8CA7

#BC8CA7
(188,140,167)
#C296AF
(194,150,175)
#C8A0B7
(200,160,183)
#CEAABF
(206,170,191)
#D4B4C7
(212,180,199)
#DABECF
(218,190,207)
#E0C8D7
(224,200,215)
#E6D2DF
(230,210,223)
#ECDCE7
(236,220,231)
#F2E6EF
(242,230,239)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8CA7 color. Also use rgb(188,140,167) instead hex code.

Text Font Color

.myTextColor { color: #BC8CA7; }

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

This text font color is #BC8CA7.


Background Color

.myBgColor { background-color: #BC8CA7; }

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

This div background color is #BC8CA7.


Border color

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

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

This div border color is #BC8CA7.


Opacity

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

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

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

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

This text has shadow with #BC8CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8CA7 on black background.


Color preview on white background

This text has color #BC8CA7 on white background.



Black color preview on #BC8CA7 background

This text has black color on #BC8CA7 background.


White color preview on #BC8CA7 background

This text has white color on #BC8CA7 background.