COLOR #BC96A1

HEX: #BC96A1
RGB: (188,150,161)

Color info

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

RGB color model

#BC96A1 color RGB value is (188,150,161).

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

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 161 of 255 = 63%

188
150
161

R + G + B ~ 65%. #BC96A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 150 + 161 = 499 (100%)
R 188 of 499 ~ 37.68%
G 150 of 499 ~ 30.06%
B 161 of 499 ~ 32.26%

%37.68
%30.06
%32.26

CMYK color model

#BC96A1 color CMYK value is (0,20,14,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(0,20,14,26)
C0M20Y14K26 
(0%,20%,14%,26%)
(0.00/0.20/0.14/0.26)	

CMYK percentages

%0
%20.21
%14.36
%26.27

Codes

Color #BC96A1 in popluar color models

BC96A1
RGB188150161
HSL343°22.09%66.27%
HSB/HSV343°20.21%73.73%
CMYK0.00%20.21%14.36%
26.27%

Color #BC96A1 in popluar number systems.

HEXBC96A1
Decimal188150161
Binary101111001001011010100001
Octal274226241

Shades and tints

Shades of #BC96A1

#BC96A1
(188,150,161)
#AB8993
(171,137,147)
#9A7C85
(154,124,133)
#896F77
(137,111,119)
#786269
(120,98,105)
#67555B
(103,85,91)
#56484D
(86,72,77)
#453B3F
(69,59,63)
#342E31
(52,46,49)
#232123
(35,33,35)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BC96A1

#BC96A1
(188,150,161)
#C29FA9
(194,159,169)
#C8A8B1
(200,168,177)
#CEB1B9
(206,177,185)
#D4BAC1
(212,186,193)
#DAC3C9
(218,195,201)
#E0CCD1
(224,204,209)
#E6D5D9
(230,213,217)
#ECDEE1
(236,222,225)
#F2E7E9
(242,231,233)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC96A1; }

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

This text font color is #BC96A1.


Background Color

.myBgColor { background-color: #BC96A1; }

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

This div background color is #BC96A1.


Border color

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

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

This div border color is #BC96A1.


Opacity

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

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

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

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

This text has shadow with #BC96A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96A1 on black background.


Color preview on white background

This text has color #BC96A1 on white background.



Black color preview on #BC96A1 background

This text has black color on #BC96A1 background.


White color preview on #BC96A1 background

This text has white color on #BC96A1 background.