COLOR #BCBFBD

HEX: #BCBFBD
RGB: (188,191,189)

Color info

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

RGB color model

#BCBFBD color RGB value is (188,191,189).

  • red value is 188;
  • green value is 191;
  • blue value is 189.
RGB:
(188,191,189)
(74%,75%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 189 of 255 = 74%

188
191
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 189 = 568 (100%)
R 188 of 568 ~ 33.1%
G 191 of 568 ~ 33.63%
B 189 of 568 ~ 33.27%

%33.1
%33.63
%33.27

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(2,0,1,25)
C2M0Y1K25 
(2%,0%,1%,25%)
(0.02/0.00/0.01/0.25)	

CMYK percentages

%1.57
%0
%1.05
%25.1

Codes

Color #BCBFBD in popluar color models

BCBFBD
RGB188191189
HSL140°2.29%74.31%
HSB/HSV140°1.57%74.90%
CMYK1.57%0.00%1.05%
25.10%

Color #BCBFBD in popluar number systems.

HEXBCBFBD
Decimal188191189
Binary101111001011111110111101
Octal274277275

Shades and tints

Shades of #BCBFBD

#BCBFBD
(188,191,189)
#ABAEAC
(171,174,172)
#9A9D9B
(154,157,155)
#898C8A
(137,140,138)
#787B79
(120,123,121)
#676A68
(103,106,104)
#565957
(86,89,87)
#454846
(69,72,70)
#343735
(52,55,53)
#232624
(35,38,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCBFBD

#BCBFBD
(188,191,189)
#C2C4C3
(194,196,195)
#C8C9C9
(200,201,201)
#CECECF
(206,206,207)
#D4D3D5
(212,211,213)
#DAD8DB
(218,216,219)
#E0DDE1
(224,221,225)
#E6E2E7
(230,226,231)
#ECE7ED
(236,231,237)
#F2ECF3
(242,236,243)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFBD; }

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

This text font color is #BCBFBD.


Background Color

.myBgColor { background-color: #BCBFBD; }

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

This div background color is #BCBFBD.


Border color

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

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

This div border color is #BCBFBD.


Opacity

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

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

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

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

This text has shadow with #BCBFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFBD on black background.


Color preview on white background

This text has color #BCBFBD on white background.



Black color preview on #BCBFBD background

This text has black color on #BCBFBD background.


White color preview on #BCBFBD background

This text has white color on #BCBFBD background.