COLOR #BEBAEF

HEX: #BEBAEF
RGB: (190,186,239)

Color info

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

RGB color model

#BEBAEF color RGB value is (190,186,239).

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

RGB channels and saturation

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

190
186
239

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

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 239 = 615 (100%)
R 190 of 615 ~ 30.89%
G 186 of 615 ~ 30.24%
B 239 of 615 ~ 38.86%

%30.89
%30.24
%38.86

CMYK color model

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

  • cyan value is 20.50%
  • magenta value is 22.18%
  • 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
%22.18
%0
%6.27

Codes

Color #BEBAEF in popluar color models

BEBAEF
RGB190186239
HSL245°62.35%83.33%
HSB/HSV245°22.18%93.73%
CMYK20.50%22.18%0.00%
6.27%

Color #BEBAEF in popluar number systems.

HEXBEBAEF
Decimal190186239
Binary101111101011101011101111
Octal276272357

Shades and tints

Shades of #BEBAEF

#BEBAEF
(190,186,239)
#ADAADA
(173,170,218)
#9C9AC5
(156,154,197)
#8B8AB0
(139,138,176)
#7A7A9B
(122,122,155)
#696A86
(105,106,134)
#585A71
(88,90,113)
#474A5C
(71,74,92)
#363A47
(54,58,71)
#252A32
(37,42,50)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #BEBAEF

#BEBAEF
(190,186,239)
#C3C0F0
(195,192,240)
#C8C6F1
(200,198,241)
#CDCCF2
(205,204,242)
#D2D2F3
(210,210,243)
#D7D8F4
(215,216,244)
#DCDEF5
(220,222,245)
#E1E4F6
(225,228,246)
#E6EAF7
(230,234,247)
#EBF0F8
(235,240,248)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAEF; }

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

This text font color is #BEBAEF.


Background Color

.myBgColor { background-color: #BEBAEF; }

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

This div background color is #BEBAEF.


Border color

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

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

This div border color is #BEBAEF.


Opacity

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

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

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

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

This text has shadow with #BEBAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBAEF on black background.


Color preview on white background

This text has color #BEBAEF on white background.



Black color preview on #BEBAEF background

This text has black color on #BEBAEF background.


White color preview on #BEBAEF background

This text has white color on #BEBAEF background.