COLOR #BEB1F4

HEX: #BEB1F4
RGB: (190,177,244)

Color info

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

RGB color model

#BEB1F4 color RGB value is (190,177,244).

  • red value is 190;
  • green value is 177;
  • blue value is 244.
RGB:
(190,177,244)
(75%,69%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 244 of 255 = 96%

190
177
244

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 244 = 611 (100%)
R 190 of 611 ~ 31.1%
G 177 of 611 ~ 28.97%
B 244 of 611 ~ 39.93%

%31.1
%28.97
%39.93

CMYK color model

#BEB1F4 color CMYK value is (22,27,0,4).

  • cyan value is 22.13%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(22,27,0,4)
C22M27Y0K4 
(22%,27%,0%,4%)
(0.22/0.27/0.00/0.04)	

CMYK percentages

%22.13
%27.46
%0
%4.31

Codes

Color #BEB1F4 in popluar color models

BEB1F4
RGB190177244
HSL252°75.28%82.55%
HSB/HSV252°27.46%95.69%
CMYK22.13%27.46%0.00%
4.31%

Color #BEB1F4 in popluar number systems.

HEXBEB1F4
Decimal190177244
Binary101111101011000111110100
Octal276261364

Shades and tints

Shades of #BEB1F4

#BEB1F4
(190,177,244)
#ADA1DE
(173,161,222)
#9C91C8
(156,145,200)
#8B81B2
(139,129,178)
#7A719C
(122,113,156)
#696186
(105,97,134)
#585170
(88,81,112)
#47415A
(71,65,90)
#363144
(54,49,68)
#25212E
(37,33,46)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BEB1F4

#BEB1F4
(190,177,244)
#C3B8F5
(195,184,245)
#C8BFF6
(200,191,246)
#CDC6F7
(205,198,247)
#D2CDF8
(210,205,248)
#D7D4F9
(215,212,249)
#DCDBFA
(220,219,250)
#E1E2FB
(225,226,251)
#E6E9FC
(230,233,252)
#EBF0FD
(235,240,253)
#F0F7FE
(240,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB1F4 color. Also use rgb(190,177,244) instead hex code.

Text Font Color

.myTextColor { color: #BEB1F4; }

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

This text font color is #BEB1F4.


Background Color

.myBgColor { background-color: #BEB1F4; }

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

This div background color is #BEB1F4.


Border color

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

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

This div border color is #BEB1F4.


Opacity

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

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

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

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

This text has shadow with #BEB1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1F4 on black background.


Color preview on white background

This text has color #BEB1F4 on white background.



Black color preview on #BEB1F4 background

This text has black color on #BEB1F4 background.


White color preview on #BEB1F4 background

This text has white color on #BEB1F4 background.