COLOR #BEBCE8

HEX: #BEBCE8
RGB: (190,188,232)

Color info

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

RGB color model

#BEBCE8 color RGB value is (190,188,232).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 232 of 255 = 91%

190
188
232

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 232 = 610 (100%)
R 190 of 610 ~ 31.15%
G 188 of 610 ~ 30.82%
B 232 of 610 ~ 38.03%

%31.15
%30.82
%38.03

CMYK color model

#BEBCE8 color CMYK value is (18,19,0,9).

  • cyan value is 18.10%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,19,0,9)
C18M19Y0K9 
(18%,19%,0%,9%)
(0.18/0.19/0.00/0.09)	

CMYK percentages

%18.1
%18.97
%0
%9.02

Codes

Color #BEBCE8 in popluar color models

BEBCE8
RGB190188232
HSL243°48.89%82.35%
HSB/HSV243°18.97%90.98%
CMYK18.10%18.97%0.00%
9.02%

Color #BEBCE8 in popluar number systems.

HEXBEBCE8
Decimal190188232
Binary101111101011110011101000
Octal276274350

Shades and tints

Shades of #BEBCE8

#BEBCE8
(190,188,232)
#ADABD3
(173,171,211)
#9C9ABE
(156,154,190)
#8B89A9
(139,137,169)
#7A7894
(122,120,148)
#69677F
(105,103,127)
#58566A
(88,86,106)
#474555
(71,69,85)
#363440
(54,52,64)
#25232B
(37,35,43)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BEBCE8

#BEBCE8
(190,188,232)
#C3C2EA
(195,194,234)
#C8C8EC
(200,200,236)
#CDCEEE
(205,206,238)
#D2D4F0
(210,212,240)
#D7DAF2
(215,218,242)
#DCE0F4
(220,224,244)
#E1E6F6
(225,230,246)
#E6ECF8
(230,236,248)
#EBF2FA
(235,242,250)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCE8; }

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

This text font color is #BEBCE8.


Background Color

.myBgColor { background-color: #BEBCE8; }

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

This div background color is #BEBCE8.


Border color

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

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

This div border color is #BEBCE8.


Opacity

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

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

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

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

This text has shadow with #BEBCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCE8 on black background.


Color preview on white background

This text has color #BEBCE8 on white background.



Black color preview on #BEBCE8 background

This text has black color on #BEBCE8 background.


White color preview on #BEBCE8 background

This text has white color on #BEBCE8 background.