COLOR #BC9CB4

HEX: #BC9CB4 RGB: (188,156,180)

Color info

#BC9CB4 contains red, green and blue colors in about the same proportion. Web safe color of #BC9CB4 is #CC99CC (or #C9C).

RGB color model

#BC9CB4 color RGB value is (188,156,180).

RGB: (188,156,180) (74%, 61%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 180 of 255 = 71%

188
156
180

R + G + B ~ 69%. #BC9CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 156 + 180 = 524 (100%)
R 188 of 524 ~ 35.88%
G 156 of 524 ~ 29.77%
B 180 of 524 ~ 34.35'%

%35.88
%29.77
%34.35

CMYK color model

#BC9CB4 color CMYK value is (0,17,4,26).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 4.26%
  • key color value is 26.27%

CMYK: (0,17,4,26)
C0M17Y4K26 (0%, 17%, 4%, 26%)
(0.00 / 0.17 / 0.04 / 0.26)

CMYK percentages

%0
%17.02
%4.26
%26.27

Codes

Color #BC9CB4 in popluar color models

BC 9C B4
RGB 188 156 180
HSL 315° 19.28% 67.45%
HSB/HSV 315° 17.02% 73.73%
CMYK 0.00% 17.02% 4.26%
26.27%

Color #BC9CB4 in popluar number systems.

HEX BC 9C B4
Decimal 188 156 180
Binary 10111100 10011100 10110100
Octal 274 234 264

Shades and tints

Shades of #BC9CB4

#BC9CB4
(188,156,180)
#AB8EA4
(171,142,164)
#9A8094
(154,128,148)
#897284
(137,114,132)
#786474
(120,100,116)
#675664
(103,86,100)
#564854
(86,72,84)
#453A44
(69,58,68)
#342C34
(52,44,52)
#231E24
(35,30,36)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC9CB4

#BC9CB4
(188,156,180)
#C2A5BA
(194,165,186)
#C8AEC0
(200,174,192)
#CEB7C6
(206,183,198)
#D4C0CC
(212,192,204)
#DAC9D2
(218,201,210)
#E0D2D8
(224,210,216)
#E6DBDE
(230,219,222)
#ECE4E4
(236,228,228)
#F2EDEA
(242,237,234)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9CB4 color. Also use rgb(188,156,180) instead hex code.

Text Font Color

.myTextColor { color: #BC9CB4; }

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

This text font color is #BC9CB4.

Background Color

.myBgColor { background-color: #BC9CB4; }

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

This div background color is #BC9CB4.

Border color

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

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

This div border color is #BC9CB4.

Opacity

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

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

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

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

This text has shadow with #BC9CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9CB4.

Preview

Color preview on black background

This text has color #BC9CB4 on black background.


Color preview on white background

This text has color #BC9CB4 on white background.


Black color preview on #BC9CB4 background

This text has black color on #BC9CB4 background.


White color preview on #BC9CB4 background

This text has white color on #BC9CB4 background.


Related colors

Complementary color

Complementary color for #hex is #43634B.


I love getcolorcode.com

Triadic colors

1 #B4BC9C and #9CB4BC with #BC9CB4 are triadic colors.

2 #B49CBC and #9CBCB4 with #BC9CB4 are triadic colors.