COLOR #BFBCBB

HEX: #BFBCBB RGB: (191,188,187)

Color info

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

RGB color model

#BFBCBB color RGB value is (191,188,187).

RGB: (191,188,187) (75%, 74%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 187 of 255 = 73%

191
188
187

R + G + B ~ 74%. #BFBCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 188 + 187 = 566 (100%)
R 191 of 566 ~ 33.75%
G 188 of 566 ~ 33.22%
B 187 of 566 ~ 33.04'%

%33.75
%33.22
%33.04

CMYK color model

#BFBCBB color CMYK value is (0,2,2,25).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 2.09%
  • key color value is 25.10%

CMYK: (0,2,2,25)
C0M2Y2K25 (0%, 2%, 2%, 25%)
(0.00 / 0.02 / 0.02 / 0.25)

CMYK percentages

%0
%1.57
%2.09
%25.1

Codes

Color #BFBCBB in popluar color models

BF BC BB
RGB 191 188 187
HSL 15° 3.03% 74.12%
HSB/HSV 15° 2.09% 74.90%
CMYK 0.00% 1.57% 2.09%
25.10%

Color #BFBCBB in popluar number systems.

HEX BF BC BB
Decimal 191 188 187
Binary 10111111 10111100 10111011
Octal 277 274 273

Shades and tints

Shades of #BFBCBB

#BFBCBB
(191,188,187)
#AEABAA
(174,171,170)
#9D9A99
(157,154,153)
#8C8988
(140,137,136)
#7B7877
(123,120,119)
#6A6766
(106,103,102)
#595655
(89,86,85)
#484544
(72,69,68)
#373433
(55,52,51)
#262322
(38,35,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #BFBCBB

#BFBCBB
(191,188,187)
#C4C2C1
(196,194,193)
#C9C8C7
(201,200,199)
#CECECD
(206,206,205)
#D3D4D3
(211,212,211)
#D8DAD9
(216,218,217)
#DDE0DF
(221,224,223)
#E2E6E5
(226,230,229)
#E7ECEB
(231,236,235)
#ECF2F1
(236,242,241)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBCBB color. Also use rgb(191,188,187) instead hex code.

Text Font Color

.myTextColor { color: #BFBCBB; }

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

This text font color is #BFBCBB.

Background Color

.myBgColor { background-color: #BFBCBB; }

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

This div background color is #BFBCBB.

Border color

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

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

This div border color is #BFBCBB.

Opacity

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

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

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

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

This text has shadow with #BFBCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBCBB.

Preview

Color preview on black background

This text has color #BFBCBB on black background.


Color preview on white background

This text has color #BFBCBB on white background.


Black color preview on #BFBCBB background

This text has black color on #BFBCBB background.


White color preview on #BFBCBB background

This text has white color on #BFBCBB background.


Related colors

Complementary color

Complementary color for #hex is #404344.


I love getcolorcode.com

Triadic colors

1 #BBBFBC and #BCBBBF with #BFBCBB are triadic colors.

2 #BBBCBF and #BCBFBB with #BFBCBB are triadic colors.