COLOR #BC96BF

HEX: #BC96BF
RGB: (188,150,191)

Color info

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

RGB color model

#BC96BF color RGB value is (188,150,191).

  • red value is 188;
  • green value is 150;
  • blue value is 191.
RGB:
(188,150,191)
(74%,59%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 191 of 255 = 75%

188
150
191

R + G + B ~ 69%. #BC96BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 150 + 191 = 529 (100%)
R 188 of 529 ~ 35.54%
G 150 of 529 ~ 28.36%
B 191 of 529 ~ 36.11%

%35.54
%28.36
%36.11

CMYK color model

#BC96BF color CMYK value is (2,21,0,25).

  • cyan value is 1.57%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,21,0,25)
C2M21Y0K25 
(2%,21%,0%,25%)
(0.02/0.21/0.00/0.25)	

CMYK percentages

%1.57
%21.47
%0
%25.1

Codes

Color #BC96BF in popluar color models

BC96BF
RGB188150191
HSL296°24.26%66.86%
HSB/HSV296°21.47%74.90%
CMYK1.57%21.47%0.00%
25.10%

Color #BC96BF in popluar number systems.

HEXBC96BF
Decimal188150191
Binary101111001001011010111111
Octal274226277

Shades and tints

Shades of #BC96BF

#BC96BF
(188,150,191)
#AB89AE
(171,137,174)
#9A7C9D
(154,124,157)
#896F8C
(137,111,140)
#78627B
(120,98,123)
#67556A
(103,85,106)
#564859
(86,72,89)
#453B48
(69,59,72)
#342E37
(52,46,55)
#232126
(35,33,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BC96BF

#BC96BF
(188,150,191)
#C29FC4
(194,159,196)
#C8A8C9
(200,168,201)
#CEB1CE
(206,177,206)
#D4BAD3
(212,186,211)
#DAC3D8
(218,195,216)
#E0CCDD
(224,204,221)
#E6D5E2
(230,213,226)
#ECDEE7
(236,222,231)
#F2E7EC
(242,231,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC96BF color. Also use rgb(188,150,191) instead hex code.

Text Font Color

.myTextColor { color: #BC96BF; }

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

This text font color is #BC96BF.


Background Color

.myBgColor { background-color: #BC96BF; }

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

This div background color is #BC96BF.


Border color

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

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

This div border color is #BC96BF.


Opacity

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

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

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

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

This text has shadow with #BC96BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96BF on black background.


Color preview on white background

This text has color #BC96BF on white background.



Black color preview on #BC96BF background

This text has black color on #BC96BF background.


White color preview on #BC96BF background

This text has white color on #BC96BF background.