COLOR #BEBBF1

HEX: #BEBBF1
RGB: (190,187,241)

Color info

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

RGB color model

#BEBBF1 color RGB value is (190,187,241).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 241 of 255 = 95%

190
187
241

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 241 = 618 (100%)
R 190 of 618 ~ 30.74%
G 187 of 618 ~ 30.26%
B 241 of 618 ~ 39%

%30.74
%30.26
%39

CMYK color model

#BEBBF1 color CMYK value is (21,22,0,5).

  • cyan value is 21.16%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(21,22,0,5)
C21M22Y0K5 
(21%,22%,0%,5%)
(0.21/0.22/0.00/0.05)	

CMYK percentages

%21.16
%22.41
%0
%5.49

Codes

Color #BEBBF1 in popluar color models

BEBBF1
RGB190187241
HSL243°65.85%83.92%
HSB/HSV243°22.41%94.51%
CMYK21.16%22.41%0.00%
5.49%

Color #BEBBF1 in popluar number systems.

HEXBEBBF1
Decimal190187241
Binary101111101011101111110001
Octal276273361

Shades and tints

Shades of #BEBBF1

#BEBBF1
(190,187,241)
#ADAADC
(173,170,220)
#9C99C7
(156,153,199)
#8B88B2
(139,136,178)
#7A779D
(122,119,157)
#696688
(105,102,136)
#585573
(88,85,115)
#47445E
(71,68,94)
#363349
(54,51,73)
#252234
(37,34,52)
#14111F
(20,17,31)
#000000
(0,0,0)

Tints of #BEBBF1

#BEBBF1
(190,187,241)
#C3C1F2
(195,193,242)
#C8C7F3
(200,199,243)
#CDCDF4
(205,205,244)
#D2D3F5
(210,211,245)
#D7D9F6
(215,217,246)
#DCDFF7
(220,223,247)
#E1E5F8
(225,229,248)
#E6EBF9
(230,235,249)
#EBF1FA
(235,241,250)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBF1; }

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

This text font color is #BEBBF1.


Background Color

.myBgColor { background-color: #BEBBF1; }

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

This div background color is #BEBBF1.


Border color

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

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

This div border color is #BEBBF1.


Opacity

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

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

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

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

This text has shadow with #BEBBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBBF1 on black background.


Color preview on white background

This text has color #BEBBF1 on white background.



Black color preview on #BEBBF1 background

This text has black color on #BEBBF1 background.


White color preview on #BEBBF1 background

This text has white color on #BEBBF1 background.