COLOR #BEBEF3

HEX: #BEBEF3
RGB: (190,190,243)

Color info

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

RGB color model

#BEBEF3 color RGB value is (190,190,243).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 243 of 255 = 95%

190
190
243

R + G + B ~ 82%. #BEBEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 243 = 623 (100%)
R 190 of 623 ~ 30.5%
G 190 of 623 ~ 30.5%
B 243 of 623 ~ 39%

%30.5
%30.5
%39

CMYK color model

#BEBEF3 color CMYK value is (22,22,0,5).

  • cyan value is 21.81%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(22,22,0,5)
C22M22Y0K5 
(22%,22%,0%,5%)
(0.22/0.22/0.00/0.05)	

CMYK percentages

%21.81
%21.81
%0
%4.71

Codes

Color #BEBEF3 in popluar color models

BEBEF3
RGB190190243
HSL240°68.83%84.90%
HSB/HSV240°21.81%95.29%
CMYK21.81%21.81%0.00%
4.71%

Color #BEBEF3 in popluar number systems.

HEXBEBEF3
Decimal190190243
Binary101111101011111011110011
Octal276276363

Shades and tints

Shades of #BEBEF3

#BEBEF3
(190,190,243)
#ADADDD
(173,173,221)
#9C9CC7
(156,156,199)
#8B8BB1
(139,139,177)
#7A7A9B
(122,122,155)
#696985
(105,105,133)
#58586F
(88,88,111)
#474759
(71,71,89)
#363643
(54,54,67)
#25252D
(37,37,45)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEBEF3

#BEBEF3
(190,190,243)
#C3C3F4
(195,195,244)
#C8C8F5
(200,200,245)
#CDCDF6
(205,205,246)
#D2D2F7
(210,210,247)
#D7D7F8
(215,215,248)
#DCDCF9
(220,220,249)
#E1E1FA
(225,225,250)
#E6E6FB
(230,230,251)
#EBEBFC
(235,235,252)
#F0F0FD
(240,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEF3; }

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

This text font color is #BEBEF3.


Background Color

.myBgColor { background-color: #BEBEF3; }

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

This div background color is #BEBEF3.


Border color

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

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

This div border color is #BEBEF3.


Opacity

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

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

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

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

This text has shadow with #BEBEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEF3 on black background.


Color preview on white background

This text has color #BEBEF3 on white background.



Black color preview on #BEBEF3 background

This text has black color on #BEBEF3 background.


White color preview on #BEBEF3 background

This text has white color on #BEBEF3 background.