COLOR #BCBEB2

HEX: #BCBEB2 RGB: (188,190,178)

Color info

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

RGB color model

#BCBEB2 color RGB value is (188,190,178).

RGB: (188,190,178) (74%, 75%, 70%)

RGB channels and saturation

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

188
190
178

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

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 178 = 556 (100%)
R 188 of 556 ~ 33.81%
G 190 of 556 ~ 34.17%
B 178 of 556 ~ 32.01'%

%33.81
%34.17
%32.01

CMYK color model

#BCBEB2 color CMYK value is (1,0,6,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%

CMYK: (1,0,6,25)
C1M0Y6K25 (1%, 0%, 6%, 25%)
(0.01 / 0.00 / 0.06 / 0.25)

CMYK percentages

%1.05
%0
%6.32
%25.49

Codes

Color #BCBEB2 in popluar color models

BC BE B2
RGB 188 190 178
HSL 70° 8.45% 72.16%
HSB/HSV 70° 6.32% 74.51%
CMYK 1.05% 0.00% 6.32%
25.49%

Color #BCBEB2 in popluar number systems.

HEX BC BE B2
Decimal 188 190 178
Binary 10111100 10111110 10110010
Octal 274 276 262

Shades and tints

Shades of #BCBEB2

#BCBEB2
(188,190,178)
#ABADA2
(171,173,162)
#9A9C92
(154,156,146)
#898B82
(137,139,130)
#787A72
(120,122,114)
#676962
(103,105,98)
#565852
(86,88,82)
#454742
(69,71,66)
#343632
(52,54,50)
#232522
(35,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCBEB2

#BCBEB2
(188,190,178)
#C2C3B9
(194,195,185)
#C8C8C0
(200,200,192)
#CECDC7
(206,205,199)
#D4D2CE
(212,210,206)
#DAD7D5
(218,215,213)
#E0DCDC
(224,220,220)
#E6E1E3
(230,225,227)
#ECE6EA
(236,230,234)
#F2EBF1
(242,235,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEB2; }

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

This text font color is #BCBEB2.

Background Color

.myBgColor { background-color: #BCBEB2; }

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

This div background color is #BCBEB2.

Border color

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

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

This div border color is #BCBEB2.

Opacity

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

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

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

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

This text has shadow with #BCBEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEB2.

Preview

Color preview on black background

This text has color #BCBEB2 on black background.


Color preview on white background

This text has color #BCBEB2 on white background.


Black color preview on #BCBEB2 background

This text has black color on #BCBEB2 background.


White color preview on #BCBEB2 background

This text has white color on #BCBEB2 background.


Related colors

Complementary color

Complementary color for #hex is #43414D.


I love getcolorcode.com

Triadic colors

1 #B2BCBE and #BEB2BC with #BCBEB2 are triadic colors.

2 #B2BEBC and #BEBCB2 with #BCBEB2 are triadic colors.