COLOR #BC94A6

HEX: #BC94A6
RGB: (188,148,166)

Color info

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

RGB color model

#BC94A6 color RGB value is (188,148,166).

  • red value is 188;
  • green value is 148;
  • blue value is 166.
RGB:
(188,148,166)
(74%,58%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 166 of 255 = 65%

188
148
166

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

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 166 = 502 (100%)
R 188 of 502 ~ 37.45%
G 148 of 502 ~ 29.48%
B 166 of 502 ~ 33.07%

%37.45
%29.48
%33.07

CMYK color model

#BC94A6 color CMYK value is (0,21,12,26).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,21,12,26)
C0M21Y12K26 
(0%,21%,12%,26%)
(0.00/0.21/0.12/0.26)	

CMYK percentages

%0
%21.28
%11.7
%26.27

Codes

Color #BC94A6 in popluar color models

BC94A6
RGB188148166
HSL333°22.99%65.88%
HSB/HSV333°21.28%73.73%
CMYK0.00%21.28%11.70%
26.27%

Color #BC94A6 in popluar number systems.

HEXBC94A6
Decimal188148166
Binary101111001001010010100110
Octal274224246

Shades and tints

Shades of #BC94A6

#BC94A6
(188,148,166)
#AB8797
(171,135,151)
#9A7A88
(154,122,136)
#896D79
(137,109,121)
#78606A
(120,96,106)
#67535B
(103,83,91)
#56464C
(86,70,76)
#45393D
(69,57,61)
#342C2E
(52,44,46)
#231F1F
(35,31,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BC94A6

#BC94A6
(188,148,166)
#C29DAE
(194,157,174)
#C8A6B6
(200,166,182)
#CEAFBE
(206,175,190)
#D4B8C6
(212,184,198)
#DAC1CE
(218,193,206)
#E0CAD6
(224,202,214)
#E6D3DE
(230,211,222)
#ECDCE6
(236,220,230)
#F2E5EE
(242,229,238)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC94A6 color. Also use rgb(188,148,166) instead hex code.

Text Font Color

.myTextColor { color: #BC94A6; }

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

This text font color is #BC94A6.


Background Color

.myBgColor { background-color: #BC94A6; }

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

This div background color is #BC94A6.


Border color

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

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

This div border color is #BC94A6.


Opacity

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

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

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

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

This text has shadow with #BC94A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC94A6 on black background.


Color preview on white background

This text has color #BC94A6 on white background.



Black color preview on #BC94A6 background

This text has black color on #BC94A6 background.


White color preview on #BC94A6 background

This text has white color on #BC94A6 background.