COLOR #BC8EA3

HEX: #BC8EA3 RGB: (188,142,163)

Color info

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

RGB color model

#BC8EA3 color RGB value is (188,142,163).

RGB: (188,142,163) (74%, 56%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 142 of 255 = 56%
B 163 of 255 = 64%

188
142
163

R + G + B ~ 65%. #BC8EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 142 + 163 = 493 (100%)
R 188 of 493 ~ 38.13%
G 142 of 493 ~ 28.8%
B 163 of 493 ~ 33.06'%

%38.13
%28.8
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK: (0,24,13,26) C0M24Y13K26 (0%,24%,13%,26%) (0.00/0.24/0.13/0.26) 

CMYK percentages

%0
%24.47
%13.3
%26.27

Codes

Color #BC8EA3 in popluar color models

BC 8E A3
RGB 188 142 163
HSL 333° 25.56% 64.71%
HSB/HSV 333° 24.47% 73.73%
CMYK 0.00% 24.47% 13.30%
26.27%

Color #BC8EA3 in popluar number systems.

HEX BC 8E A3
Decimal 188 142 163
Binary 10111100 10001110 10100011
Octal 274 216 243

Shades and tints

Shades of #BC8EA3

#BC8EA3
(188,142,163)
#AB8295
(171,130,149)
#9A7687
(154,118,135)
#896A79
(137,106,121)
#785E6B
(120,94,107)
#67525D
(103,82,93)
#56464F
(86,70,79)
#453A41
(69,58,65)
#342E33
(52,46,51)
#232225
(35,34,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BC8EA3

#BC8EA3
(188,142,163)
#C298AB
(194,152,171)
#C8A2B3
(200,162,179)
#CEACBB
(206,172,187)
#D4B6C3
(212,182,195)
#DAC0CB
(218,192,203)
#E0CAD3
(224,202,211)
#E6D4DB
(230,212,219)
#ECDEE3
(236,222,227)
#F2E8EB
(242,232,235)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8EA3; }

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

This text font color is #BC8EA3.

Background Color

.myBgColor { background-color: #BC8EA3; }

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

This div background color is #BC8EA3.

Border color

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

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

This div border color is #BC8EA3.

Opacity

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

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

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

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

This text has shadow with #BC8EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8EA3.

Preview

Color preview on black background

This text has color #BC8EA3 on black background.


Color preview on white background

This text has color #BC8EA3 on white background.


Black color preview on #BC8EA3 background

This text has black color on #BC8EA3 background.


White color preview on #BC8EA3 background

This text has white color on #BC8EA3 background.


Related colors

Complementary color

Complementary color for #hex is #43715C.


I love getcolorcode.com

Triadic colors

1 #A3BC8E and #8EA3BC with #BC8EA3 are triadic colors.

2 #A38EBC and #8EBCA3 with #BC8EA3 are triadic colors.