COLOR #BECAE4

HEX: #BECAE4
RGB: (190,202,228)

Color info

#BECAE4 contains red, green and blue colors in about the same proportion. Web safe color of #BECAE4 is #CCCCCC (or #CCC).

RGB color model

#BECAE4 color RGB value is (190,202,228).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 228 of 255 = 89%

190
202
228

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 228 = 620 (100%)
R 190 of 620 ~ 30.65%
G 202 of 620 ~ 32.58%
B 228 of 620 ~ 36.77%

%30.65
%32.58
%36.77

CMYK color model

#BECAE4 color CMYK value is (17,11,0,11).

  • cyan value is 16.67%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,11,0,11)
C17M11Y0K11 
(17%,11%,0%,11%)
(0.17/0.11/0.00/0.11)	

CMYK percentages

%16.67
%11.4
%0
%10.59

Codes

Color #BECAE4 in popluar color models

BECAE4
RGB190202228
HSL221°41.30%81.96%
HSB/HSV221°16.67%89.41%
CMYK16.67%11.40%0.00%
10.59%

Color #BECAE4 in popluar number systems.

HEXBECAE4
Decimal190202228
Binary101111101100101011100100
Octal276312344

Shades and tints

Shades of #BECAE4

#BECAE4
(190,202,228)
#ADB8D0
(173,184,208)
#9CA6BC
(156,166,188)
#8B94A8
(139,148,168)
#7A8294
(122,130,148)
#697080
(105,112,128)
#585E6C
(88,94,108)
#474C58
(71,76,88)
#363A44
(54,58,68)
#252830
(37,40,48)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BECAE4

#BECAE4
(190,202,228)
#C3CEE6
(195,206,230)
#C8D2E8
(200,210,232)
#CDD6EA
(205,214,234)
#D2DAEC
(210,218,236)
#D7DEEE
(215,222,238)
#DCE2F0
(220,226,240)
#E1E6F2
(225,230,242)
#E6EAF4
(230,234,244)
#EBEEF6
(235,238,246)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAE4; }

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

This text font color is #BECAE4.


Background Color

.myBgColor { background-color: #BECAE4; }

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

This div background color is #BECAE4.


Border color

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

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

This div border color is #BECAE4.


Opacity

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

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

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

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

This text has shadow with #BECAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECAE4 on black background.


Color preview on white background

This text has color #BECAE4 on white background.



Black color preview on #BECAE4 background

This text has black color on #BECAE4 background.


White color preview on #BECAE4 background

This text has white color on #BECAE4 background.