COLOR #BEB2E0

HEX: #BEB2E0
RGB: (190,178,224)

Color info

#BEB2E0 contains red, green and blue colors in about the same proportion. Web safe color of #BEB2E0 is #CC99CC (or #C9C).

RGB color model

#BEB2E0 color RGB value is (190,178,224).

  • red value is 190;
  • green value is 178;
  • blue value is 224.
RGB:
(190,178,224)
(75%,70%,88%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 224 of 255 = 88%

190
178
224

R + G + B ~ 78%. #BEB2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 224 = 592 (100%)
R 190 of 592 ~ 32.09%
G 178 of 592 ~ 30.07%
B 224 of 592 ~ 37.84%

%32.09
%30.07
%37.84

CMYK color model

#BEB2E0 color CMYK value is (15,21,0,12).

  • cyan value is 15.18%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,21,0,12)
C15M21Y0K12 
(15%,21%,0%,12%)
(0.15/0.21/0.00/0.12)	

CMYK percentages

%15.18
%20.54
%0
%12.16

Codes

Color #BEB2E0 in popluar color models

BEB2E0
RGB190178224
HSL256°42.59%78.82%
HSB/HSV256°20.54%87.84%
CMYK15.18%20.54%0.00%
12.16%

Color #BEB2E0 in popluar number systems.

HEXBEB2E0
Decimal190178224
Binary101111101011001011100000
Octal276262340

Shades and tints

Shades of #BEB2E0

#BEB2E0
(190,178,224)
#ADA2CC
(173,162,204)
#9C92B8
(156,146,184)
#8B82A4
(139,130,164)
#7A7290
(122,114,144)
#69627C
(105,98,124)
#585268
(88,82,104)
#474254
(71,66,84)
#363240
(54,50,64)
#25222C
(37,34,44)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BEB2E0

#BEB2E0
(190,178,224)
#C3B9E2
(195,185,226)
#C8C0E4
(200,192,228)
#CDC7E6
(205,199,230)
#D2CEE8
(210,206,232)
#D7D5EA
(215,213,234)
#DCDCEC
(220,220,236)
#E1E3EE
(225,227,238)
#E6EAF0
(230,234,240)
#EBF1F2
(235,241,242)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2E0; }

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

This text font color is #BEB2E0.


Background Color

.myBgColor { background-color: #BEB2E0; }

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

This div background color is #BEB2E0.


Border color

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

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

This div border color is #BEB2E0.


Opacity

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

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

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

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

This text has shadow with #BEB2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2E0 on black background.


Color preview on white background

This text has color #BEB2E0 on white background.



Black color preview on #BEB2E0 background

This text has black color on #BEB2E0 background.


White color preview on #BEB2E0 background

This text has white color on #BEB2E0 background.