COLOR #BC9EA5

HEX: #BC9EA5 RGB: (188,158,165)

Color info

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

RGB color model

#BC9EA5 color RGB value is (188,158,165).

RGB: (188,158,165) (74%, 62%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 165 of 255 = 65%

188
158
165

R + G + B ~ 67%. #BC9EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 158 + 165 = 511 (100%)
R 188 of 511 ~ 36.79%
G 158 of 511 ~ 30.92%
B 165 of 511 ~ 32.29'%

%36.79
%30.92
%32.29

CMYK color model

#BC9EA5 color CMYK value is (0,16,12,26).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK: (0,16,12,26) C0M16Y12K26 (0%,16%,12%,26%) (0.00/0.16/0.12/0.26) 

CMYK percentages

%0
%15.96
%12.23
%26.27

Codes

Color #BC9EA5 in popluar color models

BC 9E A5
RGB 188 158 165
HSL 346° 18.29% 67.84%
HSB/HSV 346° 15.96% 73.73%
CMYK 0.00% 15.96% 12.23%
26.27%

Color #BC9EA5 in popluar number systems.

HEX BC 9E A5
Decimal 188 158 165
Binary 10111100 10011110 10100101
Octal 274 236 245

Shades and tints

Shades of #BC9EA5

#BC9EA5
(188,158,165)
#AB9096
(171,144,150)
#9A8287
(154,130,135)
#897478
(137,116,120)
#786669
(120,102,105)
#67585A
(103,88,90)
#564A4B
(86,74,75)
#453C3C
(69,60,60)
#342E2D
(52,46,45)
#23201E
(35,32,30)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #BC9EA5

#BC9EA5
(188,158,165)
#C2A6AD
(194,166,173)
#C8AEB5
(200,174,181)
#CEB6BD
(206,182,189)
#D4BEC5
(212,190,197)
#DAC6CD
(218,198,205)
#E0CED5
(224,206,213)
#E6D6DD
(230,214,221)
#ECDEE5
(236,222,229)
#F2E6ED
(242,230,237)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9EA5; }

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

This text font color is #BC9EA5.

Background Color

.myBgColor { background-color: #BC9EA5; }

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

This div background color is #BC9EA5.

Border color

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

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

This div border color is #BC9EA5.

Opacity

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

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

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

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

This text has shadow with #BC9EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9EA5.

Preview

Color preview on black background

This text has color #BC9EA5 on black background.


Color preview on white background

This text has color #BC9EA5 on white background.


Black color preview on #BC9EA5 background

This text has black color on #BC9EA5 background.


White color preview on #BC9EA5 background

This text has white color on #BC9EA5 background.


Related colors

Complementary color

Complementary color for #hex is #43615A.


I love getcolorcode.com

Triadic colors

1 #A5BC9E and #9EA5BC with #BC9EA5 are triadic colors.

2 #A59EBC and #9EBCA5 with #BC9EA5 are triadic colors.