COLOR #BC97AA

HEX: #BC97AA
RGB: (188,151,170)

Color info

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

RGB color model

#BC97AA color RGB value is (188,151,170).

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

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 170 of 255 = 67%

188
151
170

R + G + B ~ 67%. #BC97AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 170 = 509 (100%)
R 188 of 509 ~ 36.94%
G 151 of 509 ~ 29.67%
B 170 of 509 ~ 33.4%

%36.94
%29.67
%33.4

CMYK color model

#BC97AA color CMYK value is (0,20,10,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(0,20,10,26)
C0M20Y10K26 
(0%,20%,10%,26%)
(0.00/0.20/0.10/0.26)	

CMYK percentages

%0
%19.68
%9.57
%26.27

Codes

Color #BC97AA in popluar color models

BC97AA
RGB188151170
HSL329°21.64%66.47%
HSB/HSV329°19.68%73.73%
CMYK0.00%19.68%9.57%
26.27%

Color #BC97AA in popluar number systems.

HEXBC97AA
Decimal188151170
Binary101111001001011110101010
Octal274227252

Shades and tints

Shades of #BC97AA

#BC97AA
(188,151,170)
#AB8A9B
(171,138,155)
#9A7D8C
(154,125,140)
#89707D
(137,112,125)
#78636E
(120,99,110)
#67565F
(103,86,95)
#564950
(86,73,80)
#453C41
(69,60,65)
#342F32
(52,47,50)
#232223
(35,34,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BC97AA

#BC97AA
(188,151,170)
#C2A0B1
(194,160,177)
#C8A9B8
(200,169,184)
#CEB2BF
(206,178,191)
#D4BBC6
(212,187,198)
#DAC4CD
(218,196,205)
#E0CDD4
(224,205,212)
#E6D6DB
(230,214,219)
#ECDFE2
(236,223,226)
#F2E8E9
(242,232,233)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC97AA; }

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

This text font color is #BC97AA.


Background Color

.myBgColor { background-color: #BC97AA; }

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

This div background color is #BC97AA.


Border color

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

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

This div border color is #BC97AA.


Opacity

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

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

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

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

This text has shadow with #BC97AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC97AA on black background.


Color preview on white background

This text has color #BC97AA on white background.



Black color preview on #BC97AA background

This text has black color on #BC97AA background.


White color preview on #BC97AA background

This text has white color on #BC97AA background.