COLOR #BF9CB4

HEX: #BF9CB4
RGB: (191,156,180)

Color info

#BF9CB4 contains red, green and blue colors in about the same proportion. Web safe color of #BF9CB4 is #CC99CC (or #C9C).

RGB color model

#BF9CB4 color RGB value is (191,156,180).

  • red value is 191;
  • green value is 156;
  • blue value is 180.
RGB:
(191,156,180)
(75%,61%,71%)

RGB channels and saturation

R 191 of 255 = 75%
G 156 of 255 = 61%
B 180 of 255 = 71%

191
156
180

R + G + B ~ 69%. #BF9CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 156 + 180 = 527 (100%)
R 191 of 527 ~ 36.24%
G 156 of 527 ~ 29.6%
B 180 of 527 ~ 34.16%

%36.24
%29.6
%34.16

CMYK color model

#BF9CB4 color CMYK value is (0,18,6,25).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(0,18,6,25)
C0M18Y6K25 
(0%,18%,6%,25%)
(0.00/0.18/0.06/0.25)	

CMYK percentages

%0
%18.32
%5.76
%25.1

Codes

Color #BF9CB4 in popluar color models

BF9CB4
RGB191156180
HSL319°21.47%68.04%
HSB/HSV319°18.32%74.90%
CMYK0.00%18.32%5.76%
25.10%

Color #BF9CB4 in popluar number systems.

HEXBF9CB4
Decimal191156180
Binary101111111001110010110100
Octal277234264

Shades and tints

Shades of #BF9CB4

#BF9CB4
(191,156,180)
#AE8EA4
(174,142,164)
#9D8094
(157,128,148)
#8C7284
(140,114,132)
#7B6474
(123,100,116)
#6A5664
(106,86,100)
#594854
(89,72,84)
#483A44
(72,58,68)
#372C34
(55,44,52)
#261E24
(38,30,36)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #BF9CB4

#BF9CB4
(191,156,180)
#C4A5BA
(196,165,186)
#C9AEC0
(201,174,192)
#CEB7C6
(206,183,198)
#D3C0CC
(211,192,204)
#D8C9D2
(216,201,210)
#DDD2D8
(221,210,216)
#E2DBDE
(226,219,222)
#E7E4E4
(231,228,228)
#ECEDEA
(236,237,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9CB4 color. Also use rgb(191,156,180) instead hex code.

Text Font Color

.myTextColor { color: #BF9CB4; }

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

This text font color is #BF9CB4.


Background Color

.myBgColor { background-color: #BF9CB4; }

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

This div background color is #BF9CB4.


Border color

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

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

This div border color is #BF9CB4.


Opacity

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

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

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

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

This text has shadow with #BF9CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9CB4 on black background.


Color preview on white background

This text has color #BF9CB4 on white background.



Black color preview on #BF9CB4 background

This text has black color on #BF9CB4 background.


White color preview on #BF9CB4 background

This text has white color on #BF9CB4 background.