COLOR #BEBFE2

HEX: #BEBFE2
RGB: (190,191,226)

Color info

#BEBFE2 contains red, green and blue colors in about the same proportion. Web safe color of #BEBFE2 is #CCCCCC (or #CCC).

RGB color model

#BEBFE2 color RGB value is (190,191,226).

  • red value is 190;
  • green value is 191;
  • blue value is 226.
RGB:
(190,191,226)
(75%,75%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 226 of 255 = 89%

190
191
226

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 226 = 607 (100%)
R 190 of 607 ~ 31.3%
G 191 of 607 ~ 31.47%
B 226 of 607 ~ 37.23%

%31.3
%31.47
%37.23

CMYK color model

#BEBFE2 color CMYK value is (16,15,0,11).

  • cyan value is 15.93%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,15,0,11)
C16M15Y0K11 
(16%,15%,0%,11%)
(0.16/0.15/0.00/0.11)	

CMYK percentages

%15.93
%15.49
%0
%11.37

Codes

Color #BEBFE2 in popluar color models

BEBFE2
RGB190191226
HSL238°38.30%81.57%
HSB/HSV238°15.93%88.63%
CMYK15.93%15.49%0.00%
11.37%

Color #BEBFE2 in popluar number systems.

HEXBEBFE2
Decimal190191226
Binary101111101011111111100010
Octal276277342

Shades and tints

Shades of #BEBFE2

#BEBFE2
(190,191,226)
#ADAECE
(173,174,206)
#9C9DBA
(156,157,186)
#8B8CA6
(139,140,166)
#7A7B92
(122,123,146)
#696A7E
(105,106,126)
#58596A
(88,89,106)
#474856
(71,72,86)
#363742
(54,55,66)
#25262E
(37,38,46)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BEBFE2

#BEBFE2
(190,191,226)
#C3C4E4
(195,196,228)
#C8C9E6
(200,201,230)
#CDCEE8
(205,206,232)
#D2D3EA
(210,211,234)
#D7D8EC
(215,216,236)
#DCDDEE
(220,221,238)
#E1E2F0
(225,226,240)
#E6E7F2
(230,231,242)
#EBECF4
(235,236,244)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFE2; }

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

This text font color is #BEBFE2.


Background Color

.myBgColor { background-color: #BEBFE2; }

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

This div background color is #BEBFE2.


Border color

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

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

This div border color is #BEBFE2.


Opacity

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

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

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

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

This text has shadow with #BEBFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFE2 on black background.


Color preview on white background

This text has color #BEBFE2 on white background.



Black color preview on #BEBFE2 background

This text has black color on #BEBFE2 background.


White color preview on #BEBFE2 background

This text has white color on #BEBFE2 background.