COLOR #BEBEF9

HEX: #BEBEF9
RGB: (190,190,249)

Color info

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

RGB color model

#BEBEF9 color RGB value is (190,190,249).

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

RGB channels and saturation

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

190
190
249

R + G + B ~ 83%. #BEBEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 249 = 629 (100%)
R 190 of 629 ~ 30.21%
G 190 of 629 ~ 30.21%
B 249 of 629 ~ 39.59%

%30.21
%30.21
%39.59

CMYK color model

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

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

CMYK percentages

%23.69
%23.69
%0
%2.35

Codes

Color #BEBEF9 in popluar color models

BEBEF9
RGB190190249
HSL240°83.10%86.08%
HSB/HSV240°23.69%97.65%
CMYK23.69%23.69%0.00%
2.35%

Color #BEBEF9 in popluar number systems.

HEXBEBEF9
Decimal190190249
Binary101111101011111011111001
Octal276276371

Shades and tints

Shades of #BEBEF9

#BEBEF9
(190,190,249)
#ADADE3
(173,173,227)
#9C9CCD
(156,156,205)
#8B8BB7
(139,139,183)
#7A7AA1
(122,122,161)
#69698B
(105,105,139)
#585875
(88,88,117)
#47475F
(71,71,95)
#363649
(54,54,73)
#252533
(37,37,51)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BEBEF9

#BEBEF9
(190,190,249)
#C3C3F9
(195,195,249)
#C8C8F9
(200,200,249)
#CDCDF9
(205,205,249)
#D2D2F9
(210,210,249)
#D7D7F9
(215,215,249)
#DCDCF9
(220,220,249)
#E1E1F9
(225,225,249)
#E6E6F9
(230,230,249)
#EBEBF9
(235,235,249)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEF9; }

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

This text font color is #BEBEF9.


Background Color

.myBgColor { background-color: #BEBEF9; }

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

This div background color is #BEBEF9.


Border color

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

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

This div border color is #BEBEF9.


Opacity

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

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

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

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

This text has shadow with #BEBEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEF9 on black background.


Color preview on white background

This text has color #BEBEF9 on white background.



Black color preview on #BEBEF9 background

This text has black color on #BEBEF9 background.


White color preview on #BEBEF9 background

This text has white color on #BEBEF9 background.