COLOR #BC9799

HEX: #BC9799
RGB: (188,151,153)

Color info

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

RGB color model

#BC9799 color RGB value is (188,151,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 153 of 255 = 60%

188
151
153

R + G + B ~ 64%. #BC9799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 153 = 492 (100%)
R 188 of 492 ~ 38.21%
G 151 of 492 ~ 30.69%
B 153 of 492 ~ 31.1%

%38.21
%30.69
%31.1

CMYK color model

#BC9799 color CMYK value is (0,20,19,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,20,19,26)
C0M20Y19K26 
(0%,20%,19%,26%)
(0.00/0.20/0.19/0.26)	

CMYK percentages

%0
%19.68
%18.62
%26.27

Codes

Color #BC9799 in popluar color models

BC9799
RGB188151153
HSL357°21.64%66.47%
HSB/HSV357°19.68%73.73%
CMYK0.00%19.68%18.62%
26.27%

Color #BC9799 in popluar number systems.

HEXBC9799
Decimal188151153
Binary101111001001011110011001
Octal274227231

Shades and tints

Shades of #BC9799

#BC9799
(188,151,153)
#AB8A8C
(171,138,140)
#9A7D7F
(154,125,127)
#897072
(137,112,114)
#786365
(120,99,101)
#675658
(103,86,88)
#56494B
(86,73,75)
#453C3E
(69,60,62)
#342F31
(52,47,49)
#232224
(35,34,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BC9799

#BC9799
(188,151,153)
#C2A0A2
(194,160,162)
#C8A9AB
(200,169,171)
#CEB2B4
(206,178,180)
#D4BBBD
(212,187,189)
#DAC4C6
(218,196,198)
#E0CDCF
(224,205,207)
#E6D6D8
(230,214,216)
#ECDFE1
(236,223,225)
#F2E8EA
(242,232,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9799; }

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

This text font color is #BC9799.


Background Color

.myBgColor { background-color: #BC9799; }

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

This div background color is #BC9799.


Border color

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

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

This div border color is #BC9799.


Opacity

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

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

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

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

This text has shadow with #BC9799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9799 on black background.


Color preview on white background

This text has color #BC9799 on white background.



Black color preview on #BC9799 background

This text has black color on #BC9799 background.


White color preview on #BC9799 background

This text has white color on #BC9799 background.