COLOR #BC91B4

HEX: #BC91B4
RGB: (188,145,180)

Color info

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

RGB color model

#BC91B4 color RGB value is (188,145,180).

  • red value is 188;
  • green value is 145;
  • blue value is 180.
RGB:
(188,145,180)
(74%,57%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 180 of 255 = 71%

188
145
180

R + G + B ~ 67%. #BC91B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 180 = 513 (100%)
R 188 of 513 ~ 36.65%
G 145 of 513 ~ 28.27%
B 180 of 513 ~ 35.09%

%36.65
%28.27
%35.09

CMYK color model

#BC91B4 color CMYK value is (0,23,4,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 4.26%
  • key color value is 26.27%
CMYK:
(0,23,4,26)
C0M23Y4K26 
(0%,23%,4%,26%)
(0.00/0.23/0.04/0.26)	

CMYK percentages

%0
%22.87
%4.26
%26.27

Codes

Color #BC91B4 in popluar color models

BC91B4
RGB188145180
HSL311°24.29%65.29%
HSB/HSV311°22.87%73.73%
CMYK0.00%22.87%4.26%
26.27%

Color #BC91B4 in popluar number systems.

HEXBC91B4
Decimal188145180
Binary101111001001000110110100
Octal274221264

Shades and tints

Shades of #BC91B4

#BC91B4
(188,145,180)
#AB84A4
(171,132,164)
#9A7794
(154,119,148)
#896A84
(137,106,132)
#785D74
(120,93,116)
#675064
(103,80,100)
#564354
(86,67,84)
#453644
(69,54,68)
#342934
(52,41,52)
#231C24
(35,28,36)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #BC91B4

#BC91B4
(188,145,180)
#C29BBA
(194,155,186)
#C8A5C0
(200,165,192)
#CEAFC6
(206,175,198)
#D4B9CC
(212,185,204)
#DAC3D2
(218,195,210)
#E0CDD8
(224,205,216)
#E6D7DE
(230,215,222)
#ECE1E4
(236,225,228)
#F2EBEA
(242,235,234)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC91B4 color. Also use rgb(188,145,180) instead hex code.

Text Font Color

.myTextColor { color: #BC91B4; }

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

This text font color is #BC91B4.


Background Color

.myBgColor { background-color: #BC91B4; }

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

This div background color is #BC91B4.


Border color

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

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

This div border color is #BC91B4.


Opacity

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

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

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

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

This text has shadow with #BC91B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC91B4 on black background.


Color preview on white background

This text has color #BC91B4 on white background.



Black color preview on #BC91B4 background

This text has black color on #BC91B4 background.


White color preview on #BC91B4 background

This text has white color on #BC91B4 background.