COLOR #BC9FB0

HEX: #BC9FB0
RGB: (188,159,176)

Color info

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

RGB color model

#BC9FB0 color RGB value is (188,159,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 176 of 255 = 69%

188
159
176

R + G + B ~ 68%. #BC9FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 176 = 523 (100%)
R 188 of 523 ~ 35.95%
G 159 of 523 ~ 30.4%
B 176 of 523 ~ 33.65%

%35.95
%30.4
%33.65

CMYK color model

#BC9FB0 color CMYK value is (0,15,6,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK: (0,15,6,26) C0M15Y6K26 (0%,15%,6%,26%) (0.00/0.15/0.06/0.26)

CMYK percentages

%0
%15.43
%6.38
%26.27

Codes

Color #BC9FB0 in popluar color models

BC9FB0
RGB188159176
HSL325°17.79%68.04%
HSB/HSV325°15.43%73.73%
CMYK0.00%15.43%6.38%
26.27%

Color #BC9FB0 in popluar number systems.

HEXBC9FB0
Decimal188159176
Binary101111001001111110110000
Octal274237260

Shades and tints

Shades of #BC9FB0

#BC9FB0
(188,159,176)
#AB91A0
(171,145,160)
#9A8390
(154,131,144)
#897580
(137,117,128)
#786770
(120,103,112)
#675960
(103,89,96)
#564B50
(86,75,80)
#453D40
(69,61,64)
#342F30
(52,47,48)
#232120
(35,33,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9FB0

#BC9FB0
(188,159,176)
#C2A7B7
(194,167,183)
#C8AFBE
(200,175,190)
#CEB7C5
(206,183,197)
#D4BFCC
(212,191,204)
#DAC7D3
(218,199,211)
#E0CFDA
(224,207,218)
#E6D7E1
(230,215,225)
#ECDFE8
(236,223,232)
#F2E7EF
(242,231,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9FB0; }

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

This text font color is #BC9FB0.


Background Color

.myBgColor { background-color: #BC9FB0; }

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

This div background color is #BC9FB0.


Border color

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

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

This div border color is #BC9FB0.


Opacity

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

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

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

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

This text has shadow with #BC9FB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC9FB0 on black background.


Color preview on white background

This text has color #BC9FB0 on white background.



Black color preview on #BC9FB0 background

This text has black color on #BC9FB0 background.


White color preview on #BC9FB0 background

This text has white color on #BC9FB0 background.