COLOR #BC939C

HEX: #BC939C
RGB: (188,147,156)

Color info

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

RGB color model

#BC939C color RGB value is (188,147,156).

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

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 156 of 255 = 61%

188
147
156

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

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 156 = 491 (100%)
R 188 of 491 ~ 38.29%
G 147 of 491 ~ 29.94%
B 156 of 491 ~ 31.77%

%38.29
%29.94
%31.77

CMYK color model

#BC939C color CMYK value is (0,22,17,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(0,22,17,26)
C0M22Y17K26 
(0%,22%,17%,26%)
(0.00/0.22/0.17/0.26)	

CMYK percentages

%0
%21.81
%17.02
%26.27

Codes

Color #BC939C in popluar color models

BC939C
RGB188147156
HSL347°23.43%65.69%
HSB/HSV347°21.81%73.73%
CMYK0.00%21.81%17.02%
26.27%

Color #BC939C in popluar number systems.

HEXBC939C
Decimal188147156
Binary101111001001001110011100
Octal274223234

Shades and tints

Shades of #BC939C

#BC939C
(188,147,156)
#AB868E
(171,134,142)
#9A7980
(154,121,128)
#896C72
(137,108,114)
#785F64
(120,95,100)
#675256
(103,82,86)
#564548
(86,69,72)
#45383A
(69,56,58)
#342B2C
(52,43,44)
#231E1E
(35,30,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #BC939C

#BC939C
(188,147,156)
#C29CA5
(194,156,165)
#C8A5AE
(200,165,174)
#CEAEB7
(206,174,183)
#D4B7C0
(212,183,192)
#DAC0C9
(218,192,201)
#E0C9D2
(224,201,210)
#E6D2DB
(230,210,219)
#ECDBE4
(236,219,228)
#F2E4ED
(242,228,237)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC939C; }

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

This text font color is #BC939C.


Background Color

.myBgColor { background-color: #BC939C; }

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

This div background color is #BC939C.


Border color

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

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

This div border color is #BC939C.


Opacity

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

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

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

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

This text has shadow with #BC939C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC939C on black background.


Color preview on white background

This text has color #BC939C on white background.



Black color preview on #BC939C background

This text has black color on #BC939C background.


White color preview on #BC939C background

This text has white color on #BC939C background.