COLOR #BEB5F6

HEX: #BEB5F6
RGB: (190,181,246)

Color info

#BEB5F6 contains mainly red and blue colors. Web safe color of #BEB5F6 is #CCCCFF (or #CCF).

RGB color model

#BEB5F6 color RGB value is (190,181,246).

  • red value is 190;
  • green value is 181;
  • blue value is 246.
RGB:
(190,181,246)
(75%,71%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 246 of 255 = 96%

190
181
246

R + G + B ~ 81%. #BEB5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 246 = 617 (100%)
R 190 of 617 ~ 30.79%
G 181 of 617 ~ 29.34%
B 246 of 617 ~ 39.87%

%30.79
%29.34
%39.87

CMYK color model

#BEB5F6 color CMYK value is (23,26,0,4).

  • cyan value is 22.76%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,26,0,4)
C23M26Y0K4 
(23%,26%,0%,4%)
(0.23/0.26/0.00/0.04)	

CMYK percentages

%22.76
%26.42
%0
%3.53

Codes

Color #BEB5F6 in popluar color models

BEB5F6
RGB190181246
HSL248°78.31%83.73%
HSB/HSV248°26.42%96.47%
CMYK22.76%26.42%0.00%
3.53%

Color #BEB5F6 in popluar number systems.

HEXBEB5F6
Decimal190181246
Binary101111101011010111110110
Octal276265366

Shades and tints

Shades of #BEB5F6

#BEB5F6
(190,181,246)
#ADA5E0
(173,165,224)
#9C95CA
(156,149,202)
#8B85B4
(139,133,180)
#7A759E
(122,117,158)
#696588
(105,101,136)
#585572
(88,85,114)
#47455C
(71,69,92)
#363546
(54,53,70)
#252530
(37,37,48)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BEB5F6

#BEB5F6
(190,181,246)
#C3BBF6
(195,187,246)
#C8C1F6
(200,193,246)
#CDC7F6
(205,199,246)
#D2CDF6
(210,205,246)
#D7D3F6
(215,211,246)
#DCD9F6
(220,217,246)
#E1DFF6
(225,223,246)
#E6E5F6
(230,229,246)
#EBEBF6
(235,235,246)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5F6; }

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

This text font color is #BEB5F6.


Background Color

.myBgColor { background-color: #BEB5F6; }

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

This div background color is #BEB5F6.


Border color

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

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

This div border color is #BEB5F6.


Opacity

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

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

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

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

This text has shadow with #BEB5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5F6 on black background.


Color preview on white background

This text has color #BEB5F6 on white background.



Black color preview on #BEB5F6 background

This text has black color on #BEB5F6 background.


White color preview on #BEB5F6 background

This text has white color on #BEB5F6 background.