COLOR #BC9DC1

HEX: #BC9DC1
RGB: (188,157,193)

Color info

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

RGB color model

#BC9DC1 color RGB value is (188,157,193).

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

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 193 of 255 = 76%

188
157
193

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

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 193 = 538 (100%)
R 188 of 538 ~ 34.94%
G 157 of 538 ~ 29.18%
B 193 of 538 ~ 35.87%

%34.94
%29.18
%35.87

CMYK color model

#BC9DC1 color CMYK value is (3,19,0,24).

  • cyan value is 2.59%
  • magenta value is 18.65%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,19,0,24)
C3M19Y0K24 
(3%,19%,0%,24%)
(0.03/0.19/0.00/0.24)	

CMYK percentages

%2.59
%18.65
%0
%24.31

Codes

Color #BC9DC1 in popluar color models

BC9DC1
RGB188157193
HSL292°22.50%68.63%
HSB/HSV292°18.65%75.69%
CMYK2.59%18.65%0.00%
24.31%

Color #BC9DC1 in popluar number systems.

HEXBC9DC1
Decimal188157193
Binary101111001001110111000001
Octal274235301

Shades and tints

Shades of #BC9DC1

#BC9DC1
(188,157,193)
#AB8FB0
(171,143,176)
#9A819F
(154,129,159)
#89738E
(137,115,142)
#78657D
(120,101,125)
#67576C
(103,87,108)
#56495B
(86,73,91)
#453B4A
(69,59,74)
#342D39
(52,45,57)
#231F28
(35,31,40)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BC9DC1

#BC9DC1
(188,157,193)
#C2A5C6
(194,165,198)
#C8ADCB
(200,173,203)
#CEB5D0
(206,181,208)
#D4BDD5
(212,189,213)
#DAC5DA
(218,197,218)
#E0CDDF
(224,205,223)
#E6D5E4
(230,213,228)
#ECDDE9
(236,221,233)
#F2E5EE
(242,229,238)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DC1; }

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

This text font color is #BC9DC1.


Background Color

.myBgColor { background-color: #BC9DC1; }

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

This div background color is #BC9DC1.


Border color

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

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

This div border color is #BC9DC1.


Opacity

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

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

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

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

This text has shadow with #BC9DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DC1 on black background.


Color preview on white background

This text has color #BC9DC1 on white background.



Black color preview on #BC9DC1 background

This text has black color on #BC9DC1 background.


White color preview on #BC9DC1 background

This text has white color on #BC9DC1 background.