COLOR #BC818E

HEX: #BC818E
RGB: (188,129,142)

Color info

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

RGB color model

#BC818E color RGB value is (188,129,142).

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

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 142 of 255 = 56%

188
129
142

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

Portions of RGB colors in percentages

R + G + B =
188 + 129 + 142 = 459 (100%)
R 188 of 459 ~ 40.96%
G 129 of 459 ~ 28.1%
B 142 of 459 ~ 30.94%

%40.96
%28.1
%30.94

CMYK color model

#BC818E color CMYK value is (0,31,24,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK: (0,31,24,26) C0M31Y24K26 (0%,31%,24%,26%) (0.00/0.31/0.24/0.26)

CMYK percentages

%0
%31.38
%24.47
%26.27

Codes

Color #BC818E in popluar color models

BC818E
RGB188129142
HSL347°30.57%62.16%
HSB/HSV347°31.38%73.73%
CMYK0.00%31.38%24.47%
26.27%

Color #BC818E in popluar number systems.

HEXBC818E
Decimal188129142
Binary101111001000000110001110
Octal274201216

Shades and tints

Shades of #BC818E

#BC818E
(188,129,142)
#AB7682
(171,118,130)
#9A6B76
(154,107,118)
#89606A
(137,96,106)
#78555E
(120,85,94)
#674A52
(103,74,82)
#563F46
(86,63,70)
#45343A
(69,52,58)
#34292E
(52,41,46)
#231E22
(35,30,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BC818E

#BC818E
(188,129,142)
#C28C98
(194,140,152)
#C897A2
(200,151,162)
#CEA2AC
(206,162,172)
#D4ADB6
(212,173,182)
#DAB8C0
(218,184,192)
#E0C3CA
(224,195,202)
#E6CED4
(230,206,212)
#ECD9DE
(236,217,222)
#F2E4E8
(242,228,232)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC818E; }

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

This text font color is #BC818E.


Background Color

.myBgColor { background-color: #BC818E; }

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

This div background color is #BC818E.


Border color

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

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

This div border color is #BC818E.


Opacity

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

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

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

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

This text has shadow with #BC818E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC818E on black background.


Color preview on white background

This text has color #BC818E on white background.



Black color preview on #BC818E background

This text has black color on #BC818E background.


White color preview on #BC818E background

This text has white color on #BC818E background.