COLOR #BEB4BE

HEX: #BEB4BE RGB: (190,180,190)

Color info

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

RGB color model

#BEB4BE color RGB value is (190,180,190).

RGB: (190,180,190) (75%, 71%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 190 of 255 = 75%

190
180
190

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

Portions of RGB colors in percentages

R + G + B = 190 + 180 + 190 = 560 (100%)
R 190 of 560 ~ 33.93%
G 180 of 560 ~ 32.14%
B 190 of 560 ~ 33.93'%

%33.93
%32.14
%33.93

CMYK color model

#BEB4BE color CMYK value is (0,5,0,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (0,5,0,25)
C0M5Y0K25 (0%, 5%, 0%, 25%)
(0.00 / 0.05 / 0.00 / 0.25)

CMYK percentages

%0
%5.26
%0
%25.49

Codes

Color #BEB4BE in popluar color models

BE B4 BE
RGB 190 180 190
HSL 300° 7.14% 72.55%
HSB/HSV 300° 5.26% 74.51%
CMYK 0.00% 5.26% 0.00%
25.49%

Color #BEB4BE in popluar number systems.

HEX BE B4 BE
Decimal 190 180 190
Binary 10111110 10110100 10111110
Octal 276 264 276

Shades and tints

Shades of #BEB4BE

#BEB4BE
(190,180,190)
#ADA4AD
(173,164,173)
#9C949C
(156,148,156)
#8B848B
(139,132,139)
#7A747A
(122,116,122)
#696469
(105,100,105)
#585458
(88,84,88)
#474447
(71,68,71)
#363436
(54,52,54)
#252425
(37,36,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEB4BE

#BEB4BE
(190,180,190)
#C3BAC3
(195,186,195)
#C8C0C8
(200,192,200)
#CDC6CD
(205,198,205)
#D2CCD2
(210,204,210)
#D7D2D7
(215,210,215)
#DCD8DC
(220,216,220)
#E1DEE1
(225,222,225)
#E6E4E6
(230,228,230)
#EBEAEB
(235,234,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4BE; }

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

This text font color is #BEB4BE.

Background Color

.myBgColor { background-color: #BEB4BE; }

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

This div background color is #BEB4BE.

Border color

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

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

This div border color is #BEB4BE.

Opacity

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

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

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

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

This text has shadow with #BEB4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB4BE.

Preview

Color preview on black background

This text has color #BEB4BE on black background.


Color preview on white background

This text has color #BEB4BE on white background.


Black color preview on #BEB4BE background

This text has black color on #BEB4BE background.


White color preview on #BEB4BE background

This text has white color on #BEB4BE background.


Related colors

Complementary color

Complementary color for #hex is #414B41.


I love getcolorcode.com

Triadic colors

1 #BEBEB4 and #B4BEBE with #BEB4BE are triadic colors.

2 #BEB4BE and #B4BEBE with #BEB4BE are triadic colors.