COLOR #BEBDE6

HEX: #BEBDE6
RGB: (190,189,230)

Color info

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

RGB color model

#BEBDE6 color RGB value is (190,189,230).

  • red value is 190;
  • green value is 189;
  • blue value is 230.
RGB:
(190,189,230)
(75%,74%,90%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 230 of 255 = 90%

190
189
230

R + G + B ~ 80%. #BEBDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 230 = 609 (100%)
R 190 of 609 ~ 31.2%
G 189 of 609 ~ 31.03%
B 230 of 609 ~ 37.77%

%31.2
%31.03
%37.77

CMYK color model

#BEBDE6 color CMYK value is (17,18,0,10).

  • cyan value is 17.39%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,18,0,10)
C17M18Y0K10 
(17%,18%,0%,10%)
(0.17/0.18/0.00/0.10)	

CMYK percentages

%17.39
%17.83
%0
%9.8

Codes

Color #BEBDE6 in popluar color models

BEBDE6
RGB190189230
HSL241°45.05%82.16%
HSB/HSV241°17.83%90.20%
CMYK17.39%17.83%0.00%
9.80%

Color #BEBDE6 in popluar number systems.

HEXBEBDE6
Decimal190189230
Binary101111101011110111100110
Octal276275346

Shades and tints

Shades of #BEBDE6

#BEBDE6
(190,189,230)
#ADACD2
(173,172,210)
#9C9BBE
(156,155,190)
#8B8AAA
(139,138,170)
#7A7996
(122,121,150)
#696882
(105,104,130)
#58576E
(88,87,110)
#47465A
(71,70,90)
#363546
(54,53,70)
#252432
(37,36,50)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #BEBDE6

#BEBDE6
(190,189,230)
#C3C3E8
(195,195,232)
#C8C9EA
(200,201,234)
#CDCFEC
(205,207,236)
#D2D5EE
(210,213,238)
#D7DBF0
(215,219,240)
#DCE1F2
(220,225,242)
#E1E7F4
(225,231,244)
#E6EDF6
(230,237,246)
#EBF3F8
(235,243,248)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDE6; }

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

This text font color is #BEBDE6.


Background Color

.myBgColor { background-color: #BEBDE6; }

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

This div background color is #BEBDE6.


Border color

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

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

This div border color is #BEBDE6.


Opacity

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

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

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

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

This text has shadow with #BEBDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDE6 on black background.


Color preview on white background

This text has color #BEBDE6 on white background.



Black color preview on #BEBDE6 background

This text has black color on #BEBDE6 background.


White color preview on #BEBDE6 background

This text has white color on #BEBDE6 background.