COLOR #BEBEDB

HEX: #BEBEDB RGB: (190,190,219)

Color info

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

RGB color model

#BEBEDB color RGB value is (190,190,219).

RGB: (190,190,219) (75%, 75%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 219 of 255 = 86%

190
190
219

R + G + B ~ 79%. #BEBEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 219 = 599 (100%)
R 190 of 599 ~ 31.72%
G 190 of 599 ~ 31.72%
B 219 of 599 ~ 36.56'%

%31.72
%31.72
%36.56

CMYK color model

#BEBEDB color CMYK value is (13,13,0,14).

  • cyan value is 13.24%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (13,13,0,14) C13M13Y0K14 (13%,13%,0%,14%) (0.13/0.13/0.00/0.14) 

CMYK percentages

%13.24
%13.24
%0
%14.12

Codes

Color #BEBEDB in popluar color models

BE BE DB
RGB 190 190 219
HSL 240° 28.71% 80.20%
HSB/HSV 240° 13.24% 85.88%
CMYK 13.24% 13.24% 0.00%
14.12%

Color #BEBEDB in popluar number systems.

HEX BE BE DB
Decimal 190 190 219
Binary 10111110 10111110 11011011
Octal 276 276 333

Shades and tints

Shades of #BEBEDB

#BEBEDB
(190,190,219)
#ADADC8
(173,173,200)
#9C9CB5
(156,156,181)
#8B8BA2
(139,139,162)
#7A7A8F
(122,122,143)
#69697C
(105,105,124)
#585869
(88,88,105)
#474756
(71,71,86)
#363643
(54,54,67)
#252530
(37,37,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BEBEDB

#BEBEDB
(190,190,219)
#C3C3DE
(195,195,222)
#C8C8E1
(200,200,225)
#CDCDE4
(205,205,228)
#D2D2E7
(210,210,231)
#D7D7EA
(215,215,234)
#DCDCED
(220,220,237)
#E1E1F0
(225,225,240)
#E6E6F3
(230,230,243)
#EBEBF6
(235,235,246)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEDB; }

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

This text font color is #BEBEDB.

Background Color

.myBgColor { background-color: #BEBEDB; }

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

This div background color is #BEBEDB.

Border color

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

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

This div border color is #BEBEDB.

Opacity

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

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

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

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

This text has shadow with #BEBEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEDB.

Preview

Color preview on black background

This text has color #BEBEDB on black background.


Color preview on white background

This text has color #BEBEDB on white background.


Black color preview on #BEBEDB background

This text has black color on #BEBEDB background.


White color preview on #BEBEDB background

This text has white color on #BEBEDB background.


Related colors

Complementary color

Complementary color for #hex is #414124.


I love getcolorcode.com