COLOR #BC829E

HEX: #BC829E RGB: (188,130,158)

Color info

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

RGB color model

#BC829E color RGB value is (188,130,158).

RGB: (188,130,158) (74%, 51%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 130 of 255 = 51%
B 158 of 255 = 62%

188
130
158

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

Portions of RGB colors in percentages

R + G + B = 188 + 130 + 158 = 476 (100%)
R 188 of 476 ~ 39.5%
G 130 of 476 ~ 27.31%
B 158 of 476 ~ 33.19'%

%39.5
%27.31
%33.19

CMYK color model

#BC829E color CMYK value is (0,31,16,26).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 15.96%
  • key color value is 26.27%

CMYK: (0,31,16,26)
C0M31Y16K26 (0%, 31%, 16%, 26%)
(0.00 / 0.31 / 0.16 / 0.26)

CMYK percentages

%0
%30.85
%15.96
%26.27

Codes

Color #BC829E in popluar color models

BC 82 9E
RGB 188 130 158
HSL 331° 30.21% 62.35%
HSB/HSV 331° 30.85% 73.73%
CMYK 0.00% 30.85% 15.96%
26.27%

Color #BC829E in popluar number systems.

HEX BC 82 9E
Decimal 188 130 158
Binary 10111100 10000010 10011110
Octal 274 202 236

Shades and tints

Shades of #BC829E

#BC829E
(188,130,158)
#AB7790
(171,119,144)
#9A6C82
(154,108,130)
#896174
(137,97,116)
#785666
(120,86,102)
#674B58
(103,75,88)
#56404A
(86,64,74)
#45353C
(69,53,60)
#342A2E
(52,42,46)
#231F20
(35,31,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BC829E

#BC829E
(188,130,158)
#C28DA6
(194,141,166)
#C898AE
(200,152,174)
#CEA3B6
(206,163,182)
#D4AEBE
(212,174,190)
#DAB9C6
(218,185,198)
#E0C4CE
(224,196,206)
#E6CFD6
(230,207,214)
#ECDADE
(236,218,222)
#F2E5E6
(242,229,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC829E color. Also use rgb(188,130,158) instead hex code.

Text Font Color

.myTextColor { color: #BC829E; }

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

This text font color is #BC829E.

Background Color

.myBgColor { background-color: #BC829E; }

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

This div background color is #BC829E.

Border color

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

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

This div border color is #BC829E.

Opacity

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

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

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

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

This text has shadow with #BC829E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC829E.

Preview

Color preview on black background

This text has color #BC829E on black background.


Color preview on white background

This text has color #BC829E on white background.


Black color preview on #BC829E background

This text has black color on #BC829E background.


White color preview on #BC829E background

This text has white color on #BC829E background.


Related colors

Complementary color

Complementary color for #hex is #437D61.


I love getcolorcode.com

Triadic colors

1 #9EBC82 and #829EBC with #BC829E are triadic colors.

2 #9E82BC and #82BC9E with #BC829E are triadic colors.