COLOR #BEBCB0

HEX: #BEBCB0
RGB: (190,188,176)

Color info

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

RGB color model

#BEBCB0 color RGB value is (190,188,176).

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

RGB channels and saturation

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

190
188
176

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 176 = 554 (100%)
R 190 of 554 ~ 34.3%
G 188 of 554 ~ 33.94%
B 176 of 554 ~ 31.77%

%34.3
%33.94
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 7.37%
  • 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
%7.37
%25.49

Codes

Color #BEBCB0 in popluar color models

BEBCB0
RGB190188176
HSL51°9.72%71.76%
HSB/HSV51°7.37%74.51%
CMYK0.00%1.05%7.37%
25.49%

Color #BEBCB0 in popluar number systems.

HEXBEBCB0
Decimal190188176
Binary101111101011110010110000
Octal276274260

Shades and tints

Shades of #BEBCB0

#BEBCB0
(190,188,176)
#ADABA0
(173,171,160)
#9C9A90
(156,154,144)
#8B8980
(139,137,128)
#7A7870
(122,120,112)
#696760
(105,103,96)
#585650
(88,86,80)
#474540
(71,69,64)
#363430
(54,52,48)
#252320
(37,35,32)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #BEBCB0

#BEBCB0
(190,188,176)
#C3C2B7
(195,194,183)
#C8C8BE
(200,200,190)
#CDCEC5
(205,206,197)
#D2D4CC
(210,212,204)
#D7DAD3
(215,218,211)
#DCE0DA
(220,224,218)
#E1E6E1
(225,230,225)
#E6ECE8
(230,236,232)
#EBF2EF
(235,242,239)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCB0; }

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

This text font color is #BEBCB0.


Background Color

.myBgColor { background-color: #BEBCB0; }

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

This div background color is #BEBCB0.


Border color

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

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

This div border color is #BEBCB0.


Opacity

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

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

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

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

This text has shadow with #BEBCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCB0 on black background.


Color preview on white background

This text has color #BEBCB0 on white background.



Black color preview on #BEBCB0 background

This text has black color on #BEBCB0 background.


White color preview on #BEBCB0 background

This text has white color on #BEBCB0 background.