COLOR #BC899D

HEX: #BC899D RGB: (188,137,157)

Color info

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

RGB color model

#BC899D color RGB value is (188,137,157).

RGB: (188,137,157) (74%, 54%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 157 of 255 = 62%

188
137
157

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

Portions of RGB colors in percentages

R + G + B = 188 + 137 + 157 = 482 (100%)
R 188 of 482 ~ 39%
G 137 of 482 ~ 28.42%
B 157 of 482 ~ 32.57'%

%39
%28.42
%32.57

CMYK color model

#BC899D color CMYK value is (0,27,16,26).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 16.49%
  • key color value is 26.27%

CMYK: (0,27,16,26)
C0M27Y16K26 (0%, 27%, 16%, 26%)
(0.00 / 0.27 / 0.16 / 0.26)

CMYK percentages

%0
%27.13
%16.49
%26.27

Codes

Color #BC899D in popluar color models

BC 89 9D
RGB 188 137 157
HSL 336° 27.57% 63.73%
HSB/HSV 336° 27.13% 73.73%
CMYK 0.00% 27.13% 16.49%
26.27%

Color #BC899D in popluar number systems.

HEX BC 89 9D
Decimal 188 137 157
Binary 10111100 10001001 10011101
Octal 274 211 235

Shades and tints

Shades of #BC899D

#BC899D
(188,137,157)
#AB7D8F
(171,125,143)
#9A7181
(154,113,129)
#896573
(137,101,115)
#785965
(120,89,101)
#674D57
(103,77,87)
#564149
(86,65,73)
#45353B
(69,53,59)
#34292D
(52,41,45)
#231D1F
(35,29,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BC899D

#BC899D
(188,137,157)
#C293A5
(194,147,165)
#C89DAD
(200,157,173)
#CEA7B5
(206,167,181)
#D4B1BD
(212,177,189)
#DABBC5
(218,187,197)
#E0C5CD
(224,197,205)
#E6CFD5
(230,207,213)
#ECD9DD
(236,217,221)
#F2E3E5
(242,227,229)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC899D color. Also use rgb(188,137,157) instead hex code.

Text Font Color

.myTextColor { color: #BC899D; }

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

This text font color is #BC899D.

Background Color

.myBgColor { background-color: #BC899D; }

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

This div background color is #BC899D.

Border color

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

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

This div border color is #BC899D.

Opacity

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

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

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

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

This text has shadow with #BC899D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC899D.

Preview

Color preview on black background

This text has color #BC899D on black background.


Color preview on white background

This text has color #BC899D on white background.


Black color preview on #BC899D background

This text has black color on #BC899D background.


White color preview on #BC899D background

This text has white color on #BC899D background.


Related colors

Complementary color

Complementary color for #hex is #437662.


I love getcolorcode.com

Triadic colors

1 #9DBC89 and #899DBC with #BC899D are triadic colors.

2 #9D89BC and #89BC9D with #BC899D are triadic colors.