COLOR #BC9FA3

HEX: #BC9FA3
RGB: (188,159,163)

Color info

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

RGB color model

#BC9FA3 color RGB value is (188,159,163).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 163 of 255 = 64%

188
159
163

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

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 163 = 510 (100%)
R 188 of 510 ~ 36.86%
G 159 of 510 ~ 31.18%
B 163 of 510 ~ 31.96%

%36.86
%31.18
%31.96

CMYK color model

#BC9FA3 color CMYK value is (0,15,13,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK:
(0,15,13,26)
C0M15Y13K26 
(0%,15%,13%,26%)
(0.00/0.15/0.13/0.26)	

CMYK percentages

%0
%15.43
%13.3
%26.27

Codes

Color #BC9FA3 in popluar color models

BC9FA3
RGB188159163
HSL352°17.79%68.04%
HSB/HSV352°15.43%73.73%
CMYK0.00%15.43%13.30%
26.27%

Color #BC9FA3 in popluar number systems.

HEXBC9FA3
Decimal188159163
Binary101111001001111110100011
Octal274237243

Shades and tints

Shades of #BC9FA3

#BC9FA3
(188,159,163)
#AB9195
(171,145,149)
#9A8387
(154,131,135)
#897579
(137,117,121)
#78676B
(120,103,107)
#67595D
(103,89,93)
#564B4F
(86,75,79)
#453D41
(69,61,65)
#342F33
(52,47,51)
#232125
(35,33,37)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BC9FA3

#BC9FA3
(188,159,163)
#C2A7AB
(194,167,171)
#C8AFB3
(200,175,179)
#CEB7BB
(206,183,187)
#D4BFC3
(212,191,195)
#DAC7CB
(218,199,203)
#E0CFD3
(224,207,211)
#E6D7DB
(230,215,219)
#ECDFE3
(236,223,227)
#F2E7EB
(242,231,235)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9FA3; }

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

This text font color is #BC9FA3.


Background Color

.myBgColor { background-color: #BC9FA3; }

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

This div background color is #BC9FA3.


Border color

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

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

This div border color is #BC9FA3.


Opacity

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

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

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

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

This text has shadow with #BC9FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9FA3 on black background.


Color preview on white background

This text has color #BC9FA3 on white background.



Black color preview on #BC9FA3 background

This text has black color on #BC9FA3 background.


White color preview on #BC9FA3 background

This text has white color on #BC9FA3 background.