COLOR #BFBEC5

HEX: #BFBEC5 RGB: (191,190,197)

Color info

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

RGB color model

#BFBEC5 color RGB value is (191,190,197).

RGB: (191,190,197) (75%, 75%, 77%)

RGB channels and saturation

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

191
190
197

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

Portions of RGB colors in percentages

R + G + B = 191 + 190 + 197 = 578 (100%)
R 191 of 578 ~ 33.04%
G 190 of 578 ~ 32.87%
B 197 of 578 ~ 34.08'%

%33.04
%32.87
%34.08

CMYK color model

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

  • cyan value is 3.05%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (3,4,0,23)
C3M4Y0K23 (3%, 4%, 0%, 23%)
(0.03 / 0.04 / 0.00 / 0.23)

CMYK percentages

%3.05
%3.55
%0
%22.75

Codes

Color #BFBEC5 in popluar color models

BF BE C5
RGB 191 190 197
HSL 249° 5.69% 75.88%
HSB/HSV 249° 3.55% 77.25%
CMYK 3.05% 3.55% 0.00%
22.75%

Color #BFBEC5 in popluar number systems.

HEX BF BE C5
Decimal 191 190 197
Binary 10111111 10111110 11000101
Octal 277 276 305

Shades and tints

Shades of #BFBEC5

#BFBEC5
(191,190,197)
#AEADB4
(174,173,180)
#9D9CA3
(157,156,163)
#8C8B92
(140,139,146)
#7B7A81
(123,122,129)
#6A6970
(106,105,112)
#59585F
(89,88,95)
#48474E
(72,71,78)
#37363D
(55,54,61)
#26252C
(38,37,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #BFBEC5

#BFBEC5
(191,190,197)
#C4C3CA
(196,195,202)
#C9C8CF
(201,200,207)
#CECDD4
(206,205,212)
#D3D2D9
(211,210,217)
#D8D7DE
(216,215,222)
#DDDCE3
(221,220,227)
#E2E1E8
(226,225,232)
#E7E6ED
(231,230,237)
#ECEBF2
(236,235,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBEC5; }

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

This text font color is #BFBEC5.

Background Color

.myBgColor { background-color: #BFBEC5; }

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

This div background color is #BFBEC5.

Border color

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

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

This div border color is #BFBEC5.

Opacity

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

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

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

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

This text has shadow with #BFBEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBEC5.

Preview

Color preview on black background

This text has color #BFBEC5 on black background.


Color preview on white background

This text has color #BFBEC5 on white background.


Black color preview on #BFBEC5 background

This text has black color on #BFBEC5 background.


White color preview on #BFBEC5 background

This text has white color on #BFBEC5 background.


Related colors

Complementary color

Complementary color for #hex is #40413A.


I love getcolorcode.com

Triadic colors

1 #C5BFBE and #BEC5BF with #BFBEC5 are triadic colors.

2 #C5BEBF and #BEBFC5 with #BFBEC5 are triadic colors.