COLOR #BC94A8

HEX: #BC94A8
RGB: (188,148,168)

Color info

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

RGB color model

#BC94A8 color RGB value is (188,148,168).

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

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 168 of 255 = 66%

188
148
168

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

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 168 = 504 (100%)
R 188 of 504 ~ 37.3%
G 148 of 504 ~ 29.37%
B 168 of 504 ~ 33.33%

%37.3
%29.37
%33.33

CMYK color model

#BC94A8 color CMYK value is (0,21,11,26).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(0,21,11,26)
C0M21Y11K26 
(0%,21%,11%,26%)
(0.00/0.21/0.11/0.26)	

CMYK percentages

%0
%21.28
%10.64
%26.27

Codes

Color #BC94A8 in popluar color models

BC94A8
RGB188148168
HSL330°22.99%65.88%
HSB/HSV330°21.28%73.73%
CMYK0.00%21.28%10.64%
26.27%

Color #BC94A8 in popluar number systems.

HEXBC94A8
Decimal188148168
Binary101111001001010010101000
Octal274224250

Shades and tints

Shades of #BC94A8

#BC94A8
(188,148,168)
#AB8799
(171,135,153)
#9A7A8A
(154,122,138)
#896D7B
(137,109,123)
#78606C
(120,96,108)
#67535D
(103,83,93)
#56464E
(86,70,78)
#45393F
(69,57,63)
#342C30
(52,44,48)
#231F21
(35,31,33)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #BC94A8

#BC94A8
(188,148,168)
#C29DAF
(194,157,175)
#C8A6B6
(200,166,182)
#CEAFBD
(206,175,189)
#D4B8C4
(212,184,196)
#DAC1CB
(218,193,203)
#E0CAD2
(224,202,210)
#E6D3D9
(230,211,217)
#ECDCE0
(236,220,224)
#F2E5E7
(242,229,231)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC94A8; }

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

This text font color is #BC94A8.


Background Color

.myBgColor { background-color: #BC94A8; }

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

This div background color is #BC94A8.


Border color

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

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

This div border color is #BC94A8.


Opacity

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

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

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

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

This text has shadow with #BC94A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC94A8 on black background.


Color preview on white background

This text has color #BC94A8 on white background.



Black color preview on #BC94A8 background

This text has black color on #BC94A8 background.


White color preview on #BC94A8 background

This text has white color on #BC94A8 background.