COLOR #BEBDEA

HEX: #BEBDEA
RGB: (190,189,234)

Color info

#BEBDEA contains red, green and blue colors in about the same proportion. Web safe color of #BEBDEA is #CCCCFF (or #CCF).

RGB color model

#BEBDEA color RGB value is (190,189,234).

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

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 234 of 255 = 92%

190
189
234

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 234 = 613 (100%)
R 190 of 613 ~ 31%
G 189 of 613 ~ 30.83%
B 234 of 613 ~ 38.17%

%31
%30.83
%38.17

CMYK color model

#BEBDEA color CMYK value is (19,19,0,8).

  • cyan value is 18.80%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,19,0,8)
C19M19Y0K8 
(19%,19%,0%,8%)
(0.19/0.19/0.00/0.08)	

CMYK percentages

%18.8
%19.23
%0
%8.24

Codes

Color #BEBDEA in popluar color models

BEBDEA
RGB190189234
HSL241°51.72%82.94%
HSB/HSV241°19.23%91.76%
CMYK18.80%19.23%0.00%
8.24%

Color #BEBDEA in popluar number systems.

HEXBEBDEA
Decimal190189234
Binary101111101011110111101010
Octal276275352

Shades and tints

Shades of #BEBDEA

#BEBDEA
(190,189,234)
#ADACD5
(173,172,213)
#9C9BC0
(156,155,192)
#8B8AAB
(139,138,171)
#7A7996
(122,121,150)
#696881
(105,104,129)
#58576C
(88,87,108)
#474657
(71,70,87)
#363542
(54,53,66)
#25242D
(37,36,45)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BEBDEA

#BEBDEA
(190,189,234)
#C3C3EB
(195,195,235)
#C8C9EC
(200,201,236)
#CDCFED
(205,207,237)
#D2D5EE
(210,213,238)
#D7DBEF
(215,219,239)
#DCE1F0
(220,225,240)
#E1E7F1
(225,231,241)
#E6EDF2
(230,237,242)
#EBF3F3
(235,243,243)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDEA; }

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

This text font color is #BEBDEA.


Background Color

.myBgColor { background-color: #BEBDEA; }

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

This div background color is #BEBDEA.


Border color

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

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

This div border color is #BEBDEA.


Opacity

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

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

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

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

This text has shadow with #BEBDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDEA on black background.


Color preview on white background

This text has color #BEBDEA on white background.



Black color preview on #BEBDEA background

This text has black color on #BEBDEA background.


White color preview on #BEBDEA background

This text has white color on #BEBDEA background.