COLOR #BFC6CA

HEX: #BFC6CA
RGB: (191,198,202)

Color info

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

RGB color model

#BFC6CA color RGB value is (191,198,202).

  • red value is 191;
  • green value is 198;
  • blue value is 202.
RGB:
(191,198,202)
(75%,78%,79%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 202 of 255 = 79%

191
198
202

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

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 202 = 591 (100%)
R 191 of 591 ~ 32.32%
G 198 of 591 ~ 33.5%
B 202 of 591 ~ 34.18%

%32.32
%33.5
%34.18

CMYK color model

#BFC6CA color CMYK value is (5,2,0,21).

  • cyan value is 5.45%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,2,0,21)
C5M2Y0K21 
(5%,2%,0%,21%)
(0.05/0.02/0.00/0.21)	

CMYK percentages

%5.45
%1.98
%0
%20.78

Codes

Color #BFC6CA in popluar color models

BFC6CA
RGB191198202
HSL202°9.40%77.06%
HSB/HSV202°5.45%79.22%
CMYK5.45%1.98%0.00%
20.78%

Color #BFC6CA in popluar number systems.

HEXBFC6CA
Decimal191198202
Binary101111111100011011001010
Octal277306312

Shades and tints

Shades of #BFC6CA

#BFC6CA
(191,198,202)
#AEB4B8
(174,180,184)
#9DA2A6
(157,162,166)
#8C9094
(140,144,148)
#7B7E82
(123,126,130)
#6A6C70
(106,108,112)
#595A5E
(89,90,94)
#48484C
(72,72,76)
#37363A
(55,54,58)
#262428
(38,36,40)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #BFC6CA

#BFC6CA
(191,198,202)
#C4CBCE
(196,203,206)
#C9D0D2
(201,208,210)
#CED5D6
(206,213,214)
#D3DADA
(211,218,218)
#D8DFDE
(216,223,222)
#DDE4E2
(221,228,226)
#E2E9E6
(226,233,230)
#E7EEEA
(231,238,234)
#ECF3EE
(236,243,238)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6CA; }

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

This text font color is #BFC6CA.


Background Color

.myBgColor { background-color: #BFC6CA; }

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

This div background color is #BFC6CA.


Border color

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

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

This div border color is #BFC6CA.


Opacity

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

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

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

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

This text has shadow with #BFC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC6CA on black background.


Color preview on white background

This text has color #BFC6CA on white background.



Black color preview on #BFC6CA background

This text has black color on #BFC6CA background.


White color preview on #BFC6CA background

This text has white color on #BFC6CA background.