COLOR #BCBFB2

HEX: #BCBFB2
RGB: (188,191,178)

Color info

#BCBFB2 contains red, green and blue colors in about the same proportion. Web safe color of #BCBFB2 is #CCCC99 (or #CC9).

RGB color model

#BCBFB2 color RGB value is (188,191,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 178 of 255 = 70%

188
191
178

R + G + B ~ 73%. #BCBFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 178 = 557 (100%)
R 188 of 557 ~ 33.75%
G 191 of 557 ~ 34.29%
B 178 of 557 ~ 31.96%

%33.75
%34.29
%31.96

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 25.10%
CMYK:
(2,0,7,25)
C2M0Y7K25 
(2%,0%,7%,25%)
(0.02/0.00/0.07/0.25)	

CMYK percentages

%1.57
%0
%6.81
%25.1

Codes

Color #BCBFB2 in popluar color models

BCBFB2
RGB188191178
HSL74°9.22%72.35%
HSB/HSV74°6.81%74.90%
CMYK1.57%0.00%6.81%
25.10%

Color #BCBFB2 in popluar number systems.

HEXBCBFB2
Decimal188191178
Binary101111001011111110110010
Octal274277262

Shades and tints

Shades of #BCBFB2

#BCBFB2
(188,191,178)
#ABAEA2
(171,174,162)
#9A9D92
(154,157,146)
#898C82
(137,140,130)
#787B72
(120,123,114)
#676A62
(103,106,98)
#565952
(86,89,82)
#454842
(69,72,66)
#343732
(52,55,50)
#232622
(35,38,34)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCBFB2

#BCBFB2
(188,191,178)
#C2C4B9
(194,196,185)
#C8C9C0
(200,201,192)
#CECEC7
(206,206,199)
#D4D3CE
(212,211,206)
#DAD8D5
(218,216,213)
#E0DDDC
(224,221,220)
#E6E2E3
(230,226,227)
#ECE7EA
(236,231,234)
#F2ECF1
(242,236,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFB2; }

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

This text font color is #BCBFB2.


Background Color

.myBgColor { background-color: #BCBFB2; }

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

This div background color is #BCBFB2.


Border color

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

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

This div border color is #BCBFB2.


Opacity

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

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

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

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

This text has shadow with #BCBFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFB2 on black background.


Color preview on white background

This text has color #BCBFB2 on white background.



Black color preview on #BCBFB2 background

This text has black color on #BCBFB2 background.


White color preview on #BCBFB2 background

This text has white color on #BCBFB2 background.