COLOR #BEBCB1

HEX: #BEBCB1 RGB: (190,188,177)

Color info

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

RGB color model

#BEBCB1 color RGB value is (190,188,177).

RGB: (190,188,177) (75%, 74%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 177 of 255 = 69%

190
188
177

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 177 = 555 (100%)
R 190 of 555 ~ 34.23%
G 188 of 555 ~ 33.87%
B 177 of 555 ~ 31.89'%

%34.23
%33.87
%31.89

CMYK color model

#BEBCB1 color CMYK value is (0,1,7,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK: (0,1,7,25) C0M1Y7K25 (0%,1%,7%,25%) (0.00/0.01/0.07/0.25) 

CMYK percentages

%0
%1.05
%6.84
%25.49

Codes

Color #BEBCB1 in popluar color models

BE BC B1
RGB 190 188 177
HSL 51° 9.09% 71.96%
HSB/HSV 51° 6.84% 74.51%
CMYK 0.00% 1.05% 6.84%
25.49%

Color #BEBCB1 in popluar number systems.

HEX BE BC B1
Decimal 190 188 177
Binary 10111110 10111100 10110001
Octal 276 274 261

Shades and tints

Shades of #BEBCB1

#BEBCB1
(190,188,177)
#ADABA1
(173,171,161)
#9C9A91
(156,154,145)
#8B8981
(139,137,129)
#7A7871
(122,120,113)
#696761
(105,103,97)
#585651
(88,86,81)
#474541
(71,69,65)
#363431
(54,52,49)
#252321
(37,35,33)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BEBCB1

#BEBCB1
(190,188,177)
#C3C2B8
(195,194,184)
#C8C8BF
(200,200,191)
#CDCEC6
(205,206,198)
#D2D4CD
(210,212,205)
#D7DAD4
(215,218,212)
#DCE0DB
(220,224,219)
#E1E6E2
(225,230,226)
#E6ECE9
(230,236,233)
#EBF2F0
(235,242,240)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCB1; }

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

This text font color is #BEBCB1.

Background Color

.myBgColor { background-color: #BEBCB1; }

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

This div background color is #BEBCB1.

Border color

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

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

This div border color is #BEBCB1.

Opacity

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

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

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

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

This text has shadow with #BEBCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCB1.

Preview

Color preview on black background

This text has color #BEBCB1 on black background.


Color preview on white background

This text has color #BEBCB1 on white background.


Black color preview on #BEBCB1 background

This text has black color on #BEBCB1 background.


White color preview on #BEBCB1 background

This text has white color on #BEBCB1 background.


Related colors

Complementary color

Complementary color for #hex is #41434E.


I love getcolorcode.com

Triadic colors

1 #B1BEBC and #BCB1BE with #BEBCB1 are triadic colors.

2 #B1BCBE and #BCBEB1 with #BEBCB1 are triadic colors.