COLOR #BFC5BB

HEX: #BFC5BB
RGB: (191,197,187)

Color info

#BFC5BB contains red, green and blue colors in about the same proportion. Web safe color of #BFC5BB is #CCCCCC (or #CCC).

RGB color model

#BFC5BB color RGB value is (191,197,187).

  • red value is 191;
  • green value is 197;
  • blue value is 187.
RGB:
(191,197,187)
(75%,77%,73%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 187 of 255 = 73%

191
197
187

R + G + B ~ 75%. #BFC5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 187 = 575 (100%)
R 191 of 575 ~ 33.22%
G 197 of 575 ~ 34.26%
B 187 of 575 ~ 32.52%

%33.22
%34.26
%32.52

CMYK color model

#BFC5BB color CMYK value is (3,0,5,23).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(3,0,5,23)
C3M0Y5K23 
(3%,0%,5%,23%)
(0.03/0.00/0.05/0.23)	

CMYK percentages

%3.05
%0
%5.08
%22.75

Codes

Color #BFC5BB in popluar color models

BFC5BB
RGB191197187
HSL96°7.94%75.29%
HSB/HSV96°5.08%77.25%
CMYK3.05%0.00%5.08%
22.75%

Color #BFC5BB in popluar number systems.

HEXBFC5BB
Decimal191197187
Binary101111111100010110111011
Octal277305273

Shades and tints

Shades of #BFC5BB

#BFC5BB
(191,197,187)
#AEB4AA
(174,180,170)
#9DA399
(157,163,153)
#8C9288
(140,146,136)
#7B8177
(123,129,119)
#6A7066
(106,112,102)
#595F55
(89,95,85)
#484E44
(72,78,68)
#373D33
(55,61,51)
#262C22
(38,44,34)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #BFC5BB

#BFC5BB
(191,197,187)
#C4CAC1
(196,202,193)
#C9CFC7
(201,207,199)
#CED4CD
(206,212,205)
#D3D9D3
(211,217,211)
#D8DED9
(216,222,217)
#DDE3DF
(221,227,223)
#E2E8E5
(226,232,229)
#E7EDEB
(231,237,235)
#ECF2F1
(236,242,241)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5BB color. Also use rgb(191,197,187) instead hex code.

Text Font Color

.myTextColor { color: #BFC5BB; }

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

This text font color is #BFC5BB.


Background Color

.myBgColor { background-color: #BFC5BB; }

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

This div background color is #BFC5BB.


Border color

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

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

This div border color is #BFC5BB.


Opacity

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

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

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

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

This text has shadow with #BFC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC5BB on black background.


Color preview on white background

This text has color #BFC5BB on white background.



Black color preview on #BFC5BB background

This text has black color on #BFC5BB background.


White color preview on #BFC5BB background

This text has white color on #BFC5BB background.