COLOR #BC9AA7

HEX: #BC9AA7 RGB: (188,154,167)

Color info

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

RGB color model

#BC9AA7 color RGB value is (188,154,167).

RGB: (188,154,167) (74%, 60%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 167 of 255 = 65%

188
154
167

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

Portions of RGB colors in percentages

R + G + B = 188 + 154 + 167 = 509 (100%)
R 188 of 509 ~ 36.94%
G 154 of 509 ~ 30.26%
B 167 of 509 ~ 32.81'%

%36.94
%30.26
%32.81

CMYK color model

#BC9AA7 color CMYK value is (0,18,11,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 11.17%
  • key color value is 26.27%

CMYK: (0,18,11,26)
C0M18Y11K26 (0%, 18%, 11%, 26%)
(0.00 / 0.18 / 0.11 / 0.26)

CMYK percentages

%0
%18.09
%11.17
%26.27

Codes

Color #BC9AA7 in popluar color models

BC 9A A7
RGB 188 154 167
HSL 337° 20.24% 67.06%
HSB/HSV 337° 18.09% 73.73%
CMYK 0.00% 18.09% 11.17%
26.27%

Color #BC9AA7 in popluar number systems.

HEX BC 9A A7
Decimal 188 154 167
Binary 10111100 10011010 10100111
Octal 274 232 247

Shades and tints

Shades of #BC9AA7

#BC9AA7
(188,154,167)
#AB8C98
(171,140,152)
#9A7E89
(154,126,137)
#89707A
(137,112,122)
#78626B
(120,98,107)
#67545C
(103,84,92)
#56464D
(86,70,77)
#45383E
(69,56,62)
#342A2F
(52,42,47)
#231C20
(35,28,32)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #BC9AA7

#BC9AA7
(188,154,167)
#C2A3AF
(194,163,175)
#C8ACB7
(200,172,183)
#CEB5BF
(206,181,191)
#D4BEC7
(212,190,199)
#DAC7CF
(218,199,207)
#E0D0D7
(224,208,215)
#E6D9DF
(230,217,223)
#ECE2E7
(236,226,231)
#F2EBEF
(242,235,239)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9AA7; }

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

This text font color is #BC9AA7.

Background Color

.myBgColor { background-color: #BC9AA7; }

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

This div background color is #BC9AA7.

Border color

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

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

This div border color is #BC9AA7.

Opacity

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

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

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

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

This text has shadow with #BC9AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9AA7.

Preview

Color preview on black background

This text has color #BC9AA7 on black background.


Color preview on white background

This text has color #BC9AA7 on white background.


Black color preview on #BC9AA7 background

This text has black color on #BC9AA7 background.


White color preview on #BC9AA7 background

This text has white color on #BC9AA7 background.


Related colors

Complementary color

Complementary color for #hex is #436558.


I love getcolorcode.com

Triadic colors

1 #A7BC9A and #9AA7BC with #BC9AA7 are triadic colors.

2 #A79ABC and #9ABCA7 with #BC9AA7 are triadic colors.