COLOR #BFC9C2

HEX: #BFC9C2 RGB: (191,201,194)

Color info

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

RGB color model

#BFC9C2 color RGB value is (191,201,194).

RGB: (191,201,194) (75%, 79%, 76%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 194 of 255 = 76%

191
201
194

R + G + B ~ 77%. #BFC9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 194 = 586 (100%)
R 191 of 586 ~ 32.59%
G 201 of 586 ~ 34.3%
B 194 of 586 ~ 33.11'%

%32.59
%34.3
%33.11

CMYK color model

#BFC9C2 color CMYK value is (5,0,3,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%

CMYK: (5,0,3,21)
C5M0Y3K21 (5%, 0%, 3%, 21%)
(0.05 / 0.00 / 0.03 / 0.21)

CMYK percentages

%4.98
%0
%3.48
%21.18

Codes

Color #BFC9C2 in popluar color models

BF C9 C2
RGB 191 201 194
HSL 138° 8.47% 76.86%
HSB/HSV 138° 4.98% 78.82%
CMYK 4.98% 0.00% 3.48%
21.18%

Color #BFC9C2 in popluar number systems.

HEX BF C9 C2
Decimal 191 201 194
Binary 10111111 11001001 11000010
Octal 277 311 302

Shades and tints

Shades of #BFC9C2

#BFC9C2
(191,201,194)
#AEB7B1
(174,183,177)
#9DA5A0
(157,165,160)
#8C938F
(140,147,143)
#7B817E
(123,129,126)
#6A6F6D
(106,111,109)
#595D5C
(89,93,92)
#484B4B
(72,75,75)
#37393A
(55,57,58)
#262729
(38,39,41)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #BFC9C2

#BFC9C2
(191,201,194)
#C4CDC7
(196,205,199)
#C9D1CC
(201,209,204)
#CED5D1
(206,213,209)
#D3D9D6
(211,217,214)
#D8DDDB
(216,221,219)
#DDE1E0
(221,225,224)
#E2E5E5
(226,229,229)
#E7E9EA
(231,233,234)
#ECEDEF
(236,237,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9C2; }

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

This text font color is #BFC9C2.

Background Color

.myBgColor { background-color: #BFC9C2; }

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

This div background color is #BFC9C2.

Border color

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

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

This div border color is #BFC9C2.

Opacity

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

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

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

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

This text has shadow with #BFC9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC9C2.

Preview

Color preview on black background

This text has color #BFC9C2 on black background.


Color preview on white background

This text has color #BFC9C2 on white background.


Black color preview on #BFC9C2 background

This text has black color on #BFC9C2 background.


White color preview on #BFC9C2 background

This text has white color on #BFC9C2 background.


Related colors

Complementary color

Complementary color for #hex is #40363D.


I love getcolorcode.com

Triadic colors

1 #C2BFC9 and #C9C2BF with #BFC9C2 are triadic colors.

2 #C2C9BF and #C9BFC2 with #BFC9C2 are triadic colors.