COLOR #BC9CA7

HEX: #BC9CA7
RGB: (188,156,167)

Color info

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

RGB color model

#BC9CA7 color RGB value is (188,156,167).

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

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 167 of 255 = 65%

188
156
167

R + G + B ~ 67%. #BC9CA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 156 + 167 = 511 (100%)
R 188 of 511 ~ 36.79%
G 156 of 511 ~ 30.53%
B 167 of 511 ~ 32.68%

%36.79
%30.53
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,17,11,26)
C0M17Y11K26 
(0%,17%,11%,26%)
(0.00/0.17/0.11/0.26)	

CMYK percentages

%0
%17.02
%11.17
%26.27

Codes

Color #BC9CA7 in popluar color models

BC9CA7
RGB188156167
HSL339°19.28%67.45%
HSB/HSV339°17.02%73.73%
CMYK0.00%17.02%11.17%
26.27%

Color #BC9CA7 in popluar number systems.

HEXBC9CA7
Decimal188156167
Binary101111001001110010100111
Octal274234247

Shades and tints

Shades of #BC9CA7

#BC9CA7
(188,156,167)
#AB8E98
(171,142,152)
#9A8089
(154,128,137)
#89727A
(137,114,122)
#78646B
(120,100,107)
#67565C
(103,86,92)
#56484D
(86,72,77)
#453A3E
(69,58,62)
#342C2F
(52,44,47)
#231E20
(35,30,32)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BC9CA7

#BC9CA7
(188,156,167)
#C2A5AF
(194,165,175)
#C8AEB7
(200,174,183)
#CEB7BF
(206,183,191)
#D4C0C7
(212,192,199)
#DAC9CF
(218,201,207)
#E0D2D7
(224,210,215)
#E6DBDF
(230,219,223)
#ECE4E7
(236,228,231)
#F2EDEF
(242,237,239)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9CA7; }

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

This text font color is #BC9CA7.


Background Color

.myBgColor { background-color: #BC9CA7; }

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

This div background color is #BC9CA7.


Border color

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

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

This div border color is #BC9CA7.


Opacity

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

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

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

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

This text has shadow with #BC9CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9CA7 on black background.


Color preview on white background

This text has color #BC9CA7 on white background.



Black color preview on #BC9CA7 background

This text has black color on #BC9CA7 background.


White color preview on #BC9CA7 background

This text has white color on #BC9CA7 background.