COLOR #BC879B

HEX: #BC879B RGB: (188,135,155)

Color info

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

RGB color model

#BC879B color RGB value is (188,135,155).

RGB: (188,135,155) (74%, 53%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 155 of 255 = 61%

188
135
155

R + G + B ~ 63%. #BC879B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 135 + 155 = 478 (100%)
R 188 of 478 ~ 39.33%
G 135 of 478 ~ 28.24%
B 155 of 478 ~ 32.43'%

%39.33
%28.24
%32.43

CMYK color model

#BC879B color CMYK value is (0,28,18,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 17.55%
  • key color value is 26.27%

CMYK: (0,28,18,26)
C0M28Y18K26 (0%, 28%, 18%, 26%)
(0.00 / 0.28 / 0.18 / 0.26)

CMYK percentages

%0
%28.19
%17.55
%26.27

Codes

Color #BC879B in popluar color models

BC 87 9B
RGB 188 135 155
HSL 337° 28.34% 63.33%
HSB/HSV 337° 28.19% 73.73%
CMYK 0.00% 28.19% 17.55%
26.27%

Color #BC879B in popluar number systems.

HEX BC 87 9B
Decimal 188 135 155
Binary 10111100 10000111 10011011
Octal 274 207 233

Shades and tints

Shades of #BC879B

#BC879B
(188,135,155)
#AB7B8D
(171,123,141)
#9A6F7F
(154,111,127)
#896371
(137,99,113)
#785763
(120,87,99)
#674B55
(103,75,85)
#563F47
(86,63,71)
#453339
(69,51,57)
#34272B
(52,39,43)
#231B1D
(35,27,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #BC879B

#BC879B
(188,135,155)
#C291A4
(194,145,164)
#C89BAD
(200,155,173)
#CEA5B6
(206,165,182)
#D4AFBF
(212,175,191)
#DAB9C8
(218,185,200)
#E0C3D1
(224,195,209)
#E6CDDA
(230,205,218)
#ECD7E3
(236,215,227)
#F2E1EC
(242,225,236)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC879B color. Also use rgb(188,135,155) instead hex code.

Text Font Color

.myTextColor { color: #BC879B; }

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

This text font color is #BC879B.

Background Color

.myBgColor { background-color: #BC879B; }

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

This div background color is #BC879B.

Border color

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

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

This div border color is #BC879B.

Opacity

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

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

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

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

This text has shadow with #BC879B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC879B.

Preview

Color preview on black background

This text has color #BC879B on black background.


Color preview on white background

This text has color #BC879B on white background.


Black color preview on #BC879B background

This text has black color on #BC879B background.


White color preview on #BC879B background

This text has white color on #BC879B background.


Related colors

Complementary color

Complementary color for #hex is #437864.


I love getcolorcode.com

Triadic colors

1 #9BBC87 and #879BBC with #BC879B are triadic colors.

2 #9B87BC and #87BC9B with #BC879B are triadic colors.