COLOR #BCB8BE

HEX: #BCB8BE
RGB: (188,184,190)

Color info

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

RGB color model

#BCB8BE color RGB value is (188,184,190).

  • red value is 188;
  • green value is 184;
  • blue value is 190.
RGB:
(188,184,190)
(74%,72%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 190 of 255 = 75%

188
184
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 184 + 190 = 562 (100%)
R 188 of 562 ~ 33.45%
G 184 of 562 ~ 32.74%
B 190 of 562 ~ 33.81%

%33.45
%32.74
%33.81

CMYK color model

#BCB8BE color CMYK value is (1,3,0,25).

  • cyan value is 1.05%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,3,0,25)
C1M3Y0K25 
(1%,3%,0%,25%)
(0.01/0.03/0.00/0.25)	

CMYK percentages

%1.05
%3.16
%0
%25.49

Codes

Color #BCB8BE in popluar color models

BCB8BE
RGB188184190
HSL280°4.41%73.33%
HSB/HSV280°3.16%74.51%
CMYK1.05%3.16%0.00%
25.49%

Color #BCB8BE in popluar number systems.

HEXBCB8BE
Decimal188184190
Binary101111001011100010111110
Octal274270276

Shades and tints

Shades of #BCB8BE

#BCB8BE
(188,184,190)
#ABA8AD
(171,168,173)
#9A989C
(154,152,156)
#89888B
(137,136,139)
#78787A
(120,120,122)
#676869
(103,104,105)
#565858
(86,88,88)
#454847
(69,72,71)
#343836
(52,56,54)
#232825
(35,40,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCB8BE

#BCB8BE
(188,184,190)
#C2BEC3
(194,190,195)
#C8C4C8
(200,196,200)
#CECACD
(206,202,205)
#D4D0D2
(212,208,210)
#DAD6D7
(218,214,215)
#E0DCDC
(224,220,220)
#E6E2E1
(230,226,225)
#ECE8E6
(236,232,230)
#F2EEEB
(242,238,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB8BE color. Also use rgb(188,184,190) instead hex code.

Text Font Color

.myTextColor { color: #BCB8BE; }

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

This text font color is #BCB8BE.


Background Color

.myBgColor { background-color: #BCB8BE; }

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

This div background color is #BCB8BE.


Border color

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

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

This div border color is #BCB8BE.


Opacity

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

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

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

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

This text has shadow with #BCB8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB8BE on black background.


Color preview on white background

This text has color #BCB8BE on white background.



Black color preview on #BCB8BE background

This text has black color on #BCB8BE background.


White color preview on #BCB8BE background

This text has white color on #BCB8BE background.