COLOR #BEB5F0

HEX: #BEB5F0
RGB: (190,181,240)

Color info

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

RGB color model

#BEB5F0 color RGB value is (190,181,240).

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

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 240 of 255 = 94%

190
181
240

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 240 = 611 (100%)
R 190 of 611 ~ 31.1%
G 181 of 611 ~ 29.62%
B 240 of 611 ~ 39.28%

%31.1
%29.62
%39.28

CMYK color model

#BEB5F0 color CMYK value is (21,25,0,6).

  • cyan value is 20.83%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,25,0,6)
C21M25Y0K6 
(21%,25%,0%,6%)
(0.21/0.25/0.00/0.06)	

CMYK percentages

%20.83
%24.58
%0
%5.88

Codes

Color #BEB5F0 in popluar color models

BEB5F0
RGB190181240
HSL249°66.29%82.55%
HSB/HSV249°24.58%94.12%
CMYK20.83%24.58%0.00%
5.88%

Color #BEB5F0 in popluar number systems.

HEXBEB5F0
Decimal190181240
Binary101111101011010111110000
Octal276265360

Shades and tints

Shades of #BEB5F0

#BEB5F0
(190,181,240)
#ADA5DB
(173,165,219)
#9C95C6
(156,149,198)
#8B85B1
(139,133,177)
#7A759C
(122,117,156)
#696587
(105,101,135)
#585572
(88,85,114)
#47455D
(71,69,93)
#363548
(54,53,72)
#252533
(37,37,51)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #BEB5F0

#BEB5F0
(190,181,240)
#C3BBF1
(195,187,241)
#C8C1F2
(200,193,242)
#CDC7F3
(205,199,243)
#D2CDF4
(210,205,244)
#D7D3F5
(215,211,245)
#DCD9F6
(220,217,246)
#E1DFF7
(225,223,247)
#E6E5F8
(230,229,248)
#EBEBF9
(235,235,249)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5F0; }

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

This text font color is #BEB5F0.


Background Color

.myBgColor { background-color: #BEB5F0; }

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

This div background color is #BEB5F0.


Border color

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

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

This div border color is #BEB5F0.


Opacity

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

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

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

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

This text has shadow with #BEB5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5F0 on black background.


Color preview on white background

This text has color #BEB5F0 on white background.



Black color preview on #BEB5F0 background

This text has black color on #BEB5F0 background.


White color preview on #BEB5F0 background

This text has white color on #BEB5F0 background.