COLOR #BFC4C5

HEX: #BFC4C5
RGB: (191,196,197)

Color info

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

RGB color model

#BFC4C5 color RGB value is (191,196,197).

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

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 197 of 255 = 77%

191
196
197

R + G + B ~ 76%. #BFC4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 197 = 584 (100%)
R 191 of 584 ~ 32.71%
G 196 of 584 ~ 33.56%
B 197 of 584 ~ 33.73%

%32.71
%33.56
%33.73

CMYK color model

#BFC4C5 color CMYK value is (3,1,0,23).

  • cyan value is 3.05%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(3,1,0,23)
C3M1Y0K23 
(3%,1%,0%,23%)
(0.03/0.01/0.00/0.23)	

CMYK percentages

%3.05
%0.51
%0
%22.75

Codes

Color #BFC4C5 in popluar color models

BFC4C5
RGB191196197
HSL190°4.92%76.08%
HSB/HSV190°3.05%77.25%
CMYK3.05%0.51%0.00%
22.75%

Color #BFC4C5 in popluar number systems.

HEXBFC4C5
Decimal191196197
Binary101111111100010011000101
Octal277304305

Shades and tints

Shades of #BFC4C5

#BFC4C5
(191,196,197)
#AEB3B4
(174,179,180)
#9DA2A3
(157,162,163)
#8C9192
(140,145,146)
#7B8081
(123,128,129)
#6A6F70
(106,111,112)
#595E5F
(89,94,95)
#484D4E
(72,77,78)
#373C3D
(55,60,61)
#262B2C
(38,43,44)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #BFC4C5

#BFC4C5
(191,196,197)
#C4C9CA
(196,201,202)
#C9CECF
(201,206,207)
#CED3D4
(206,211,212)
#D3D8D9
(211,216,217)
#D8DDDE
(216,221,222)
#DDE2E3
(221,226,227)
#E2E7E8
(226,231,232)
#E7ECED
(231,236,237)
#ECF1F2
(236,241,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC4C5; }

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

This text font color is #BFC4C5.


Background Color

.myBgColor { background-color: #BFC4C5; }

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

This div background color is #BFC4C5.


Border color

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

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

This div border color is #BFC4C5.


Opacity

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

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

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

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

This text has shadow with #BFC4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4C5 on black background.


Color preview on white background

This text has color #BFC4C5 on white background.



Black color preview on #BFC4C5 background

This text has black color on #BFC4C5 background.


White color preview on #BFC4C5 background

This text has white color on #BFC4C5 background.