COLOR #BC8B99

HEX: #BC8B99 RGB: (188,139,153)

Color info

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

RGB color model

#BC8B99 color RGB value is (188,139,153).

RGB: (188,139,153) (74%, 55%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 153 of 255 = 60%

188
139
153

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

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 153 = 480 (100%)
R 188 of 480 ~ 39.17%
G 139 of 480 ~ 28.96%
B 153 of 480 ~ 31.88'%

%39.17
%28.96
%31.88

CMYK color model

#BC8B99 color CMYK value is (0,26,19,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK: (0,26,19,26) C0M26Y19K26 (0%,26%,19%,26%) (0.00/0.26/0.19/0.26) 

CMYK percentages

%0
%26.06
%18.62
%26.27

Codes

Color #BC8B99 in popluar color models

BC 8B 99
RGB 188 139 153
HSL 343° 26.78% 64.12%
HSB/HSV 343° 26.06% 73.73%
CMYK 0.00% 26.06% 18.62%
26.27%

Color #BC8B99 in popluar number systems.

HEX BC 8B 99
Decimal 188 139 153
Binary 10111100 10001011 10011001
Octal 274 213 231

Shades and tints

Shades of #BC8B99

#BC8B99
(188,139,153)
#AB7F8C
(171,127,140)
#9A737F
(154,115,127)
#896772
(137,103,114)
#785B65
(120,91,101)
#674F58
(103,79,88)
#56434B
(86,67,75)
#45373E
(69,55,62)
#342B31
(52,43,49)
#231F24
(35,31,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BC8B99

#BC8B99
(188,139,153)
#C295A2
(194,149,162)
#C89FAB
(200,159,171)
#CEA9B4
(206,169,180)
#D4B3BD
(212,179,189)
#DABDC6
(218,189,198)
#E0C7CF
(224,199,207)
#E6D1D8
(230,209,216)
#ECDBE1
(236,219,225)
#F2E5EA
(242,229,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8B99; }

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

This text font color is #BC8B99.

Background Color

.myBgColor { background-color: #BC8B99; }

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

This div background color is #BC8B99.

Border color

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

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

This div border color is #BC8B99.

Opacity

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

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

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

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

This text has shadow with #BC8B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8B99.

Preview

Color preview on black background

This text has color #BC8B99 on black background.


Color preview on white background

This text has color #BC8B99 on white background.


Black color preview on #BC8B99 background

This text has black color on #BC8B99 background.


White color preview on #BC8B99 background

This text has white color on #BC8B99 background.


Related colors

Complementary color

Complementary color for #hex is #437466.


I love getcolorcode.com

Triadic colors

1 #99BC8B and #8B99BC with #BC8B99 are triadic colors.

2 #998BBC and #8BBC99 with #BC8B99 are triadic colors.