COLOR #BCB4B2

HEX: #BCB4B2
RGB: (188,180,178)

Color info

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

RGB color model

#BCB4B2 color RGB value is (188,180,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 178 of 255 = 70%

188
180
178

R + G + B ~ 72%. #BCB4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 178 = 546 (100%)
R 188 of 546 ~ 34.43%
G 180 of 546 ~ 32.97%
B 178 of 546 ~ 32.6%

%34.43
%32.97
%32.6

CMYK color model

#BCB4B2 color CMYK value is (0,4,5,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,4,5,26)
C0M4Y5K26 
(0%,4%,5%,26%)
(0.00/0.04/0.05/0.26)	

CMYK percentages

%0
%4.26
%5.32
%26.27

Codes

Color #BCB4B2 in popluar color models

BCB4B2
RGB188180178
HSL12°6.94%71.76%
HSB/HSV12°5.32%73.73%
CMYK0.00%4.26%5.32%
26.27%

Color #BCB4B2 in popluar number systems.

HEXBCB4B2
Decimal188180178
Binary101111001011010010110010
Octal274264262

Shades and tints

Shades of #BCB4B2

#BCB4B2
(188,180,178)
#ABA4A2
(171,164,162)
#9A9492
(154,148,146)
#898482
(137,132,130)
#787472
(120,116,114)
#676462
(103,100,98)
#565452
(86,84,82)
#454442
(69,68,66)
#343432
(52,52,50)
#232422
(35,36,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCB4B2

#BCB4B2
(188,180,178)
#C2BAB9
(194,186,185)
#C8C0C0
(200,192,192)
#CEC6C7
(206,198,199)
#D4CCCE
(212,204,206)
#DAD2D5
(218,210,213)
#E0D8DC
(224,216,220)
#E6DEE3
(230,222,227)
#ECE4EA
(236,228,234)
#F2EAF1
(242,234,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4B2; }

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

This text font color is #BCB4B2.


Background Color

.myBgColor { background-color: #BCB4B2; }

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

This div background color is #BCB4B2.


Border color

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

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

This div border color is #BCB4B2.


Opacity

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

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

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

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

This text has shadow with #BCB4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4B2 on black background.


Color preview on white background

This text has color #BCB4B2 on white background.



Black color preview on #BCB4B2 background

This text has black color on #BCB4B2 background.


White color preview on #BCB4B2 background

This text has white color on #BCB4B2 background.