COLOR #BFC4CA

HEX: #BFC4CA
RGB: (191,196,202)

Color info

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

RGB color model

#BFC4CA color RGB value is (191,196,202).

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

RGB channels and saturation

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

191
196
202

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

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 202 = 589 (100%)
R 191 of 589 ~ 32.43%
G 196 of 589 ~ 33.28%
B 202 of 589 ~ 34.3%

%32.43
%33.28
%34.3

CMYK color model

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

  • cyan value is 5.45%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,3,0,21)
C5M3Y0K21 
(5%,3%,0%,21%)
(0.05/0.03/0.00/0.21)	

CMYK percentages

%5.45
%2.97
%0
%20.78

Codes

Color #BFC4CA in popluar color models

BFC4CA
RGB191196202
HSL213°9.40%77.06%
HSB/HSV213°5.45%79.22%
CMYK5.45%2.97%0.00%
20.78%

Color #BFC4CA in popluar number systems.

HEXBFC4CA
Decimal191196202
Binary101111111100010011001010
Octal277304312

Shades and tints

Shades of #BFC4CA

#BFC4CA
(191,196,202)
#AEB3B8
(174,179,184)
#9DA2A6
(157,162,166)
#8C9194
(140,145,148)
#7B8082
(123,128,130)
#6A6F70
(106,111,112)
#595E5E
(89,94,94)
#484D4C
(72,77,76)
#373C3A
(55,60,58)
#262B28
(38,43,40)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #BFC4CA

#BFC4CA
(191,196,202)
#C4C9CE
(196,201,206)
#C9CED2
(201,206,210)
#CED3D6
(206,211,214)
#D3D8DA
(211,216,218)
#D8DDDE
(216,221,222)
#DDE2E2
(221,226,226)
#E2E7E6
(226,231,230)
#E7ECEA
(231,236,234)
#ECF1EE
(236,241,238)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC4CA; }

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

This text font color is #BFC4CA.


Background Color

.myBgColor { background-color: #BFC4CA; }

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

This div background color is #BFC4CA.


Border color

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

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

This div border color is #BFC4CA.


Opacity

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

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

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

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

This text has shadow with #BFC4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4CA on black background.


Color preview on white background

This text has color #BFC4CA on white background.



Black color preview on #BFC4CA background

This text has black color on #BFC4CA background.


White color preview on #BFC4CA background

This text has white color on #BFC4CA background.