COLOR #BC94C9

HEX: #BC94C9
RGB: (188,148,201)

Color info

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

RGB color model

#BC94C9 color RGB value is (188,148,201).

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

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 201 of 255 = 79%

188
148
201

R + G + B ~ 70%. #BC94C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 201 = 537 (100%)
R 188 of 537 ~ 35.01%
G 148 of 537 ~ 27.56%
B 201 of 537 ~ 37.43%

%35.01
%27.56
%37.43

CMYK color model

#BC94C9 color CMYK value is (6,26,0,21).

  • cyan value is 6.47%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,26,0,21)
C6M26Y0K21 
(6%,26%,0%,21%)
(0.06/0.26/0.00/0.21)	

CMYK percentages

%6.47
%26.37
%0
%21.18

Codes

Color #BC94C9 in popluar color models

BC94C9
RGB188148201
HSL285°32.92%68.43%
HSB/HSV285°26.37%78.82%
CMYK6.47%26.37%0.00%
21.18%

Color #BC94C9 in popluar number systems.

HEXBC94C9
Decimal188148201
Binary101111001001010011001001
Octal274224311

Shades and tints

Shades of #BC94C9

#BC94C9
(188,148,201)
#AB87B7
(171,135,183)
#9A7AA5
(154,122,165)
#896D93
(137,109,147)
#786081
(120,96,129)
#67536F
(103,83,111)
#56465D
(86,70,93)
#45394B
(69,57,75)
#342C39
(52,44,57)
#231F27
(35,31,39)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BC94C9

#BC94C9
(188,148,201)
#C29DCD
(194,157,205)
#C8A6D1
(200,166,209)
#CEAFD5
(206,175,213)
#D4B8D9
(212,184,217)
#DAC1DD
(218,193,221)
#E0CAE1
(224,202,225)
#E6D3E5
(230,211,229)
#ECDCE9
(236,220,233)
#F2E5ED
(242,229,237)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC94C9; }

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

This text font color is #BC94C9.


Background Color

.myBgColor { background-color: #BC94C9; }

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

This div background color is #BC94C9.


Border color

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

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

This div border color is #BC94C9.


Opacity

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

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

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

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

This text has shadow with #BC94C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC94C9 on black background.


Color preview on white background

This text has color #BC94C9 on white background.



Black color preview on #BC94C9 background

This text has black color on #BC94C9 background.


White color preview on #BC94C9 background

This text has white color on #BC94C9 background.