COLOR #BC9DC6

HEX: #BC9DC6
RGB: (188,157,198)

Color info

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

RGB color model

#BC9DC6 color RGB value is (188,157,198).

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

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 198 of 255 = 78%

188
157
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 198 = 543 (100%)
R 188 of 543 ~ 34.62%
G 157 of 543 ~ 28.91%
B 198 of 543 ~ 36.46%

%34.62
%28.91
%36.46

CMYK color model

#BC9DC6 color CMYK value is (5,21,0,22).

  • cyan value is 5.05%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,21,0,22)
C5M21Y0K22 
(5%,21%,0%,22%)
(0.05/0.21/0.00/0.22)	

CMYK percentages

%5.05
%20.71
%0
%22.35

Codes

Color #BC9DC6 in popluar color models

BC9DC6
RGB188157198
HSL285°26.45%69.61%
HSB/HSV285°20.71%77.65%
CMYK5.05%20.71%0.00%
22.35%

Color #BC9DC6 in popluar number systems.

HEXBC9DC6
Decimal188157198
Binary101111001001110111000110
Octal274235306

Shades and tints

Shades of #BC9DC6

#BC9DC6
(188,157,198)
#AB8FB4
(171,143,180)
#9A81A2
(154,129,162)
#897390
(137,115,144)
#78657E
(120,101,126)
#67576C
(103,87,108)
#56495A
(86,73,90)
#453B48
(69,59,72)
#342D36
(52,45,54)
#231F24
(35,31,36)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #BC9DC6

#BC9DC6
(188,157,198)
#C2A5CB
(194,165,203)
#C8ADD0
(200,173,208)
#CEB5D5
(206,181,213)
#D4BDDA
(212,189,218)
#DAC5DF
(218,197,223)
#E0CDE4
(224,205,228)
#E6D5E9
(230,213,233)
#ECDDEE
(236,221,238)
#F2E5F3
(242,229,243)
#F8EDF8
(248,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DC6; }

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

This text font color is #BC9DC6.


Background Color

.myBgColor { background-color: #BC9DC6; }

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

This div background color is #BC9DC6.


Border color

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

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

This div border color is #BC9DC6.


Opacity

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

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

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

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

This text has shadow with #BC9DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DC6 on black background.


Color preview on white background

This text has color #BC9DC6 on white background.



Black color preview on #BC9DC6 background

This text has black color on #BC9DC6 background.


White color preview on #BC9DC6 background

This text has white color on #BC9DC6 background.