COLOR #BFC6BD

HEX: #BFC6BD RGB: (191,198,189)

Color info

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

RGB color model

#BFC6BD color RGB value is (191,198,189).

RGB: (191,198,189) (75%, 78%, 74%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 189 of 255 = 74%

191
198
189

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

Portions of RGB colors in percentages

R + G + B = 191 + 198 + 189 = 578 (100%)
R 191 of 578 ~ 33.04%
G 198 of 578 ~ 34.26%
B 189 of 578 ~ 32.7'%

%33.04
%34.26
%32.7

CMYK color model

#BFC6BD color CMYK value is (4,0,5,22).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%

CMYK: (4,0,5,22)
C4M0Y5K22 (4%, 0%, 5%, 22%)
(0.04 / 0.00 / 0.05 / 0.22)

CMYK percentages

%3.54
%0
%4.55
%22.35

Codes

Color #BFC6BD in popluar color models

BF C6 BD
RGB 191 198 189
HSL 107° 7.32% 75.88%
HSB/HSV 107° 4.55% 77.65%
CMYK 3.54% 0.00% 4.55%
22.35%

Color #BFC6BD in popluar number systems.

HEX BF C6 BD
Decimal 191 198 189
Binary 10111111 11000110 10111101
Octal 277 306 275

Shades and tints

Shades of #BFC6BD

#BFC6BD
(191,198,189)
#AEB4AC
(174,180,172)
#9DA29B
(157,162,155)
#8C908A
(140,144,138)
#7B7E79
(123,126,121)
#6A6C68
(106,108,104)
#595A57
(89,90,87)
#484846
(72,72,70)
#373635
(55,54,53)
#262424
(38,36,36)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #BFC6BD

#BFC6BD
(191,198,189)
#C4CBC3
(196,203,195)
#C9D0C9
(201,208,201)
#CED5CF
(206,213,207)
#D3DAD5
(211,218,213)
#D8DFDB
(216,223,219)
#DDE4E1
(221,228,225)
#E2E9E7
(226,233,231)
#E7EEED
(231,238,237)
#ECF3F3
(236,243,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC6BD color. Also use rgb(191,198,189) instead hex code.

Text Font Color

.myTextColor { color: #BFC6BD; }

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

This text font color is #BFC6BD.

Background Color

.myBgColor { background-color: #BFC6BD; }

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

This div background color is #BFC6BD.

Border color

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

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

This div border color is #BFC6BD.

Opacity

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

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

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

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

This text has shadow with #BFC6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC6BD.

Preview

Color preview on black background

This text has color #BFC6BD on black background.


Color preview on white background

This text has color #BFC6BD on white background.


Black color preview on #BFC6BD background

This text has black color on #BFC6BD background.


White color preview on #BFC6BD background

This text has white color on #BFC6BD background.


Related colors

Complementary color

Complementary color for #hex is #403942.


I love getcolorcode.com

Triadic colors

1 #BDBFC6 and #C6BDBF with #BFC6BD are triadic colors.

2 #BDC6BF and #C6BFBD with #BFC6BD are triadic colors.