COLOR #BC8B97

HEX: #BC8B97 RGB: (188,139,151)

Color info

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

RGB color model

#BC8B97 color RGB value is (188,139,151).

RGB: (188,139,151) (74%, 55%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 151 of 255 = 59%

188
139
151

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

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 151 = 478 (100%)
R 188 of 478 ~ 39.33%
G 139 of 478 ~ 29.08%
B 151 of 478 ~ 31.59'%

%39.33
%29.08
%31.59

CMYK color model

#BC8B97 color CMYK value is (0,26,20,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 19.68%
  • key color value is 26.27%

CMYK: (0,26,20,26)
C0M26Y20K26 (0%, 26%, 20%, 26%)
(0.00 / 0.26 / 0.20 / 0.26)

CMYK percentages

%0
%26.06
%19.68
%26.27

Codes

Color #BC8B97 in popluar color models

BC 8B 97
RGB 188 139 151
HSL 345° 26.78% 64.12%
HSB/HSV 345° 26.06% 73.73%
CMYK 0.00% 26.06% 19.68%
26.27%

Color #BC8B97 in popluar number systems.

HEX BC 8B 97
Decimal 188 139 151
Binary 10111100 10001011 10010111
Octal 274 213 227

Shades and tints

Shades of #BC8B97

#BC8B97
(188,139,151)
#AB7F8A
(171,127,138)
#9A737D
(154,115,125)
#896770
(137,103,112)
#785B63
(120,91,99)
#674F56
(103,79,86)
#564349
(86,67,73)
#45373C
(69,55,60)
#342B2F
(52,43,47)
#231F22
(35,31,34)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC8B97

#BC8B97
(188,139,151)
#C295A0
(194,149,160)
#C89FA9
(200,159,169)
#CEA9B2
(206,169,178)
#D4B3BB
(212,179,187)
#DABDC4
(218,189,196)
#E0C7CD
(224,199,205)
#E6D1D6
(230,209,214)
#ECDBDF
(236,219,223)
#F2E5E8
(242,229,232)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8B97 color. Also use rgb(188,139,151) instead hex code.

Text Font Color

.myTextColor { color: #BC8B97; }

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

This text font color is #BC8B97.

Background Color

.myBgColor { background-color: #BC8B97; }

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

This div background color is #BC8B97.

Border color

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

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

This div border color is #BC8B97.

Opacity

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

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

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

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

This text has shadow with #BC8B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8B97.

Preview

Color preview on black background

This text has color #BC8B97 on black background.


Color preview on white background

This text has color #BC8B97 on white background.


Black color preview on #BC8B97 background

This text has black color on #BC8B97 background.


White color preview on #BC8B97 background

This text has white color on #BC8B97 background.


Related colors

Complementary color

Complementary color for #hex is #437468.


I love getcolorcode.com

Triadic colors

1 #97BC8B and #8B97BC with #BC8B97 are triadic colors.

2 #978BBC and #8BBC97 with #BC8B97 are triadic colors.