COLOR #BEBDE4

HEX: #BEBDE4
RGB: (190,189,228)

Color info

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

RGB color model

#BEBDE4 color RGB value is (190,189,228).

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

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 228 of 255 = 89%

190
189
228

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 228 = 607 (100%)
R 190 of 607 ~ 31.3%
G 189 of 607 ~ 31.14%
B 228 of 607 ~ 37.56%

%31.3
%31.14
%37.56

CMYK color model

#BEBDE4 color CMYK value is (17,17,0,11).

  • cyan value is 16.67%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,17,0,11)
C17M17Y0K11 
(17%,17%,0%,11%)
(0.17/0.17/0.00/0.11)	

CMYK percentages

%16.67
%17.11
%0
%10.59

Codes

Color #BEBDE4 in popluar color models

BEBDE4
RGB190189228
HSL242°41.94%81.76%
HSB/HSV242°17.11%89.41%
CMYK16.67%17.11%0.00%
10.59%

Color #BEBDE4 in popluar number systems.

HEXBEBDE4
Decimal190189228
Binary101111101011110111100100
Octal276275344

Shades and tints

Shades of #BEBDE4

#BEBDE4
(190,189,228)
#ADACD0
(173,172,208)
#9C9BBC
(156,155,188)
#8B8AA8
(139,138,168)
#7A7994
(122,121,148)
#696880
(105,104,128)
#58576C
(88,87,108)
#474658
(71,70,88)
#363544
(54,53,68)
#252430
(37,36,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BEBDE4

#BEBDE4
(190,189,228)
#C3C3E6
(195,195,230)
#C8C9E8
(200,201,232)
#CDCFEA
(205,207,234)
#D2D5EC
(210,213,236)
#D7DBEE
(215,219,238)
#DCE1F0
(220,225,240)
#E1E7F2
(225,231,242)
#E6EDF4
(230,237,244)
#EBF3F6
(235,243,246)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDE4; }

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

This text font color is #BEBDE4.


Background Color

.myBgColor { background-color: #BEBDE4; }

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

This div background color is #BEBDE4.


Border color

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

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

This div border color is #BEBDE4.


Opacity

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

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

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

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

This text has shadow with #BEBDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDE4 on black background.


Color preview on white background

This text has color #BEBDE4 on white background.



Black color preview on #BEBDE4 background

This text has black color on #BEBDE4 background.


White color preview on #BEBDE4 background

This text has white color on #BEBDE4 background.