COLOR #BC819B

HEX: #BC819B
RGB: (188,129,155)

Color info

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

RGB color model

#BC819B color RGB value is (188,129,155).

  • red value is 188;
  • green value is 129;
  • blue value is 155.
RGB:
(188,129,155)
(74%,51%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 155 of 255 = 61%

188
129
155

R + G + B ~ 62%. #BC819B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 129 + 155 = 472 (100%)
R 188 of 472 ~ 39.83%
G 129 of 472 ~ 27.33%
B 155 of 472 ~ 32.84%

%39.83
%27.33
%32.84

CMYK color model

#BC819B color CMYK value is (0,31,18,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 17.55%
  • key color value is 26.27%
CMYK:
(0,31,18,26)
C0M31Y18K26 
(0%,31%,18%,26%)
(0.00/0.31/0.18/0.26)	

CMYK percentages

%0
%31.38
%17.55
%26.27

Codes

Color #BC819B in popluar color models

BC819B
RGB188129155
HSL334°30.57%62.16%
HSB/HSV334°31.38%73.73%
CMYK0.00%31.38%17.55%
26.27%

Color #BC819B in popluar number systems.

HEXBC819B
Decimal188129155
Binary101111001000000110011011
Octal274201233

Shades and tints

Shades of #BC819B

#BC819B
(188,129,155)
#AB768D
(171,118,141)
#9A6B7F
(154,107,127)
#896071
(137,96,113)
#785563
(120,85,99)
#674A55
(103,74,85)
#563F47
(86,63,71)
#453439
(69,52,57)
#34292B
(52,41,43)
#231E1D
(35,30,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BC819B

#BC819B
(188,129,155)
#C28CA4
(194,140,164)
#C897AD
(200,151,173)
#CEA2B6
(206,162,182)
#D4ADBF
(212,173,191)
#DAB8C8
(218,184,200)
#E0C3D1
(224,195,209)
#E6CEDA
(230,206,218)
#ECD9E3
(236,217,227)
#F2E4EC
(242,228,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC819B color. Also use rgb(188,129,155) instead hex code.

Text Font Color

.myTextColor { color: #BC819B; }

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

This text font color is #BC819B.


Background Color

.myBgColor { background-color: #BC819B; }

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

This div background color is #BC819B.


Border color

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

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

This div border color is #BC819B.


Opacity

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

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

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

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

This text has shadow with #BC819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC819B on black background.


Color preview on white background

This text has color #BC819B on white background.



Black color preview on #BC819B background

This text has black color on #BC819B background.


White color preview on #BC819B background

This text has white color on #BC819B background.