COLOR #BFBEC4

HEX: #BFBEC4
RGB: (191,190,196)

Color info

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

RGB color model

#BFBEC4 color RGB value is (191,190,196).

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

RGB channels and saturation

R 191 of 255 = 75%
G 190 of 255 = 75%
B 196 of 255 = 77%

191
190
196

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

Portions of RGB colors in percentages

R + G + B =
191 + 190 + 196 = 577 (100%)
R 191 of 577 ~ 33.1%
G 190 of 577 ~ 32.93%
B 196 of 577 ~ 33.97%

%33.1
%32.93
%33.97

CMYK color model

#BFBEC4 color CMYK value is (3,3,0,23).

  • cyan value is 2.55%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,3,0,23)
C3M3Y0K23 
(3%,3%,0%,23%)
(0.03/0.03/0.00/0.23)	

CMYK percentages

%2.55
%3.06
%0
%23.14

Codes

Color #BFBEC4 in popluar color models

BFBEC4
RGB191190196
HSL250°4.84%75.69%
HSB/HSV250°3.06%76.86%
CMYK2.55%3.06%0.00%
23.14%

Color #BFBEC4 in popluar number systems.

HEXBFBEC4
Decimal191190196
Binary101111111011111011000100
Octal277276304

Shades and tints

Shades of #BFBEC4

#BFBEC4
(191,190,196)
#AEADB3
(174,173,179)
#9D9CA2
(157,156,162)
#8C8B91
(140,139,145)
#7B7A80
(123,122,128)
#6A696F
(106,105,111)
#59585E
(89,88,94)
#48474D
(72,71,77)
#37363C
(55,54,60)
#26252B
(38,37,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #BFBEC4

#BFBEC4
(191,190,196)
#C4C3C9
(196,195,201)
#C9C8CE
(201,200,206)
#CECDD3
(206,205,211)
#D3D2D8
(211,210,216)
#D8D7DD
(216,215,221)
#DDDCE2
(221,220,226)
#E2E1E7
(226,225,231)
#E7E6EC
(231,230,236)
#ECEBF1
(236,235,241)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBEC4; }

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

This text font color is #BFBEC4.


Background Color

.myBgColor { background-color: #BFBEC4; }

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

This div background color is #BFBEC4.


Border color

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

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

This div border color is #BFBEC4.


Opacity

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

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

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

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

This text has shadow with #BFBEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBEC4 on black background.


Color preview on white background

This text has color #BFBEC4 on white background.



Black color preview on #BFBEC4 background

This text has black color on #BFBEC4 background.


White color preview on #BFBEC4 background

This text has white color on #BFBEC4 background.