COLOR #BECAEF

HEX: #BECAEF
RGB: (190,202,239)

Color info

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

RGB color model

#BECAEF color RGB value is (190,202,239).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 239 of 255 = 94%

190
202
239

R + G + B ~ 83%. #BECAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 239 = 631 (100%)
R 190 of 631 ~ 30.11%
G 202 of 631 ~ 32.01%
B 239 of 631 ~ 37.88%

%30.11
%32.01
%37.88

CMYK color model

#BECAEF color CMYK value is (21,15,0,6).

  • cyan value is 20.50%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,15,0,6)
C21M15Y0K6 
(21%,15%,0%,6%)
(0.21/0.15/0.00/0.06)	

CMYK percentages

%20.5
%15.48
%0
%6.27

Codes

Color #BECAEF in popluar color models

BECAEF
RGB190202239
HSL225°60.49%84.12%
HSB/HSV225°20.50%93.73%
CMYK20.50%15.48%0.00%
6.27%

Color #BECAEF in popluar number systems.

HEXBECAEF
Decimal190202239
Binary101111101100101011101111
Octal276312357

Shades and tints

Shades of #BECAEF

#BECAEF
(190,202,239)
#ADB8DA
(173,184,218)
#9CA6C5
(156,166,197)
#8B94B0
(139,148,176)
#7A829B
(122,130,155)
#697086
(105,112,134)
#585E71
(88,94,113)
#474C5C
(71,76,92)
#363A47
(54,58,71)
#252832
(37,40,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BECAEF

#BECAEF
(190,202,239)
#C3CEF0
(195,206,240)
#C8D2F1
(200,210,241)
#CDD6F2
(205,214,242)
#D2DAF3
(210,218,243)
#D7DEF4
(215,222,244)
#DCE2F5
(220,226,245)
#E1E6F6
(225,230,246)
#E6EAF7
(230,234,247)
#EBEEF8
(235,238,248)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAEF; }

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

This text font color is #BECAEF.


Background Color

.myBgColor { background-color: #BECAEF; }

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

This div background color is #BECAEF.


Border color

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

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

This div border color is #BECAEF.


Opacity

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

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

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

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

This text has shadow with #BECAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECAEF on black background.


Color preview on white background

This text has color #BECAEF on white background.



Black color preview on #BECAEF background

This text has black color on #BECAEF background.


White color preview on #BECAEF background

This text has white color on #BECAEF background.