COLOR #BEBEC9

HEX: #BEBEC9 RGB: (190,190,201)

Color info

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

RGB color model

#BEBEC9 color RGB value is (190,190,201).

RGB: (190,190,201) (75%, 75%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 201 of 255 = 79%

190
190
201

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 201 = 581 (100%)
R 190 of 581 ~ 32.7%
G 190 of 581 ~ 32.7%
B 201 of 581 ~ 34.6'%

%32.7
%32.7
%34.6

CMYK color model

#BEBEC9 color CMYK value is (5,5,0,21).

  • cyan value is 5.47%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (5,5,0,21)
C5M5Y0K21 (5%, 5%, 0%, 21%)
(0.05 / 0.05 / 0.00 / 0.21)

CMYK percentages

%5.47
%5.47
%0
%21.18

Codes

Color #BEBEC9 in popluar color models

BE BE C9
RGB 190 190 201
HSL 240° 9.24% 76.67%
HSB/HSV 240° 5.47% 78.82%
CMYK 5.47% 5.47% 0.00%
21.18%

Color #BEBEC9 in popluar number systems.

HEX BE BE C9
Decimal 190 190 201
Binary 10111110 10111110 11001001
Octal 276 276 311

Shades and tints

Shades of #BEBEC9

#BEBEC9
(190,190,201)
#ADADB7
(173,173,183)
#9C9CA5
(156,156,165)
#8B8B93
(139,139,147)
#7A7A81
(122,122,129)
#69696F
(105,105,111)
#58585D
(88,88,93)
#47474B
(71,71,75)
#363639
(54,54,57)
#252527
(37,37,39)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEBEC9

#BEBEC9
(190,190,201)
#C3C3CD
(195,195,205)
#C8C8D1
(200,200,209)
#CDCDD5
(205,205,213)
#D2D2D9
(210,210,217)
#D7D7DD
(215,215,221)
#DCDCE1
(220,220,225)
#E1E1E5
(225,225,229)
#E6E6E9
(230,230,233)
#EBEBED
(235,235,237)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEC9; }

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

This text font color is #BEBEC9.

Background Color

.myBgColor { background-color: #BEBEC9; }

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

This div background color is #BEBEC9.

Border color

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

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

This div border color is #BEBEC9.

Opacity

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

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

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

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

This text has shadow with #BEBEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEC9.

Preview

Color preview on black background

This text has color #BEBEC9 on black background.


Color preview on white background

This text has color #BEBEC9 on white background.


Black color preview on #BEBEC9 background

This text has black color on #BEBEC9 background.


White color preview on #BEBEC9 background

This text has white color on #BEBEC9 background.


Related colors

Complementary color

Complementary color for #hex is #414136.


I love getcolorcode.com