COLOR #BEBCBB

HEX: #BEBCBB RGB: (190,188,187)

Color info

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

RGB color model

#BEBCBB color RGB value is (190,188,187).

RGB: (190,188,187) (75%, 74%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 187 of 255 = 73%

190
188
187

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 187 = 565 (100%)
R 190 of 565 ~ 33.63%
G 188 of 565 ~ 33.27%
B 187 of 565 ~ 33.1'%

%33.63
%33.27
%33.1

CMYK color model

#BEBCBB color CMYK value is (0,1,2,25).

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

CMYK: (0,1,2,25)
C0M1Y2K25 (0%, 1%, 2%, 25%)
(0.00 / 0.01 / 0.02 / 0.25)

CMYK percentages

%0
%1.05
%1.58
%25.49

Codes

Color #BEBCBB in popluar color models

BE BC BB
RGB 190 188 187
HSL 20° 2.26% 73.92%
HSB/HSV 20° 1.58% 74.51%
CMYK 0.00% 1.05% 1.58%
25.49%

Color #BEBCBB in popluar number systems.

HEX BE BC BB
Decimal 190 188 187
Binary 10111110 10111100 10111011
Octal 276 274 273

Shades and tints

Shades of #BEBCBB

#BEBCBB
(190,188,187)
#ADABAA
(173,171,170)
#9C9A99
(156,154,153)
#8B8988
(139,137,136)
#7A7877
(122,120,119)
#696766
(105,103,102)
#585655
(88,86,85)
#474544
(71,69,68)
#363433
(54,52,51)
#252322
(37,35,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BEBCBB

#BEBCBB
(190,188,187)
#C3C2C1
(195,194,193)
#C8C8C7
(200,200,199)
#CDCECD
(205,206,205)
#D2D4D3
(210,212,211)
#D7DAD9
(215,218,217)
#DCE0DF
(220,224,223)
#E1E6E5
(225,230,229)
#E6ECEB
(230,236,235)
#EBF2F1
(235,242,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCBB; }

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

This text font color is #BEBCBB.

Background Color

.myBgColor { background-color: #BEBCBB; }

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

This div background color is #BEBCBB.

Border color

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

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

This div border color is #BEBCBB.

Opacity

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

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

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

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

This text has shadow with #BEBCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCBB.

Preview

Color preview on black background

This text has color #BEBCBB on black background.


Color preview on white background

This text has color #BEBCBB on white background.


Black color preview on #BEBCBB background

This text has black color on #BEBCBB background.


White color preview on #BEBCBB background

This text has white color on #BEBCBB background.


Related colors

Complementary color

Complementary color for #hex is #414344.


I love getcolorcode.com

Triadic colors

1 #BBBEBC and #BCBBBE with #BEBCBB are triadic colors.

2 #BBBCBE and #BCBEBB with #BEBCBB are triadic colors.