COLOR #BC97B0

HEX: #BC97B0
RGB: (188,151,176)

Color info

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

RGB color model

#BC97B0 color RGB value is (188,151,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 176 of 255 = 69%

188
151
176

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

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 176 = 515 (100%)
R 188 of 515 ~ 36.5%
G 151 of 515 ~ 29.32%
B 176 of 515 ~ 34.17%

%36.5
%29.32
%34.17

CMYK color model

#BC97B0 color CMYK value is (0,20,6,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,20,6,26)
C0M20Y6K26 
(0%,20%,6%,26%)
(0.00/0.20/0.06/0.26)	

CMYK percentages

%0
%19.68
%6.38
%26.27

Codes

Color #BC97B0 in popluar color models

BC97B0
RGB188151176
HSL319°21.64%66.47%
HSB/HSV319°19.68%73.73%
CMYK0.00%19.68%6.38%
26.27%

Color #BC97B0 in popluar number systems.

HEXBC97B0
Decimal188151176
Binary101111001001011110110000
Octal274227260

Shades and tints

Shades of #BC97B0

#BC97B0
(188,151,176)
#AB8AA0
(171,138,160)
#9A7D90
(154,125,144)
#897080
(137,112,128)
#786370
(120,99,112)
#675660
(103,86,96)
#564950
(86,73,80)
#453C40
(69,60,64)
#342F30
(52,47,48)
#232220
(35,34,32)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BC97B0

#BC97B0
(188,151,176)
#C2A0B7
(194,160,183)
#C8A9BE
(200,169,190)
#CEB2C5
(206,178,197)
#D4BBCC
(212,187,204)
#DAC4D3
(218,196,211)
#E0CDDA
(224,205,218)
#E6D6E1
(230,214,225)
#ECDFE8
(236,223,232)
#F2E8EF
(242,232,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC97B0; }

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

This text font color is #BC97B0.


Background Color

.myBgColor { background-color: #BC97B0; }

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

This div background color is #BC97B0.


Border color

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

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

This div border color is #BC97B0.


Opacity

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

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

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

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

This text has shadow with #BC97B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC97B0 on black background.


Color preview on white background

This text has color #BC97B0 on white background.



Black color preview on #BC97B0 background

This text has black color on #BC97B0 background.


White color preview on #BC97B0 background

This text has white color on #BC97B0 background.