COLOR #BC959F

HEX: #BC959F RGB: (188,149,159)

Color info

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

RGB color model

#BC959F color RGB value is (188,149,159).

RGB: (188,149,159) (74%, 58%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 159 of 255 = 62%

188
149
159

R + G + B ~ 65%. #BC959F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 159 = 496 (100%)
R 188 of 496 ~ 37.9%
G 149 of 496 ~ 30.04%
B 159 of 496 ~ 32.06'%

%37.9
%30.04
%32.06

CMYK color model

#BC959F color CMYK value is (0,21,15,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 15.43%
  • key color value is 26.27%

CMYK: (0,21,15,26)
C0M21Y15K26 (0%, 21%, 15%, 26%)
(0.00 / 0.21 / 0.15 / 0.26)

CMYK percentages

%0
%20.74
%15.43
%26.27

Codes

Color #BC959F in popluar color models

BC 95 9F
RGB 188 149 159
HSL 345° 22.54% 66.08%
HSB/HSV 345° 20.74% 73.73%
CMYK 0.00% 20.74% 15.43%
26.27%

Color #BC959F in popluar number systems.

HEX BC 95 9F
Decimal 188 149 159
Binary 10111100 10010101 10011111
Octal 274 225 237

Shades and tints

Shades of #BC959F

#BC959F
(188,149,159)
#AB8891
(171,136,145)
#9A7B83
(154,123,131)
#896E75
(137,110,117)
#786167
(120,97,103)
#675459
(103,84,89)
#56474B
(86,71,75)
#453A3D
(69,58,61)
#342D2F
(52,45,47)
#232021
(35,32,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC959F

#BC959F
(188,149,159)
#C29EA7
(194,158,167)
#C8A7AF
(200,167,175)
#CEB0B7
(206,176,183)
#D4B9BF
(212,185,191)
#DAC2C7
(218,194,199)
#E0CBCF
(224,203,207)
#E6D4D7
(230,212,215)
#ECDDDF
(236,221,223)
#F2E6E7
(242,230,231)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC959F; }

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

This text font color is #BC959F.

Background Color

.myBgColor { background-color: #BC959F; }

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

This div background color is #BC959F.

Border color

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

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

This div border color is #BC959F.

Opacity

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

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

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

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

This text has shadow with #BC959F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC959F.

Preview

Color preview on black background

This text has color #BC959F on black background.


Color preview on white background

This text has color #BC959F on white background.


Black color preview on #BC959F background

This text has black color on #BC959F background.


White color preview on #BC959F background

This text has white color on #BC959F background.


Related colors

Complementary color

Complementary color for #hex is #436A60.


I love getcolorcode.com

Triadic colors

1 #9FBC95 and #959FBC with #BC959F are triadic colors.

2 #9F95BC and #95BC9F with #BC959F are triadic colors.