COLOR #BC95C7

HEX: #BC95C7
RGB: (188,149,199)

Color info

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

RGB color model

#BC95C7 color RGB value is (188,149,199).

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

RGB channels and saturation

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

188
149
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 199 = 536 (100%)
R 188 of 536 ~ 35.07%
G 149 of 536 ~ 27.8%
B 199 of 536 ~ 37.13%

%35.07
%27.8
%37.13

CMYK color model

#BC95C7 color CMYK value is (6,25,0,22).

  • cyan value is 5.53%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,25,0,22)
C6M25Y0K22 
(6%,25%,0%,22%)
(0.06/0.25/0.00/0.22)	

CMYK percentages

%5.53
%25.13
%0
%21.96

Codes

Color #BC95C7 in popluar color models

BC95C7
RGB188149199
HSL287°30.86%68.24%
HSB/HSV287°25.13%78.04%
CMYK5.53%25.13%0.00%
21.96%

Color #BC95C7 in popluar number systems.

HEXBC95C7
Decimal188149199
Binary101111001001010111000111
Octal274225307

Shades and tints

Shades of #BC95C7

#BC95C7
(188,149,199)
#AB88B5
(171,136,181)
#9A7BA3
(154,123,163)
#896E91
(137,110,145)
#78617F
(120,97,127)
#67546D
(103,84,109)
#56475B
(86,71,91)
#453A49
(69,58,73)
#342D37
(52,45,55)
#232025
(35,32,37)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC95C7

#BC95C7
(188,149,199)
#C29ECC
(194,158,204)
#C8A7D1
(200,167,209)
#CEB0D6
(206,176,214)
#D4B9DB
(212,185,219)
#DAC2E0
(218,194,224)
#E0CBE5
(224,203,229)
#E6D4EA
(230,212,234)
#ECDDEF
(236,221,239)
#F2E6F4
(242,230,244)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC95C7; }

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

This text font color is #BC95C7.


Background Color

.myBgColor { background-color: #BC95C7; }

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

This div background color is #BC95C7.


Border color

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

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

This div border color is #BC95C7.


Opacity

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

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

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

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

This text has shadow with #BC95C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC95C7 on black background.


Color preview on white background

This text has color #BC95C7 on white background.



Black color preview on #BC95C7 background

This text has black color on #BC95C7 background.


White color preview on #BC95C7 background

This text has white color on #BC95C7 background.