COLOR #BEB1E6

HEX: #BEB1E6
RGB: (190,177,230)

Color info

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

RGB color model

#BEB1E6 color RGB value is (190,177,230).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 230 of 255 = 90%

190
177
230

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 230 = 597 (100%)
R 190 of 597 ~ 31.83%
G 177 of 597 ~ 29.65%
B 230 of 597 ~ 38.53%

%31.83
%29.65
%38.53

CMYK color model

#BEB1E6 color CMYK value is (17,23,0,10).

  • cyan value is 17.39%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,23,0,10)
C17M23Y0K10 
(17%,23%,0%,10%)
(0.17/0.23/0.00/0.10)	

CMYK percentages

%17.39
%23.04
%0
%9.8

Codes

Color #BEB1E6 in popluar color models

BEB1E6
RGB190177230
HSL255°51.46%79.80%
HSB/HSV255°23.04%90.20%
CMYK17.39%23.04%0.00%
9.80%

Color #BEB1E6 in popluar number systems.

HEXBEB1E6
Decimal190177230
Binary101111101011000111100110
Octal276261346

Shades and tints

Shades of #BEB1E6

#BEB1E6
(190,177,230)
#ADA1D2
(173,161,210)
#9C91BE
(156,145,190)
#8B81AA
(139,129,170)
#7A7196
(122,113,150)
#696182
(105,97,130)
#58516E
(88,81,110)
#47415A
(71,65,90)
#363146
(54,49,70)
#252132
(37,33,50)
#14111E
(20,17,30)
#000000
(0,0,0)

Tints of #BEB1E6

#BEB1E6
(190,177,230)
#C3B8E8
(195,184,232)
#C8BFEA
(200,191,234)
#CDC6EC
(205,198,236)
#D2CDEE
(210,205,238)
#D7D4F0
(215,212,240)
#DCDBF2
(220,219,242)
#E1E2F4
(225,226,244)
#E6E9F6
(230,233,246)
#EBF0F8
(235,240,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1E6; }

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

This text font color is #BEB1E6.


Background Color

.myBgColor { background-color: #BEB1E6; }

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

This div background color is #BEB1E6.


Border color

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

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

This div border color is #BEB1E6.


Opacity

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

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

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

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

This text has shadow with #BEB1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1E6 on black background.


Color preview on white background

This text has color #BEB1E6 on white background.



Black color preview on #BEB1E6 background

This text has black color on #BEB1E6 background.


White color preview on #BEB1E6 background

This text has white color on #BEB1E6 background.