COLOR #BEBBB9

HEX: #BEBBB9 RGB: (190,187,185)

Color info

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

RGB color model

#BEBBB9 color RGB value is (190,187,185).

RGB: (190,187,185) (75%, 73%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 185 of 255 = 73%

190
187
185

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 185 = 562 (100%)
R 190 of 562 ~ 33.81%
G 187 of 562 ~ 33.27%
B 185 of 562 ~ 32.92'%

%33.81
%33.27
%32.92

CMYK color model

#BEBBB9 color CMYK value is (0,2,3,25).

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

CMYK: (0,2,3,25)
C0M2Y3K25 (0%, 2%, 3%, 25%)
(0.00 / 0.02 / 0.03 / 0.25)

CMYK percentages

%0
%1.58
%2.63
%25.49

Codes

Color #BEBBB9 in popluar color models

BE BB B9
RGB 190 187 185
HSL 24° 3.70% 73.53%
HSB/HSV 24° 2.63% 74.51%
CMYK 0.00% 1.58% 2.63%
25.49%

Color #BEBBB9 in popluar number systems.

HEX BE BB B9
Decimal 190 187 185
Binary 10111110 10111011 10111001
Octal 276 273 271

Shades and tints

Shades of #BEBBB9

#BEBBB9
(190,187,185)
#ADAAA9
(173,170,169)
#9C9999
(156,153,153)
#8B8889
(139,136,137)
#7A7779
(122,119,121)
#696669
(105,102,105)
#585559
(88,85,89)
#474449
(71,68,73)
#363339
(54,51,57)
#252229
(37,34,41)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #BEBBB9

#BEBBB9
(190,187,185)
#C3C1BF
(195,193,191)
#C8C7C5
(200,199,197)
#CDCDCB
(205,205,203)
#D2D3D1
(210,211,209)
#D7D9D7
(215,217,215)
#DCDFDD
(220,223,221)
#E1E5E3
(225,229,227)
#E6EBE9
(230,235,233)
#EBF1EF
(235,241,239)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBB9; }

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

This text font color is #BEBBB9.

Background Color

.myBgColor { background-color: #BEBBB9; }

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

This div background color is #BEBBB9.

Border color

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

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

This div border color is #BEBBB9.

Opacity

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

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

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

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

This text has shadow with #BEBBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBB9.

Preview

Color preview on black background

This text has color #BEBBB9 on black background.


Color preview on white background

This text has color #BEBBB9 on white background.


Black color preview on #BEBBB9 background

This text has black color on #BEBBB9 background.


White color preview on #BEBBB9 background

This text has white color on #BEBBB9 background.


Related colors

Complementary color

Complementary color for #hex is #414446.


I love getcolorcode.com

Triadic colors

1 #B9BEBB and #BBB9BE with #BEBBB9 are triadic colors.

2 #B9BBBE and #BBBEB9 with #BEBBB9 are triadic colors.