COLOR #BC808D

HEX: #BC808D RGB: (188,128,141)

Color info

#BC808D contains mainly red and blue colors. Web safe color of #BC808D is #CC6699 (or #C69).

RGB color model

#BC808D color RGB value is (188,128,141).

RGB: (188,128,141) (74%, 50%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 128 of 255 = 50%
B 141 of 255 = 55%

188
128
141

R + G + B ~ 60%. #BC808D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 128 + 141 = 457 (100%)
R 188 of 457 ~ 41.14%
G 128 of 457 ~ 28.01%
B 141 of 457 ~ 30.85'%

%41.14
%28.01
%30.85

CMYK color model

#BC808D color CMYK value is (0,32,25,26).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 25.00%
  • key color value is 26.27%

CMYK: (0,32,25,26)
C0M32Y25K26 (0%, 32%, 25%, 26%)
(0.00 / 0.32 / 0.25 / 0.26)

CMYK percentages

%0
%31.91
%25
%26.27

Codes

Color #BC808D in popluar color models

BC 80 8D
RGB 188 128 141
HSL 347° 30.93% 61.96%
HSB/HSV 347° 31.91% 73.73%
CMYK 0.00% 31.91% 25.00%
26.27%

Color #BC808D in popluar number systems.

HEX BC 80 8D
Decimal 188 128 141
Binary 10111100 10000000 10001101
Octal 274 200 215

Shades and tints

Shades of #BC808D

#BC808D
(188,128,141)
#AB7581
(171,117,129)
#9A6A75
(154,106,117)
#895F69
(137,95,105)
#78545D
(120,84,93)
#674951
(103,73,81)
#563E45
(86,62,69)
#453339
(69,51,57)
#34282D
(52,40,45)
#231D21
(35,29,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BC808D

#BC808D
(188,128,141)
#C28B97
(194,139,151)
#C896A1
(200,150,161)
#CEA1AB
(206,161,171)
#D4ACB5
(212,172,181)
#DAB7BF
(218,183,191)
#E0C2C9
(224,194,201)
#E6CDD3
(230,205,211)
#ECD8DD
(236,216,221)
#F2E3E7
(242,227,231)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC808D color. Also use rgb(188,128,141) instead hex code.

Text Font Color

.myTextColor { color: #BC808D; }

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

This text font color is #BC808D.

Background Color

.myBgColor { background-color: #BC808D; }

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

This div background color is #BC808D.

Border color

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

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

This div border color is #BC808D.

Opacity

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

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

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

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

This text has shadow with #BC808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC808D.

Preview

Color preview on black background

This text has color #BC808D on black background.


Color preview on white background

This text has color #BC808D on white background.


Black color preview on #BC808D background

This text has black color on #BC808D background.


White color preview on #BC808D background

This text has white color on #BC808D background.


Related colors

Complementary color

Complementary color for #hex is #437F72.


I love getcolorcode.com

Triadic colors

1 #8DBC80 and #808DBC with #BC808D are triadic colors.

2 #8D80BC and #80BC8D with #BC808D are triadic colors.