COLOR #BFC2C4

HEX: #BFC2C4
RGB: (191,194,196)

Color info

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

RGB color model

#BFC2C4 color RGB value is (191,194,196).

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

RGB channels and saturation

R 191 of 255 = 75%
G 194 of 255 = 76%
B 196 of 255 = 77%

191
194
196

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

Portions of RGB colors in percentages

R + G + B =
191 + 194 + 196 = 581 (100%)
R 191 of 581 ~ 32.87%
G 194 of 581 ~ 33.39%
B 196 of 581 ~ 33.73%

%32.87
%33.39
%33.73

CMYK color model

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

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

CMYK percentages

%2.55
%1.02
%0
%23.14

Codes

Color #BFC2C4 in popluar color models

BFC2C4
RGB191194196
HSL204°4.07%75.88%
HSB/HSV204°2.55%76.86%
CMYK2.55%1.02%0.00%
23.14%

Color #BFC2C4 in popluar number systems.

HEXBFC2C4
Decimal191194196
Binary101111111100001011000100
Octal277302304

Shades and tints

Shades of #BFC2C4

#BFC2C4
(191,194,196)
#AEB1B3
(174,177,179)
#9DA0A2
(157,160,162)
#8C8F91
(140,143,145)
#7B7E80
(123,126,128)
#6A6D6F
(106,109,111)
#595C5E
(89,92,94)
#484B4D
(72,75,77)
#373A3C
(55,58,60)
#26292B
(38,41,43)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #BFC2C4

#BFC2C4
(191,194,196)
#C4C7C9
(196,199,201)
#C9CCCE
(201,204,206)
#CED1D3
(206,209,211)
#D3D6D8
(211,214,216)
#D8DBDD
(216,219,221)
#DDE0E2
(221,224,226)
#E2E5E7
(226,229,231)
#E7EAEC
(231,234,236)
#ECEFF1
(236,239,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC2C4; }

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

This text font color is #BFC2C4.


Background Color

.myBgColor { background-color: #BFC2C4; }

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

This div background color is #BFC2C4.


Border color

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

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

This div border color is #BFC2C4.


Opacity

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

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

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

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

This text has shadow with #BFC2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC2C4 on black background.


Color preview on white background

This text has color #BFC2C4 on white background.



Black color preview on #BFC2C4 background

This text has black color on #BFC2C4 background.


White color preview on #BFC2C4 background

This text has white color on #BFC2C4 background.