COLOR #BC8EA5

HEX: #BC8EA5 RGB: (188,142,165)

Color info

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

RGB color model

#BC8EA5 color RGB value is (188,142,165).

RGB: (188,142,165) (74%, 56%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 142 of 255 = 56%
B 165 of 255 = 65%

188
142
165

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

Portions of RGB colors in percentages

R + G + B = 188 + 142 + 165 = 495 (100%)
R 188 of 495 ~ 37.98%
G 142 of 495 ~ 28.69%
B 165 of 495 ~ 33.33'%

%37.98
%28.69
%33.33

CMYK color model

#BC8EA5 color CMYK value is (0,24,12,26).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 12.23%
  • key color value is 26.27%

CMYK: (0,24,12,26)
C0M24Y12K26 (0%, 24%, 12%, 26%)
(0.00 / 0.24 / 0.12 / 0.26)

CMYK percentages

%0
%24.47
%12.23
%26.27

Codes

Color #BC8EA5 in popluar color models

BC 8E A5
RGB 188 142 165
HSL 330° 25.56% 64.71%
HSB/HSV 330° 24.47% 73.73%
CMYK 0.00% 24.47% 12.23%
26.27%

Color #BC8EA5 in popluar number systems.

HEX BC 8E A5
Decimal 188 142 165
Binary 10111100 10001110 10100101
Octal 274 216 245

Shades and tints

Shades of #BC8EA5

#BC8EA5
(188,142,165)
#AB8296
(171,130,150)
#9A7687
(154,118,135)
#896A78
(137,106,120)
#785E69
(120,94,105)
#67525A
(103,82,90)
#56464B
(86,70,75)
#453A3C
(69,58,60)
#342E2D
(52,46,45)
#23221E
(35,34,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BC8EA5

#BC8EA5
(188,142,165)
#C298AD
(194,152,173)
#C8A2B5
(200,162,181)
#CEACBD
(206,172,189)
#D4B6C5
(212,182,197)
#DAC0CD
(218,192,205)
#E0CAD5
(224,202,213)
#E6D4DD
(230,212,221)
#ECDEE5
(236,222,229)
#F2E8ED
(242,232,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8EA5; }

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

This text font color is #BC8EA5.

Background Color

.myBgColor { background-color: #BC8EA5; }

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

This div background color is #BC8EA5.

Border color

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

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

This div border color is #BC8EA5.

Opacity

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

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

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

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

This text has shadow with #BC8EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8EA5.

Preview

Color preview on black background

This text has color #BC8EA5 on black background.


Color preview on white background

This text has color #BC8EA5 on white background.


Black color preview on #BC8EA5 background

This text has black color on #BC8EA5 background.


White color preview on #BC8EA5 background

This text has white color on #BC8EA5 background.


Related colors

Complementary color

Complementary color for #hex is #43715A.


I love getcolorcode.com

Triadic colors

1 #A5BC8E and #8EA5BC with #BC8EA5 are triadic colors.

2 #A58EBC and #8EBCA5 with #BC8EA5 are triadic colors.