COLOR #BC9DC5

HEX: #BC9DC5
RGB: (188,157,197)

Color info

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

RGB color model

#BC9DC5 color RGB value is (188,157,197).

  • red value is 188;
  • green value is 157;
  • blue value is 197.
RGB:
(188,157,197)
(74%,62%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 197 of 255 = 77%

188
157
197

R + G + B ~ 71%. #BC9DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 197 = 542 (100%)
R 188 of 542 ~ 34.69%
G 157 of 542 ~ 28.97%
B 197 of 542 ~ 36.35%

%34.69
%28.97
%36.35

CMYK color model

#BC9DC5 color CMYK value is (5,20,0,23).

  • cyan value is 4.57%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,20,0,23)
C5M20Y0K23 
(5%,20%,0%,23%)
(0.05/0.20/0.00/0.23)	

CMYK percentages

%4.57
%20.3
%0
%22.75

Codes

Color #BC9DC5 in popluar color models

BC9DC5
RGB188157197
HSL287°25.64%69.41%
HSB/HSV287°20.30%77.25%
CMYK4.57%20.30%0.00%
22.75%

Color #BC9DC5 in popluar number systems.

HEXBC9DC5
Decimal188157197
Binary101111001001110111000101
Octal274235305

Shades and tints

Shades of #BC9DC5

#BC9DC5
(188,157,197)
#AB8FB4
(171,143,180)
#9A81A3
(154,129,163)
#897392
(137,115,146)
#786581
(120,101,129)
#675770
(103,87,112)
#56495F
(86,73,95)
#453B4E
(69,59,78)
#342D3D
(52,45,61)
#231F2C
(35,31,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BC9DC5

#BC9DC5
(188,157,197)
#C2A5CA
(194,165,202)
#C8ADCF
(200,173,207)
#CEB5D4
(206,181,212)
#D4BDD9
(212,189,217)
#DAC5DE
(218,197,222)
#E0CDE3
(224,205,227)
#E6D5E8
(230,213,232)
#ECDDED
(236,221,237)
#F2E5F2
(242,229,242)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9DC5 color. Also use rgb(188,157,197) instead hex code.

Text Font Color

.myTextColor { color: #BC9DC5; }

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

This text font color is #BC9DC5.


Background Color

.myBgColor { background-color: #BC9DC5; }

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

This div background color is #BC9DC5.


Border color

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

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

This div border color is #BC9DC5.


Opacity

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

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

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

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

This text has shadow with #BC9DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DC5 on black background.


Color preview on white background

This text has color #BC9DC5 on white background.



Black color preview on #BC9DC5 background

This text has black color on #BC9DC5 background.


White color preview on #BC9DC5 background

This text has white color on #BC9DC5 background.