COLOR #BC8F9C

HEX: #BC8F9C
RGB: (188,143,156)

Color info

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

RGB color model

#BC8F9C color RGB value is (188,143,156).

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

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 156 of 255 = 61%

188
143
156

R + G + B ~ 64%. #BC8F9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 156 = 487 (100%)
R 188 of 487 ~ 38.6%
G 143 of 487 ~ 29.36%
B 156 of 487 ~ 32.03%

%38.6
%29.36
%32.03

CMYK color model

#BC8F9C color CMYK value is (0,24,17,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(0,24,17,26)
C0M24Y17K26 
(0%,24%,17%,26%)
(0.00/0.24/0.17/0.26)	

CMYK percentages

%0
%23.94
%17.02
%26.27

Codes

Color #BC8F9C in popluar color models

BC8F9C
RGB188143156
HSL343°25.14%64.90%
HSB/HSV343°23.94%73.73%
CMYK0.00%23.94%17.02%
26.27%

Color #BC8F9C in popluar number systems.

HEXBC8F9C
Decimal188143156
Binary101111001000111110011100
Octal274217234

Shades and tints

Shades of #BC8F9C

#BC8F9C
(188,143,156)
#AB828E
(171,130,142)
#9A7580
(154,117,128)
#896872
(137,104,114)
#785B64
(120,91,100)
#674E56
(103,78,86)
#564148
(86,65,72)
#45343A
(69,52,58)
#34272C
(52,39,44)
#231A1E
(35,26,30)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #BC8F9C

#BC8F9C
(188,143,156)
#C299A5
(194,153,165)
#C8A3AE
(200,163,174)
#CEADB7
(206,173,183)
#D4B7C0
(212,183,192)
#DAC1C9
(218,193,201)
#E0CBD2
(224,203,210)
#E6D5DB
(230,213,219)
#ECDFE4
(236,223,228)
#F2E9ED
(242,233,237)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F9C; }

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

This text font color is #BC8F9C.


Background Color

.myBgColor { background-color: #BC8F9C; }

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

This div background color is #BC8F9C.


Border color

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

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

This div border color is #BC8F9C.


Opacity

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

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

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

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

This text has shadow with #BC8F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8F9C on black background.


Color preview on white background

This text has color #BC8F9C on white background.



Black color preview on #BC8F9C background

This text has black color on #BC8F9C background.


White color preview on #BC8F9C background

This text has white color on #BC8F9C background.