COLOR #BC9BB1

HEX: #BC9BB1
RGB: (188,155,177)

Color info

#BC9BB1 contains red, green and blue colors in about the same proportion. Web safe color of #BC9BB1 is #CC9999 (or #C99).

RGB color model

#BC9BB1 color RGB value is (188,155,177).

  • red value is 188;
  • green value is 155;
  • blue value is 177.
RGB:
(188,155,177)
(74%,61%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 177 of 255 = 69%

188
155
177

R + G + B ~ 68%. #BC9BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 155 + 177 = 520 (100%)
R 188 of 520 ~ 36.15%
G 155 of 520 ~ 29.81%
B 177 of 520 ~ 34.04%

%36.15
%29.81
%34.04

CMYK color model

#BC9BB1 color CMYK value is (0,18,6,26).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(0,18,6,26)
C0M18Y6K26 
(0%,18%,6%,26%)
(0.00/0.18/0.06/0.26)	

CMYK percentages

%0
%17.55
%5.85
%26.27

Codes

Color #BC9BB1 in popluar color models

BC9BB1
RGB188155177
HSL320°19.76%67.25%
HSB/HSV320°17.55%73.73%
CMYK0.00%17.55%5.85%
26.27%

Color #BC9BB1 in popluar number systems.

HEXBC9BB1
Decimal188155177
Binary101111001001101110110001
Octal274233261

Shades and tints

Shades of #BC9BB1

#BC9BB1
(188,155,177)
#AB8DA1
(171,141,161)
#9A7F91
(154,127,145)
#897181
(137,113,129)
#786371
(120,99,113)
#675561
(103,85,97)
#564751
(86,71,81)
#453941
(69,57,65)
#342B31
(52,43,49)
#231D21
(35,29,33)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #BC9BB1

#BC9BB1
(188,155,177)
#C2A4B8
(194,164,184)
#C8ADBF
(200,173,191)
#CEB6C6
(206,182,198)
#D4BFCD
(212,191,205)
#DAC8D4
(218,200,212)
#E0D1DB
(224,209,219)
#E6DAE2
(230,218,226)
#ECE3E9
(236,227,233)
#F2ECF0
(242,236,240)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9BB1 color. Also use rgb(188,155,177) instead hex code.

Text Font Color

.myTextColor { color: #BC9BB1; }

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

This text font color is #BC9BB1.


Background Color

.myBgColor { background-color: #BC9BB1; }

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

This div background color is #BC9BB1.


Border color

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

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

This div border color is #BC9BB1.


Opacity

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

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

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

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

This text has shadow with #BC9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9BB1 on black background.


Color preview on white background

This text has color #BC9BB1 on white background.



Black color preview on #BC9BB1 background

This text has black color on #BC9BB1 background.


White color preview on #BC9BB1 background

This text has white color on #BC9BB1 background.