COLOR #BEBBB6

HEX: #BEBBB6 RGB: (190,187,182)

Color info

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

RGB color model

#BEBBB6 color RGB value is (190,187,182).

RGB: (190,187,182) (75%, 73%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 182 of 255 = 71%

190
187
182

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 182 = 559 (100%)
R 190 of 559 ~ 33.99%
G 187 of 559 ~ 33.45%
B 182 of 559 ~ 32.56'%

%33.99
%33.45
%32.56

CMYK color model

#BEBBB6 color CMYK value is (0,2,4,25).

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

CMYK: (0,2,4,25)
C0M2Y4K25 (0%, 2%, 4%, 25%)
(0.00 / 0.02 / 0.04 / 0.25)

CMYK percentages

%0
%1.58
%4.21
%25.49

Codes

Color #BEBBB6 in popluar color models

BE BB B6
RGB 190 187 182
HSL 37° 5.80% 72.94%
HSB/HSV 37° 4.21% 74.51%
CMYK 0.00% 1.58% 4.21%
25.49%

Color #BEBBB6 in popluar number systems.

HEX BE BB B6
Decimal 190 187 182
Binary 10111110 10111011 10110110
Octal 276 273 266

Shades and tints

Shades of #BEBBB6

#BEBBB6
(190,187,182)
#ADAAA6
(173,170,166)
#9C9996
(156,153,150)
#8B8886
(139,136,134)
#7A7776
(122,119,118)
#696666
(105,102,102)
#585556
(88,85,86)
#474446
(71,68,70)
#363336
(54,51,54)
#252226
(37,34,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEBBB6

#BEBBB6
(190,187,182)
#C3C1BC
(195,193,188)
#C8C7C2
(200,199,194)
#CDCDC8
(205,205,200)
#D2D3CE
(210,211,206)
#D7D9D4
(215,217,212)
#DCDFDA
(220,223,218)
#E1E5E0
(225,229,224)
#E6EBE6
(230,235,230)
#EBF1EC
(235,241,236)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBB6; }

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

This text font color is #BEBBB6.

Background Color

.myBgColor { background-color: #BEBBB6; }

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

This div background color is #BEBBB6.

Border color

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

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

This div border color is #BEBBB6.

Opacity

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

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

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

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

This text has shadow with #BEBBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBB6.

Preview

Color preview on black background

This text has color #BEBBB6 on black background.


Color preview on white background

This text has color #BEBBB6 on white background.


Black color preview on #BEBBB6 background

This text has black color on #BEBBB6 background.


White color preview on #BEBBB6 background

This text has white color on #BEBBB6 background.


Related colors

Complementary color

Complementary color for #hex is #414449.


I love getcolorcode.com

Triadic colors

1 #B6BEBB and #BBB6BE with #BEBBB6 are triadic colors.

2 #B6BBBE and #BBBEB6 with #BEBBB6 are triadic colors.