COLOR #BC9FA8

HEX: #BC9FA8
RGB: (188,159,168)

Color info

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

RGB color model

#BC9FA8 color RGB value is (188,159,168).

  • red value is 188;
  • green value is 159;
  • blue value is 168.
RGB:
(188,159,168)
(74%,62%,66%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 168 of 255 = 66%

188
159
168

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

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 168 = 515 (100%)
R 188 of 515 ~ 36.5%
G 159 of 515 ~ 30.87%
B 168 of 515 ~ 32.62%

%36.5
%30.87
%32.62

CMYK color model

#BC9FA8 color CMYK value is (0,15,11,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(0,15,11,26)
C0M15Y11K26 
(0%,15%,11%,26%)
(0.00/0.15/0.11/0.26)	

CMYK percentages

%0
%15.43
%10.64
%26.27

Codes

Color #BC9FA8 in popluar color models

BC9FA8
RGB188159168
HSL341°17.79%68.04%
HSB/HSV341°15.43%73.73%
CMYK0.00%15.43%10.64%
26.27%

Color #BC9FA8 in popluar number systems.

HEXBC9FA8
Decimal188159168
Binary101111001001111110101000
Octal274237250

Shades and tints

Shades of #BC9FA8

#BC9FA8
(188,159,168)
#AB9199
(171,145,153)
#9A838A
(154,131,138)
#89757B
(137,117,123)
#78676C
(120,103,108)
#67595D
(103,89,93)
#564B4E
(86,75,78)
#453D3F
(69,61,63)
#342F30
(52,47,48)
#232121
(35,33,33)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BC9FA8

#BC9FA8
(188,159,168)
#C2A7AF
(194,167,175)
#C8AFB6
(200,175,182)
#CEB7BD
(206,183,189)
#D4BFC4
(212,191,196)
#DAC7CB
(218,199,203)
#E0CFD2
(224,207,210)
#E6D7D9
(230,215,217)
#ECDFE0
(236,223,224)
#F2E7E7
(242,231,231)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9FA8 color. Also use rgb(188,159,168) instead hex code.

Text Font Color

.myTextColor { color: #BC9FA8; }

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

This text font color is #BC9FA8.


Background Color

.myBgColor { background-color: #BC9FA8; }

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

This div background color is #BC9FA8.


Border color

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

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

This div border color is #BC9FA8.


Opacity

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

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

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

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

This text has shadow with #BC9FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9FA8 on black background.


Color preview on white background

This text has color #BC9FA8 on white background.



Black color preview on #BC9FA8 background

This text has black color on #BC9FA8 background.


White color preview on #BC9FA8 background

This text has white color on #BC9FA8 background.