COLOR #BC959C

HEX: #BC959C
RGB: (188,149,156)

Color info

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

RGB color model

#BC959C color RGB value is (188,149,156).

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

RGB channels and saturation

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

188
149
156

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 156 = 493 (100%)
R 188 of 493 ~ 38.13%
G 149 of 493 ~ 30.22%
B 156 of 493 ~ 31.64%

%38.13
%30.22
%31.64

CMYK color model

#BC959C color CMYK value is (0,21,17,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(0,21,17,26)
C0M21Y17K26 
(0%,21%,17%,26%)
(0.00/0.21/0.17/0.26)	

CMYK percentages

%0
%20.74
%17.02
%26.27

Codes

Color #BC959C in popluar color models

BC959C
RGB188149156
HSL349°22.54%66.08%
HSB/HSV349°20.74%73.73%
CMYK0.00%20.74%17.02%
26.27%

Color #BC959C in popluar number systems.

HEXBC959C
Decimal188149156
Binary101111001001010110011100
Octal274225234

Shades and tints

Shades of #BC959C

#BC959C
(188,149,156)
#AB888E
(171,136,142)
#9A7B80
(154,123,128)
#896E72
(137,110,114)
#786164
(120,97,100)
#675456
(103,84,86)
#564748
(86,71,72)
#453A3A
(69,58,58)
#342D2C
(52,45,44)
#23201E
(35,32,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC959C

#BC959C
(188,149,156)
#C29EA5
(194,158,165)
#C8A7AE
(200,167,174)
#CEB0B7
(206,176,183)
#D4B9C0
(212,185,192)
#DAC2C9
(218,194,201)
#E0CBD2
(224,203,210)
#E6D4DB
(230,212,219)
#ECDDE4
(236,221,228)
#F2E6ED
(242,230,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC959C; }

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

This text font color is #BC959C.


Background Color

.myBgColor { background-color: #BC959C; }

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

This div background color is #BC959C.


Border color

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

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

This div border color is #BC959C.


Opacity

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

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

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

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

This text has shadow with #BC959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC959C on black background.


Color preview on white background

This text has color #BC959C on white background.



Black color preview on #BC959C background

This text has black color on #BC959C background.


White color preview on #BC959C background

This text has white color on #BC959C background.