COLOR #BECAE0

HEX: #BECAE0
RGB: (190,202,224)

Color info

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

RGB color model

#BECAE0 color RGB value is (190,202,224).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 224 of 255 = 88%

190
202
224

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 224 = 616 (100%)
R 190 of 616 ~ 30.84%
G 202 of 616 ~ 32.79%
B 224 of 616 ~ 36.36%

%30.84
%32.79
%36.36

CMYK color model

#BECAE0 color CMYK value is (15,10,0,12).

  • cyan value is 15.18%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,10,0,12)
C15M10Y0K12 
(15%,10%,0%,12%)
(0.15/0.10/0.00/0.12)	

CMYK percentages

%15.18
%9.82
%0
%12.16

Codes

Color #BECAE0 in popluar color models

BECAE0
RGB190202224
HSL219°35.42%81.18%
HSB/HSV219°15.18%87.84%
CMYK15.18%9.82%0.00%
12.16%

Color #BECAE0 in popluar number systems.

HEXBECAE0
Decimal190202224
Binary101111101100101011100000
Octal276312340

Shades and tints

Shades of #BECAE0

#BECAE0
(190,202,224)
#ADB8CC
(173,184,204)
#9CA6B8
(156,166,184)
#8B94A4
(139,148,164)
#7A8290
(122,130,144)
#69707C
(105,112,124)
#585E68
(88,94,104)
#474C54
(71,76,84)
#363A40
(54,58,64)
#25282C
(37,40,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BECAE0

#BECAE0
(190,202,224)
#C3CEE2
(195,206,226)
#C8D2E4
(200,210,228)
#CDD6E6
(205,214,230)
#D2DAE8
(210,218,232)
#D7DEEA
(215,222,234)
#DCE2EC
(220,226,236)
#E1E6EE
(225,230,238)
#E6EAF0
(230,234,240)
#EBEEF2
(235,238,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAE0; }

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

This text font color is #BECAE0.


Background Color

.myBgColor { background-color: #BECAE0; }

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

This div background color is #BECAE0.


Border color

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

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

This div border color is #BECAE0.


Opacity

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

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

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

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

This text has shadow with #BECAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECAE0 on black background.


Color preview on white background

This text has color #BECAE0 on white background.



Black color preview on #BECAE0 background

This text has black color on #BECAE0 background.


White color preview on #BECAE0 background

This text has white color on #BECAE0 background.