COLOR #BEBAEC

HEX: #BEBAEC
RGB: (190,186,236)

Color info

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

RGB color model

#BEBAEC color RGB value is (190,186,236).

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

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 236 of 255 = 93%

190
186
236

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

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 236 = 612 (100%)
R 190 of 612 ~ 31.05%
G 186 of 612 ~ 30.39%
B 236 of 612 ~ 38.56%

%31.05
%30.39
%38.56

CMYK color model

#BEBAEC color CMYK value is (19,21,0,7).

  • cyan value is 19.49%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,21,0,7)
C19M21Y0K7 
(19%,21%,0%,7%)
(0.19/0.21/0.00/0.07)	

CMYK percentages

%19.49
%21.19
%0
%7.45

Codes

Color #BEBAEC in popluar color models

BEBAEC
RGB190186236
HSL245°56.82%82.75%
HSB/HSV245°21.19%92.55%
CMYK19.49%21.19%0.00%
7.45%

Color #BEBAEC in popluar number systems.

HEXBEBAEC
Decimal190186236
Binary101111101011101011101100
Octal276272354

Shades and tints

Shades of #BEBAEC

#BEBAEC
(190,186,236)
#ADAAD7
(173,170,215)
#9C9AC2
(156,154,194)
#8B8AAD
(139,138,173)
#7A7A98
(122,122,152)
#696A83
(105,106,131)
#585A6E
(88,90,110)
#474A59
(71,74,89)
#363A44
(54,58,68)
#252A2F
(37,42,47)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #BEBAEC

#BEBAEC
(190,186,236)
#C3C0ED
(195,192,237)
#C8C6EE
(200,198,238)
#CDCCEF
(205,204,239)
#D2D2F0
(210,210,240)
#D7D8F1
(215,216,241)
#DCDEF2
(220,222,242)
#E1E4F3
(225,228,243)
#E6EAF4
(230,234,244)
#EBF0F5
(235,240,245)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAEC; }

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

This text font color is #BEBAEC.


Background Color

.myBgColor { background-color: #BEBAEC; }

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

This div background color is #BEBAEC.


Border color

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

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

This div border color is #BEBAEC.


Opacity

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

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

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

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

This text has shadow with #BEBAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBAEC on black background.


Color preview on white background

This text has color #BEBAEC on white background.



Black color preview on #BEBAEC background

This text has black color on #BEBAEC background.


White color preview on #BEBAEC background

This text has white color on #BEBAEC background.