COLOR #BEBECB

HEX: #BEBECB RGB: (190,190,203)

Color info

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

RGB color model

#BEBECB color RGB value is (190,190,203).

RGB: (190,190,203) (75%, 75%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 203 of 255 = 80%

190
190
203

R + G + B ~ 77%. #BEBECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 203 = 583 (100%)
R 190 of 583 ~ 32.59%
G 190 of 583 ~ 32.59%
B 203 of 583 ~ 34.82'%

%32.59
%32.59
%34.82

CMYK color model

#BEBECB color CMYK value is (6,6,0,20).

  • cyan value is 6.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,6,0,20)
C6M6Y0K20 (6%, 6%, 0%, 20%)
(0.06 / 0.06 / 0.00 / 0.20)

CMYK percentages

%6.4
%6.4
%0
%20.39

Codes

Color #BEBECB in popluar color models

BE BE CB
RGB 190 190 203
HSL 240° 11.11% 77.06%
HSB/HSV 240° 6.40% 79.61%
CMYK 6.40% 6.40% 0.00%
20.39%

Color #BEBECB in popluar number systems.

HEX BE BE CB
Decimal 190 190 203
Binary 10111110 10111110 11001011
Octal 276 276 313

Shades and tints

Shades of #BEBECB

#BEBECB
(190,190,203)
#ADADB9
(173,173,185)
#9C9CA7
(156,156,167)
#8B8B95
(139,139,149)
#7A7A83
(122,122,131)
#696971
(105,105,113)
#58585F
(88,88,95)
#47474D
(71,71,77)
#36363B
(54,54,59)
#252529
(37,37,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEBECB

#BEBECB
(190,190,203)
#C3C3CF
(195,195,207)
#C8C8D3
(200,200,211)
#CDCDD7
(205,205,215)
#D2D2DB
(210,210,219)
#D7D7DF
(215,215,223)
#DCDCE3
(220,220,227)
#E1E1E7
(225,225,231)
#E6E6EB
(230,230,235)
#EBEBEF
(235,235,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBECB; }

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

This text font color is #BEBECB.

Background Color

.myBgColor { background-color: #BEBECB; }

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

This div background color is #BEBECB.

Border color

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

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

This div border color is #BEBECB.

Opacity

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

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

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

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

This text has shadow with #BEBECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBECB.

Preview

Color preview on black background

This text has color #BEBECB on black background.


Color preview on white background

This text has color #BEBECB on white background.


Black color preview on #BEBECB background

This text has black color on #BEBECB background.


White color preview on #BEBECB background

This text has white color on #BEBECB background.


Related colors

Complementary color

Complementary color for #hex is #414134.


I love getcolorcode.com