COLOR #BFC5C6

HEX: #BFC5C6 RGB: (191,197,198)

Color info

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

RGB color model

#BFC5C6 color RGB value is (191,197,198).

RGB: (191,197,198) (75%, 77%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 198 of 255 = 78%

191
197
198

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

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 198 = 586 (100%)
R 191 of 586 ~ 32.59%
G 197 of 586 ~ 33.62%
B 198 of 586 ~ 33.79'%

%32.59
%33.62
%33.79

CMYK color model

#BFC5C6 color CMYK value is (4,1,0,22).

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

CMYK: (4,1,0,22)
C4M1Y0K22 (4%, 1%, 0%, 22%)
(0.04 / 0.01 / 0.00 / 0.22)

CMYK percentages

%3.54
%0.51
%0
%22.35

Codes

Color #BFC5C6 in popluar color models

BF C5 C6
RGB 191 197 198
HSL 189° 5.79% 76.27%
HSB/HSV 189° 3.54% 77.65%
CMYK 3.54% 0.51% 0.00%
22.35%

Color #BFC5C6 in popluar number systems.

HEX BF C5 C6
Decimal 191 197 198
Binary 10111111 11000101 11000110
Octal 277 305 306

Shades and tints

Shades of #BFC5C6

#BFC5C6
(191,197,198)
#AEB4B4
(174,180,180)
#9DA3A2
(157,163,162)
#8C9290
(140,146,144)
#7B817E
(123,129,126)
#6A706C
(106,112,108)
#595F5A
(89,95,90)
#484E48
(72,78,72)
#373D36
(55,61,54)
#262C24
(38,44,36)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #BFC5C6

#BFC5C6
(191,197,198)
#C4CACB
(196,202,203)
#C9CFD0
(201,207,208)
#CED4D5
(206,212,213)
#D3D9DA
(211,217,218)
#D8DEDF
(216,222,223)
#DDE3E4
(221,227,228)
#E2E8E9
(226,232,233)
#E7EDEE
(231,237,238)
#ECF2F3
(236,242,243)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC5C6; }

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

This text font color is #BFC5C6.

Background Color

.myBgColor { background-color: #BFC5C6; }

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

This div background color is #BFC5C6.

Border color

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

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

This div border color is #BFC5C6.

Opacity

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

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

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

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

This text has shadow with #BFC5C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC5C6.

Preview

Color preview on black background

This text has color #BFC5C6 on black background.


Color preview on white background

This text has color #BFC5C6 on white background.


Black color preview on #BFC5C6 background

This text has black color on #BFC5C6 background.


White color preview on #BFC5C6 background

This text has white color on #BFC5C6 background.


Related colors

Complementary color

Complementary color for #hex is #403A39.


I love getcolorcode.com

Triadic colors

1 #C6BFC5 and #C5C6BF with #BFC5C6 are triadic colors.

2 #C6C5BF and #C5BFC6 with #BFC5C6 are triadic colors.