COLOR #BC95C6

HEX: #BC95C6
RGB: (188,149,198)

Color info

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

RGB color model

#BC95C6 color RGB value is (188,149,198).

  • red value is 188;
  • green value is 149;
  • blue value is 198.
RGB:
(188,149,198)
(74%,58%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 198 of 255 = 78%

188
149
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 198 = 535 (100%)
R 188 of 535 ~ 35.14%
G 149 of 535 ~ 27.85%
B 198 of 535 ~ 37.01%

%35.14
%27.85
%37.01

CMYK color model

#BC95C6 color CMYK value is (5,25,0,22).

  • cyan value is 5.05%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,25,0,22)
C5M25Y0K22 
(5%,25%,0%,22%)
(0.05/0.25/0.00/0.22)	

CMYK percentages

%5.05
%24.75
%0
%22.35

Codes

Color #BC95C6 in popluar color models

BC95C6
RGB188149198
HSL288°30.06%68.04%
HSB/HSV288°24.75%77.65%
CMYK5.05%24.75%0.00%
22.35%

Color #BC95C6 in popluar number systems.

HEXBC95C6
Decimal188149198
Binary101111001001010111000110
Octal274225306

Shades and tints

Shades of #BC95C6

#BC95C6
(188,149,198)
#AB88B4
(171,136,180)
#9A7BA2
(154,123,162)
#896E90
(137,110,144)
#78617E
(120,97,126)
#67546C
(103,84,108)
#56475A
(86,71,90)
#453A48
(69,58,72)
#342D36
(52,45,54)
#232024
(35,32,36)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BC95C6

#BC95C6
(188,149,198)
#C29ECB
(194,158,203)
#C8A7D0
(200,167,208)
#CEB0D5
(206,176,213)
#D4B9DA
(212,185,218)
#DAC2DF
(218,194,223)
#E0CBE4
(224,203,228)
#E6D4E9
(230,212,233)
#ECDDEE
(236,221,238)
#F2E6F3
(242,230,243)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC95C6 color. Also use rgb(188,149,198) instead hex code.

Text Font Color

.myTextColor { color: #BC95C6; }

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

This text font color is #BC95C6.


Background Color

.myBgColor { background-color: #BC95C6; }

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

This div background color is #BC95C6.


Border color

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

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

This div border color is #BC95C6.


Opacity

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

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

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

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

This text has shadow with #BC95C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC95C6 on black background.


Color preview on white background

This text has color #BC95C6 on white background.



Black color preview on #BC95C6 background

This text has black color on #BC95C6 background.


White color preview on #BC95C6 background

This text has white color on #BC95C6 background.