COLOR #BEBAE9

HEX: #BEBAE9
RGB: (190,186,233)

Color info

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

RGB color model

#BEBAE9 color RGB value is (190,186,233).

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

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 233 of 255 = 91%

190
186
233

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

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 233 = 609 (100%)
R 190 of 609 ~ 31.2%
G 186 of 609 ~ 30.54%
B 233 of 609 ~ 38.26%

%31.2
%30.54
%38.26

CMYK color model

#BEBAE9 color CMYK value is (18,20,0,9).

  • cyan value is 18.45%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,20,0,9)
C18M20Y0K9 
(18%,20%,0%,9%)
(0.18/0.20/0.00/0.09)	

CMYK percentages

%18.45
%20.17
%0
%8.63

Codes

Color #BEBAE9 in popluar color models

BEBAE9
RGB190186233
HSL245°51.65%82.16%
HSB/HSV245°20.17%91.37%
CMYK18.45%20.17%0.00%
8.63%

Color #BEBAE9 in popluar number systems.

HEXBEBAE9
Decimal190186233
Binary101111101011101011101001
Octal276272351

Shades and tints

Shades of #BEBAE9

#BEBAE9
(190,186,233)
#ADAAD4
(173,170,212)
#9C9ABF
(156,154,191)
#8B8AAA
(139,138,170)
#7A7A95
(122,122,149)
#696A80
(105,106,128)
#585A6B
(88,90,107)
#474A56
(71,74,86)
#363A41
(54,58,65)
#252A2C
(37,42,44)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEBAE9

#BEBAE9
(190,186,233)
#C3C0EB
(195,192,235)
#C8C6ED
(200,198,237)
#CDCCEF
(205,204,239)
#D2D2F1
(210,210,241)
#D7D8F3
(215,216,243)
#DCDEF5
(220,222,245)
#E1E4F7
(225,228,247)
#E6EAF9
(230,234,249)
#EBF0FB
(235,240,251)
#F0F6FD
(240,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAE9; }

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

This text font color is #BEBAE9.


Background Color

.myBgColor { background-color: #BEBAE9; }

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

This div background color is #BEBAE9.


Border color

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

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

This div border color is #BEBAE9.


Opacity

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

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

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

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

This text has shadow with #BEBAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBAE9 on black background.


Color preview on white background

This text has color #BEBAE9 on white background.



Black color preview on #BEBAE9 background

This text has black color on #BEBAE9 background.


White color preview on #BEBAE9 background

This text has white color on #BEBAE9 background.