COLOR #BEB2F9

HEX: #BEB2F9
RGB: (190,178,249)

Color info

#BEB2F9 contains mainly red and blue colors. Web safe color of #BEB2F9 is #CC99FF (or #C9F).

RGB color model

#BEB2F9 color RGB value is (190,178,249).

  • red value is 190;
  • green value is 178;
  • blue value is 249.
RGB:
(190,178,249)
(75%,70%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 249 of 255 = 98%

190
178
249

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 249 = 617 (100%)
R 190 of 617 ~ 30.79%
G 178 of 617 ~ 28.85%
B 249 of 617 ~ 40.36%

%30.79
%28.85
%40.36

CMYK color model

#BEB2F9 color CMYK value is (24,29,0,2).

  • cyan value is 23.69%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,29,0,2)
C24M29Y0K2 
(24%,29%,0%,2%)
(0.24/0.29/0.00/0.02)	

CMYK percentages

%23.69
%28.51
%0
%2.35

Codes

Color #BEB2F9 in popluar color models

BEB2F9
RGB190178249
HSL250°85.54%83.73%
HSB/HSV250°28.51%97.65%
CMYK23.69%28.51%0.00%
2.35%

Color #BEB2F9 in popluar number systems.

HEXBEB2F9
Decimal190178249
Binary101111101011001011111001
Octal276262371

Shades and tints

Shades of #BEB2F9

#BEB2F9
(190,178,249)
#ADA2E3
(173,162,227)
#9C92CD
(156,146,205)
#8B82B7
(139,130,183)
#7A72A1
(122,114,161)
#69628B
(105,98,139)
#585275
(88,82,117)
#47425F
(71,66,95)
#363249
(54,50,73)
#252233
(37,34,51)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #BEB2F9

#BEB2F9
(190,178,249)
#C3B9F9
(195,185,249)
#C8C0F9
(200,192,249)
#CDC7F9
(205,199,249)
#D2CEF9
(210,206,249)
#D7D5F9
(215,213,249)
#DCDCF9
(220,220,249)
#E1E3F9
(225,227,249)
#E6EAF9
(230,234,249)
#EBF1F9
(235,241,249)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB2F9 color. Also use rgb(190,178,249) instead hex code.

Text Font Color

.myTextColor { color: #BEB2F9; }

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

This text font color is #BEB2F9.


Background Color

.myBgColor { background-color: #BEB2F9; }

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

This div background color is #BEB2F9.


Border color

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

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

This div border color is #BEB2F9.


Opacity

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

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

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

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

This text has shadow with #BEB2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2F9 on black background.


Color preview on white background

This text has color #BEB2F9 on white background.



Black color preview on #BEB2F9 background

This text has black color on #BEB2F9 background.


White color preview on #BEB2F9 background

This text has white color on #BEB2F9 background.