COLOR #BC95A7

HEX: #BC95A7 RGB: (188,149,167)

Color info

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

RGB color model

#BC95A7 color RGB value is (188,149,167).

RGB: (188,149,167) (74%, 58%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 167 of 255 = 65%

188
149
167

R + G + B ~ 66%. #BC95A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 167 = 504 (100%)
R 188 of 504 ~ 37.3%
G 149 of 504 ~ 29.56%
B 167 of 504 ~ 33.13'%

%37.3
%29.56
%33.13

CMYK color model

#BC95A7 color CMYK value is (0,21,11,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK: (0,21,11,26) C0M21Y11K26 (0%,21%,11%,26%) (0.00/0.21/0.11/0.26) 

CMYK percentages

%0
%20.74
%11.17
%26.27

Codes

Color #BC95A7 in popluar color models

BC 95 A7
RGB 188 149 167
HSL 332° 22.54% 66.08%
HSB/HSV 332° 20.74% 73.73%
CMYK 0.00% 20.74% 11.17%
26.27%

Color #BC95A7 in popluar number systems.

HEX BC 95 A7
Decimal 188 149 167
Binary 10111100 10010101 10100111
Octal 274 225 247

Shades and tints

Shades of #BC95A7

#BC95A7
(188,149,167)
#AB8898
(171,136,152)
#9A7B89
(154,123,137)
#896E7A
(137,110,122)
#78616B
(120,97,107)
#67545C
(103,84,92)
#56474D
(86,71,77)
#453A3E
(69,58,62)
#342D2F
(52,45,47)
#232020
(35,32,32)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BC95A7

#BC95A7
(188,149,167)
#C29EAF
(194,158,175)
#C8A7B7
(200,167,183)
#CEB0BF
(206,176,191)
#D4B9C7
(212,185,199)
#DAC2CF
(218,194,207)
#E0CBD7
(224,203,215)
#E6D4DF
(230,212,223)
#ECDDE7
(236,221,231)
#F2E6EF
(242,230,239)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC95A7 color. Also use rgb(188,149,167) instead hex code.

Text Font Color

.myTextColor { color: #BC95A7; }

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

This text font color is #BC95A7.

Background Color

.myBgColor { background-color: #BC95A7; }

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

This div background color is #BC95A7.

Border color

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

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

This div border color is #BC95A7.

Opacity

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

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

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

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

This text has shadow with #BC95A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC95A7.

Preview

Color preview on black background

This text has color #BC95A7 on black background.


Color preview on white background

This text has color #BC95A7 on white background.


Black color preview on #BC95A7 background

This text has black color on #BC95A7 background.


White color preview on #BC95A7 background

This text has white color on #BC95A7 background.


Related colors

Complementary color

Complementary color for #hex is #436A58.


I love getcolorcode.com

Triadic colors

1 #A7BC95 and #95A7BC with #BC95A7 are triadic colors.

2 #A795BC and #95BCA7 with #BC95A7 are triadic colors.