COLOR #BC9CAF

HEX: #BC9CAF
RGB: (188,156,175)

Color info

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

RGB color model

#BC9CAF color RGB value is (188,156,175).

  • red value is 188;
  • green value is 156;
  • blue value is 175.
RGB:
(188,156,175)
(74%,61%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 175 of 255 = 69%

188
156
175

R + G + B ~ 68%. #BC9CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 156 + 175 = 519 (100%)
R 188 of 519 ~ 36.22%
G 156 of 519 ~ 30.06%
B 175 of 519 ~ 33.72%

%36.22
%30.06
%33.72

CMYK color model

#BC9CAF color CMYK value is (0,17,7,26).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,17,7,26)
C0M17Y7K26 
(0%,17%,7%,26%)
(0.00/0.17/0.07/0.26)	

CMYK percentages

%0
%17.02
%6.91
%26.27

Codes

Color #BC9CAF in popluar color models

BC9CAF
RGB188156175
HSL324°19.28%67.45%
HSB/HSV324°17.02%73.73%
CMYK0.00%17.02%6.91%
26.27%

Color #BC9CAF in popluar number systems.

HEXBC9CAF
Decimal188156175
Binary101111001001110010101111
Octal274234257

Shades and tints

Shades of #BC9CAF

#BC9CAF
(188,156,175)
#AB8EA0
(171,142,160)
#9A8091
(154,128,145)
#897282
(137,114,130)
#786473
(120,100,115)
#675664
(103,86,100)
#564855
(86,72,85)
#453A46
(69,58,70)
#342C37
(52,44,55)
#231E28
(35,30,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #BC9CAF

#BC9CAF
(188,156,175)
#C2A5B6
(194,165,182)
#C8AEBD
(200,174,189)
#CEB7C4
(206,183,196)
#D4C0CB
(212,192,203)
#DAC9D2
(218,201,210)
#E0D2D9
(224,210,217)
#E6DBE0
(230,219,224)
#ECE4E7
(236,228,231)
#F2EDEE
(242,237,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9CAF; }

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

This text font color is #BC9CAF.


Background Color

.myBgColor { background-color: #BC9CAF; }

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

This div background color is #BC9CAF.


Border color

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

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

This div border color is #BC9CAF.


Opacity

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

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

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

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

This text has shadow with #BC9CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9CAF on black background.


Color preview on white background

This text has color #BC9CAF on white background.



Black color preview on #BC9CAF background

This text has black color on #BC9CAF background.


White color preview on #BC9CAF background

This text has white color on #BC9CAF background.