COLOR #BECAE5

HEX: #BECAE5
RGB: (190,202,229)

Color info

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

RGB color model

#BECAE5 color RGB value is (190,202,229).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 229 of 255 = 90%

190
202
229

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 229 = 621 (100%)
R 190 of 621 ~ 30.6%
G 202 of 621 ~ 32.53%
B 229 of 621 ~ 36.88%

%30.6
%32.53
%36.88

CMYK color model

#BECAE5 color CMYK value is (17,12,0,10).

  • cyan value is 17.03%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (17,12,0,10) C17M12Y0K10 (17%,12%,0%,10%) (0.17/0.12/0.00/0.10)

CMYK percentages

%17.03
%11.79
%0
%10.2

Codes

Color #BECAE5 in popluar color models

BECAE5
RGB190202229
HSL222°42.86%82.16%
HSB/HSV222°17.03%89.80%
CMYK17.03%11.79%0.00%
10.20%

Color #BECAE5 in popluar number systems.

HEXBECAE5
Decimal190202229
Binary101111101100101011100101
Octal276312345

Shades and tints

Shades of #BECAE5

#BECAE5
(190,202,229)
#ADB8D1
(173,184,209)
#9CA6BD
(156,166,189)
#8B94A9
(139,148,169)
#7A8295
(122,130,149)
#697081
(105,112,129)
#585E6D
(88,94,109)
#474C59
(71,76,89)
#363A45
(54,58,69)
#252831
(37,40,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BECAE5

#BECAE5
(190,202,229)
#C3CEE7
(195,206,231)
#C8D2E9
(200,210,233)
#CDD6EB
(205,214,235)
#D2DAED
(210,218,237)
#D7DEEF
(215,222,239)
#DCE2F1
(220,226,241)
#E1E6F3
(225,230,243)
#E6EAF5
(230,234,245)
#EBEEF7
(235,238,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAE5; }

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

This text font color is #BECAE5.


Background Color

.myBgColor { background-color: #BECAE5; }

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

This div background color is #BECAE5.


Border color

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

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

This div border color is #BECAE5.


Opacity

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

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

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

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

This text has shadow with #BECAE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BECAE5 on black background.


Color preview on white background

This text has color #BECAE5 on white background.



Black color preview on #BECAE5 background

This text has black color on #BECAE5 background.


White color preview on #BECAE5 background

This text has white color on #BECAE5 background.