COLOR #BC9DBB

HEX: #BC9DBB
RGB: (188,157,187)

Color info

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

RGB color model

#BC9DBB color RGB value is (188,157,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 187 of 255 = 73%

188
157
187

R + G + B ~ 70%. #BC9DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 187 = 532 (100%)
R 188 of 532 ~ 35.34%
G 157 of 532 ~ 29.51%
B 187 of 532 ~ 35.15%

%35.34
%29.51
%35.15

CMYK color model

#BC9DBB color CMYK value is (0,16,1,26).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(0,16,1,26)
C0M16Y1K26 
(0%,16%,1%,26%)
(0.00/0.16/0.01/0.26)	

CMYK percentages

%0
%16.49
%0.53
%26.27

Codes

Color #BC9DBB in popluar color models

BC9DBB
RGB188157187
HSL302°18.79%67.65%
HSB/HSV302°16.49%73.73%
CMYK0.00%16.49%0.53%
26.27%

Color #BC9DBB in popluar number systems.

HEXBC9DBB
Decimal188157187
Binary101111001001110110111011
Octal274235273

Shades and tints

Shades of #BC9DBB

#BC9DBB
(188,157,187)
#AB8FAA
(171,143,170)
#9A8199
(154,129,153)
#897388
(137,115,136)
#786577
(120,101,119)
#675766
(103,87,102)
#564955
(86,73,85)
#453B44
(69,59,68)
#342D33
(52,45,51)
#231F22
(35,31,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BC9DBB

#BC9DBB
(188,157,187)
#C2A5C1
(194,165,193)
#C8ADC7
(200,173,199)
#CEB5CD
(206,181,205)
#D4BDD3
(212,189,211)
#DAC5D9
(218,197,217)
#E0CDDF
(224,205,223)
#E6D5E5
(230,213,229)
#ECDDEB
(236,221,235)
#F2E5F1
(242,229,241)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DBB; }

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

This text font color is #BC9DBB.


Background Color

.myBgColor { background-color: #BC9DBB; }

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

This div background color is #BC9DBB.


Border color

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

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

This div border color is #BC9DBB.


Opacity

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

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

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

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

This text has shadow with #BC9DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DBB on black background.


Color preview on white background

This text has color #BC9DBB on white background.



Black color preview on #BC9DBB background

This text has black color on #BC9DBB background.


White color preview on #BC9DBB background

This text has white color on #BC9DBB background.