COLOR #BFC5CA

HEX: #BFC5CA
RGB: (191,197,202)

Color info

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

RGB color model

#BFC5CA color RGB value is (191,197,202).

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

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 202 of 255 = 79%

191
197
202

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

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 202 = 590 (100%)
R 191 of 590 ~ 32.37%
G 197 of 590 ~ 33.39%
B 202 of 590 ~ 34.24%

%32.37
%33.39
%34.24

CMYK color model

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

  • cyan value is 5.45%
  • magenta value is 2.48%
  • 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
%2.48
%0
%20.78

Codes

Color #BFC5CA in popluar color models

BFC5CA
RGB191197202
HSL207°9.40%77.06%
HSB/HSV207°5.45%79.22%
CMYK5.45%2.48%0.00%
20.78%

Color #BFC5CA in popluar number systems.

HEXBFC5CA
Decimal191197202
Binary101111111100010111001010
Octal277305312

Shades and tints

Shades of #BFC5CA

#BFC5CA
(191,197,202)
#AEB4B8
(174,180,184)
#9DA3A6
(157,163,166)
#8C9294
(140,146,148)
#7B8182
(123,129,130)
#6A7070
(106,112,112)
#595F5E
(89,95,94)
#484E4C
(72,78,76)
#373D3A
(55,61,58)
#262C28
(38,44,40)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #BFC5CA

#BFC5CA
(191,197,202)
#C4CACE
(196,202,206)
#C9CFD2
(201,207,210)
#CED4D6
(206,212,214)
#D3D9DA
(211,217,218)
#D8DEDE
(216,222,222)
#DDE3E2
(221,227,226)
#E2E8E6
(226,232,230)
#E7EDEA
(231,237,234)
#ECF2EE
(236,242,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC5CA; }

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

This text font color is #BFC5CA.


Background Color

.myBgColor { background-color: #BFC5CA; }

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

This div background color is #BFC5CA.


Border color

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

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

This div border color is #BFC5CA.


Opacity

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

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

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

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

This text has shadow with #BFC5CA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFC5CA on black background.


Color preview on white background

This text has color #BFC5CA on white background.



Black color preview on #BFC5CA background

This text has black color on #BFC5CA background.


White color preview on #BFC5CA background

This text has white color on #BFC5CA background.