COLOR #BC8BA4

HEX: #BC8BA4
RGB: (188,139,164)

Color info

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

RGB color model

#BC8BA4 color RGB value is (188,139,164).

  • red value is 188;
  • green value is 139;
  • blue value is 164.
RGB:
(188,139,164)
(74%,55%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 164 of 255 = 64%

188
139
164

R + G + B ~ 64%. #BC8BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 164 = 491 (100%)
R 188 of 491 ~ 38.29%
G 139 of 491 ~ 28.31%
B 164 of 491 ~ 33.4%

%38.29
%28.31
%33.4

CMYK color model

#BC8BA4 color CMYK value is (0,26,13,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(0,26,13,26)
C0M26Y13K26 
(0%,26%,13%,26%)
(0.00/0.26/0.13/0.26)	

CMYK percentages

%0
%26.06
%12.77
%26.27

Codes

Color #BC8BA4 in popluar color models

BC8BA4
RGB188139164
HSL329°26.78%64.12%
HSB/HSV329°26.06%73.73%
CMYK0.00%26.06%12.77%
26.27%

Color #BC8BA4 in popluar number systems.

HEXBC8BA4
Decimal188139164
Binary101111001000101110100100
Octal274213244

Shades and tints

Shades of #BC8BA4

#BC8BA4
(188,139,164)
#AB7F96
(171,127,150)
#9A7388
(154,115,136)
#89677A
(137,103,122)
#785B6C
(120,91,108)
#674F5E
(103,79,94)
#564350
(86,67,80)
#453742
(69,55,66)
#342B34
(52,43,52)
#231F26
(35,31,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BC8BA4

#BC8BA4
(188,139,164)
#C295AC
(194,149,172)
#C89FB4
(200,159,180)
#CEA9BC
(206,169,188)
#D4B3C4
(212,179,196)
#DABDCC
(218,189,204)
#E0C7D4
(224,199,212)
#E6D1DC
(230,209,220)
#ECDBE4
(236,219,228)
#F2E5EC
(242,229,236)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8BA4; }

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

This text font color is #BC8BA4.


Background Color

.myBgColor { background-color: #BC8BA4; }

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

This div background color is #BC8BA4.


Border color

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

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

This div border color is #BC8BA4.


Opacity

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

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

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

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

This text has shadow with #BC8BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8BA4 on black background.


Color preview on white background

This text has color #BC8BA4 on white background.



Black color preview on #BC8BA4 background

This text has black color on #BC8BA4 background.


White color preview on #BC8BA4 background

This text has white color on #BC8BA4 background.