COLOR #BEBBEF

HEX: #BEBBEF
RGB: (190,187,239)

Color info

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

RGB color model

#BEBBEF color RGB value is (190,187,239).

  • red value is 190;
  • green value is 187;
  • blue value is 239.
RGB:
(190,187,239)
(75%,73%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 239 of 255 = 94%

190
187
239

R + G + B ~ 81%. #BEBBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 239 = 616 (100%)
R 190 of 616 ~ 30.84%
G 187 of 616 ~ 30.36%
B 239 of 616 ~ 38.8%

%30.84
%30.36
%38.8

CMYK color model

#BEBBEF color CMYK value is (21,22,0,6).

  • cyan value is 20.50%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,22,0,6)
C21M22Y0K6 
(21%,22%,0%,6%)
(0.21/0.22/0.00/0.06)	

CMYK percentages

%20.5
%21.76
%0
%6.27

Codes

Color #BEBBEF in popluar color models

BEBBEF
RGB190187239
HSL243°61.90%83.53%
HSB/HSV243°21.76%93.73%
CMYK20.50%21.76%0.00%
6.27%

Color #BEBBEF in popluar number systems.

HEXBEBBEF
Decimal190187239
Binary101111101011101111101111
Octal276273357

Shades and tints

Shades of #BEBBEF

#BEBBEF
(190,187,239)
#ADAADA
(173,170,218)
#9C99C5
(156,153,197)
#8B88B0
(139,136,176)
#7A779B
(122,119,155)
#696686
(105,102,134)
#585571
(88,85,113)
#47445C
(71,68,92)
#363347
(54,51,71)
#252232
(37,34,50)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #BEBBEF

#BEBBEF
(190,187,239)
#C3C1F0
(195,193,240)
#C8C7F1
(200,199,241)
#CDCDF2
(205,205,242)
#D2D3F3
(210,211,243)
#D7D9F4
(215,217,244)
#DCDFF5
(220,223,245)
#E1E5F6
(225,229,246)
#E6EBF7
(230,235,247)
#EBF1F8
(235,241,248)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBBEF color. Also use rgb(190,187,239) instead hex code.

Text Font Color

.myTextColor { color: #BEBBEF; }

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

This text font color is #BEBBEF.


Background Color

.myBgColor { background-color: #BEBBEF; }

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

This div background color is #BEBBEF.


Border color

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

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

This div border color is #BEBBEF.


Opacity

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

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

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

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

This text has shadow with #BEBBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBBEF on black background.


Color preview on white background

This text has color #BEBBEF on white background.



Black color preview on #BEBBEF background

This text has black color on #BEBBEF background.


White color preview on #BEBBEF background

This text has white color on #BEBBEF background.