COLOR #BC9DC2

HEX: #BC9DC2
RGB: (188,157,194)

Color info

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

RGB color model

#BC9DC2 color RGB value is (188,157,194).

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

RGB channels and saturation

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

188
157
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 194 = 539 (100%)
R 188 of 539 ~ 34.88%
G 157 of 539 ~ 29.13%
B 194 of 539 ~ 35.99%

%34.88
%29.13
%35.99

CMYK color model

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

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

CMYK percentages

%3.09
%19.07
%0
%23.92

Codes

Color #BC9DC2 in popluar color models

BC9DC2
RGB188157194
HSL290°23.27%68.82%
HSB/HSV290°19.07%76.08%
CMYK3.09%19.07%0.00%
23.92%

Color #BC9DC2 in popluar number systems.

HEXBC9DC2
Decimal188157194
Binary101111001001110111000010
Octal274235302

Shades and tints

Shades of #BC9DC2

#BC9DC2
(188,157,194)
#AB8FB1
(171,143,177)
#9A81A0
(154,129,160)
#89738F
(137,115,143)
#78657E
(120,101,126)
#67576D
(103,87,109)
#56495C
(86,73,92)
#453B4B
(69,59,75)
#342D3A
(52,45,58)
#231F29
(35,31,41)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BC9DC2

#BC9DC2
(188,157,194)
#C2A5C7
(194,165,199)
#C8ADCC
(200,173,204)
#CEB5D1
(206,181,209)
#D4BDD6
(212,189,214)
#DAC5DB
(218,197,219)
#E0CDE0
(224,205,224)
#E6D5E5
(230,213,229)
#ECDDEA
(236,221,234)
#F2E5EF
(242,229,239)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DC2; }

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

This text font color is #BC9DC2.


Background Color

.myBgColor { background-color: #BC9DC2; }

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

This div background color is #BC9DC2.


Border color

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

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

This div border color is #BC9DC2.


Opacity

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

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

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

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

This text has shadow with #BC9DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DC2 on black background.


Color preview on white background

This text has color #BC9DC2 on white background.



Black color preview on #BC9DC2 background

This text has black color on #BC9DC2 background.


White color preview on #BC9DC2 background

This text has white color on #BC9DC2 background.