COLOR #BEB1F2

HEX: #BEB1F2
RGB: (190,177,242)

Color info

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

RGB color model

#BEB1F2 color RGB value is (190,177,242).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 242 of 255 = 95%

190
177
242

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 242 = 609 (100%)
R 190 of 609 ~ 31.2%
G 177 of 609 ~ 29.06%
B 242 of 609 ~ 39.74%

%31.2
%29.06
%39.74

CMYK color model

#BEB1F2 color CMYK value is (21,27,0,5).

  • cyan value is 21.49%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,27,0,5)
C21M27Y0K5 
(21%,27%,0%,5%)
(0.21/0.27/0.00/0.05)	

CMYK percentages

%21.49
%26.86
%0
%5.1

Codes

Color #BEB1F2 in popluar color models

BEB1F2
RGB190177242
HSL252°71.43%82.16%
HSB/HSV252°26.86%94.90%
CMYK21.49%26.86%0.00%
5.10%

Color #BEB1F2 in popluar number systems.

HEXBEB1F2
Decimal190177242
Binary101111101011000111110010
Octal276261362

Shades and tints

Shades of #BEB1F2

#BEB1F2
(190,177,242)
#ADA1DC
(173,161,220)
#9C91C6
(156,145,198)
#8B81B0
(139,129,176)
#7A719A
(122,113,154)
#696184
(105,97,132)
#58516E
(88,81,110)
#474158
(71,65,88)
#363142
(54,49,66)
#25212C
(37,33,44)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEB1F2

#BEB1F2
(190,177,242)
#C3B8F3
(195,184,243)
#C8BFF4
(200,191,244)
#CDC6F5
(205,198,245)
#D2CDF6
(210,205,246)
#D7D4F7
(215,212,247)
#DCDBF8
(220,219,248)
#E1E2F9
(225,226,249)
#E6E9FA
(230,233,250)
#EBF0FB
(235,240,251)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1F2; }

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

This text font color is #BEB1F2.


Background Color

.myBgColor { background-color: #BEB1F2; }

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

This div background color is #BEB1F2.


Border color

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

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

This div border color is #BEB1F2.


Opacity

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

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

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

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

This text has shadow with #BEB1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1F2 on black background.


Color preview on white background

This text has color #BEB1F2 on white background.



Black color preview on #BEB1F2 background

This text has black color on #BEB1F2 background.


White color preview on #BEB1F2 background

This text has white color on #BEB1F2 background.