COLOR #BC91AC

HEX: #BC91AC
RGB: (188,145,172)

Color info

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

RGB color model

#BC91AC color RGB value is (188,145,172).

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

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 172 of 255 = 67%

188
145
172

R + G + B ~ 66%. #BC91AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 172 = 505 (100%)
R 188 of 505 ~ 37.23%
G 145 of 505 ~ 28.71%
B 172 of 505 ~ 34.06%

%37.23
%28.71
%34.06

CMYK color model

#BC91AC color CMYK value is (0,23,9,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 8.51%
  • key color value is 26.27%
CMYK:
(0,23,9,26)
C0M23Y9K26 
(0%,23%,9%,26%)
(0.00/0.23/0.09/0.26)	

CMYK percentages

%0
%22.87
%8.51
%26.27

Codes

Color #BC91AC in popluar color models

BC91AC
RGB188145172
HSL322°24.29%65.29%
HSB/HSV322°22.87%73.73%
CMYK0.00%22.87%8.51%
26.27%

Color #BC91AC in popluar number systems.

HEXBC91AC
Decimal188145172
Binary101111001001000110101100
Octal274221254

Shades and tints

Shades of #BC91AC

#BC91AC
(188,145,172)
#AB849D
(171,132,157)
#9A778E
(154,119,142)
#896A7F
(137,106,127)
#785D70
(120,93,112)
#675061
(103,80,97)
#564352
(86,67,82)
#453643
(69,54,67)
#342934
(52,41,52)
#231C25
(35,28,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BC91AC

#BC91AC
(188,145,172)
#C29BB3
(194,155,179)
#C8A5BA
(200,165,186)
#CEAFC1
(206,175,193)
#D4B9C8
(212,185,200)
#DAC3CF
(218,195,207)
#E0CDD6
(224,205,214)
#E6D7DD
(230,215,221)
#ECE1E4
(236,225,228)
#F2EBEB
(242,235,235)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91AC; }

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

This text font color is #BC91AC.


Background Color

.myBgColor { background-color: #BC91AC; }

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

This div background color is #BC91AC.


Border color

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

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

This div border color is #BC91AC.


Opacity

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

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

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

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

This text has shadow with #BC91AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC91AC on black background.


Color preview on white background

This text has color #BC91AC on white background.



Black color preview on #BC91AC background

This text has black color on #BC91AC background.


White color preview on #BC91AC background

This text has white color on #BC91AC background.