COLOR #BEB6E8

HEX: #BEB6E8
RGB: (190,182,232)

Color info

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

RGB color model

#BEB6E8 color RGB value is (190,182,232).

  • red value is 190;
  • green value is 182;
  • blue value is 232.
RGB:
(190,182,232)
(75%,71%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 232 of 255 = 91%

190
182
232

R + G + B ~ 79%. #BEB6E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 232 = 604 (100%)
R 190 of 604 ~ 31.46%
G 182 of 604 ~ 30.13%
B 232 of 604 ~ 38.41%

%31.46
%30.13
%38.41

CMYK color model

#BEB6E8 color CMYK value is (18,22,0,9).

  • cyan value is 18.10%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,22,0,9)
C18M22Y0K9 
(18%,22%,0%,9%)
(0.18/0.22/0.00/0.09)	

CMYK percentages

%18.1
%21.55
%0
%9.02

Codes

Color #BEB6E8 in popluar color models

BEB6E8
RGB190182232
HSL250°52.08%81.18%
HSB/HSV250°21.55%90.98%
CMYK18.10%21.55%0.00%
9.02%

Color #BEB6E8 in popluar number systems.

HEXBEB6E8
Decimal190182232
Binary101111101011011011101000
Octal276266350

Shades and tints

Shades of #BEB6E8

#BEB6E8
(190,182,232)
#ADA6D3
(173,166,211)
#9C96BE
(156,150,190)
#8B86A9
(139,134,169)
#7A7694
(122,118,148)
#69667F
(105,102,127)
#58566A
(88,86,106)
#474655
(71,70,85)
#363640
(54,54,64)
#25262B
(37,38,43)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEB6E8

#BEB6E8
(190,182,232)
#C3BCEA
(195,188,234)
#C8C2EC
(200,194,236)
#CDC8EE
(205,200,238)
#D2CEF0
(210,206,240)
#D7D4F2
(215,212,242)
#DCDAF4
(220,218,244)
#E1E0F6
(225,224,246)
#E6E6F8
(230,230,248)
#EBECFA
(235,236,250)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6E8; }

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

This text font color is #BEB6E8.


Background Color

.myBgColor { background-color: #BEB6E8; }

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

This div background color is #BEB6E8.


Border color

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

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

This div border color is #BEB6E8.


Opacity

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

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

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

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

This text has shadow with #BEB6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6E8 on black background.


Color preview on white background

This text has color #BEB6E8 on white background.



Black color preview on #BEB6E8 background

This text has black color on #BEB6E8 background.


White color preview on #BEB6E8 background

This text has white color on #BEB6E8 background.