COLOR #BECAED

HEX: #BECAED
RGB: (190,202,237)

Color info

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

RGB color model

#BECAED color RGB value is (190,202,237).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 237 of 255 = 93%

190
202
237

R + G + B ~ 82%. #BECAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 237 = 629 (100%)
R 190 of 629 ~ 30.21%
G 202 of 629 ~ 32.11%
B 237 of 629 ~ 37.68%

%30.21
%32.11
%37.68

CMYK color model

#BECAED color CMYK value is (20,15,0,7).

  • cyan value is 19.83%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,15,0,7)
C20M15Y0K7 
(20%,15%,0%,7%)
(0.20/0.15/0.00/0.07)	

CMYK percentages

%19.83
%14.77
%0
%7.06

Codes

Color #BECAED in popluar color models

BECAED
RGB190202237
HSL225°56.63%83.73%
HSB/HSV225°19.83%92.94%
CMYK19.83%14.77%0.00%
7.06%

Color #BECAED in popluar number systems.

HEXBECAED
Decimal190202237
Binary101111101100101011101101
Octal276312355

Shades and tints

Shades of #BECAED

#BECAED
(190,202,237)
#ADB8D8
(173,184,216)
#9CA6C3
(156,166,195)
#8B94AE
(139,148,174)
#7A8299
(122,130,153)
#697084
(105,112,132)
#585E6F
(88,94,111)
#474C5A
(71,76,90)
#363A45
(54,58,69)
#252830
(37,40,48)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #BECAED

#BECAED
(190,202,237)
#C3CEEE
(195,206,238)
#C8D2EF
(200,210,239)
#CDD6F0
(205,214,240)
#D2DAF1
(210,218,241)
#D7DEF2
(215,222,242)
#DCE2F3
(220,226,243)
#E1E6F4
(225,230,244)
#E6EAF5
(230,234,245)
#EBEEF6
(235,238,246)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAED; }

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

This text font color is #BECAED.


Background Color

.myBgColor { background-color: #BECAED; }

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

This div background color is #BECAED.


Border color

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

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

This div border color is #BECAED.


Opacity

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

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

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

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

This text has shadow with #BECAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECAED on black background.


Color preview on white background

This text has color #BECAED on white background.



Black color preview on #BECAED background

This text has black color on #BECAED background.


White color preview on #BECAED background

This text has white color on #BECAED background.