COLOR #BEBEC5

HEX: #BEBEC5 RGB: (190,190,197)

Color info

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

RGB color model

#BEBEC5 color RGB value is (190,190,197).

RGB: (190,190,197) (75%, 75%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 197 of 255 = 77%

190
190
197

R + G + B ~ 76%. #BEBEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 197 = 577 (100%)
R 190 of 577 ~ 32.93%
G 190 of 577 ~ 32.93%
B 197 of 577 ~ 34.14'%

%32.93
%32.93
%34.14

CMYK color model

#BEBEC5 color CMYK value is (4,4,0,23).

  • cyan value is 3.55%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,4,0,23)
C4M4Y0K23 (4%, 4%, 0%, 23%)
(0.04 / 0.04 / 0.00 / 0.23)

CMYK percentages

%3.55
%3.55
%0
%22.75

Codes

Color #BEBEC5 in popluar color models

BE BE C5
RGB 190 190 197
HSL 240° 5.69% 75.88%
HSB/HSV 240° 3.55% 77.25%
CMYK 3.55% 3.55% 0.00%
22.75%

Color #BEBEC5 in popluar number systems.

HEX BE BE C5
Decimal 190 190 197
Binary 10111110 10111110 11000101
Octal 276 276 305

Shades and tints

Shades of #BEBEC5

#BEBEC5
(190,190,197)
#ADADB4
(173,173,180)
#9C9CA3
(156,156,163)
#8B8B92
(139,139,146)
#7A7A81
(122,122,129)
#696970
(105,105,112)
#58585F
(88,88,95)
#47474E
(71,71,78)
#36363D
(54,54,61)
#25252C
(37,37,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEBEC5

#BEBEC5
(190,190,197)
#C3C3CA
(195,195,202)
#C8C8CF
(200,200,207)
#CDCDD4
(205,205,212)
#D2D2D9
(210,210,217)
#D7D7DE
(215,215,222)
#DCDCE3
(220,220,227)
#E1E1E8
(225,225,232)
#E6E6ED
(230,230,237)
#EBEBF2
(235,235,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEC5; }

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

This text font color is #BEBEC5.

Background Color

.myBgColor { background-color: #BEBEC5; }

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

This div background color is #BEBEC5.

Border color

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

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

This div border color is #BEBEC5.

Opacity

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

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

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

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

This text has shadow with #BEBEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEC5.

Preview

Color preview on black background

This text has color #BEBEC5 on black background.


Color preview on white background

This text has color #BEBEC5 on white background.


Black color preview on #BEBEC5 background

This text has black color on #BEBEC5 background.


White color preview on #BEBEC5 background

This text has white color on #BEBEC5 background.


Related colors

Complementary color

Complementary color for #hex is #41413A.


I love getcolorcode.com