COLOR #BC97A2

HEX: #BC97A2
RGB: (188,151,162)

Color info

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

RGB color model

#BC97A2 color RGB value is (188,151,162).

  • red value is 188;
  • green value is 151;
  • blue value is 162.
RGB:
(188,151,162)
(74%,59%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 162 of 255 = 64%

188
151
162

R + G + B ~ 66%. #BC97A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 162 = 501 (100%)
R 188 of 501 ~ 37.52%
G 151 of 501 ~ 30.14%
B 162 of 501 ~ 32.34%

%37.52
%30.14
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 13.83%
  • 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
%19.68
%13.83
%26.27

Codes

Color #BC97A2 in popluar color models

BC97A2
RGB188151162
HSL342°21.64%66.47%
HSB/HSV342°19.68%73.73%
CMYK0.00%19.68%13.83%
26.27%

Color #BC97A2 in popluar number systems.

HEXBC97A2
Decimal188151162
Binary101111001001011110100010
Octal274227242

Shades and tints

Shades of #BC97A2

#BC97A2
(188,151,162)
#AB8A94
(171,138,148)
#9A7D86
(154,125,134)
#897078
(137,112,120)
#78636A
(120,99,106)
#67565C
(103,86,92)
#56494E
(86,73,78)
#453C40
(69,60,64)
#342F32
(52,47,50)
#232224
(35,34,36)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BC97A2

#BC97A2
(188,151,162)
#C2A0AA
(194,160,170)
#C8A9B2
(200,169,178)
#CEB2BA
(206,178,186)
#D4BBC2
(212,187,194)
#DAC4CA
(218,196,202)
#E0CDD2
(224,205,210)
#E6D6DA
(230,214,218)
#ECDFE2
(236,223,226)
#F2E8EA
(242,232,234)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC97A2 color. Also use rgb(188,151,162) instead hex code.

Text Font Color

.myTextColor { color: #BC97A2; }

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

This text font color is #BC97A2.


Background Color

.myBgColor { background-color: #BC97A2; }

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

This div background color is #BC97A2.


Border color

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

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

This div border color is #BC97A2.


Opacity

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

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

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

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

This text has shadow with #BC97A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC97A2 on black background.


Color preview on white background

This text has color #BC97A2 on white background.



Black color preview on #BC97A2 background

This text has black color on #BC97A2 background.


White color preview on #BC97A2 background

This text has white color on #BC97A2 background.