COLOR #BECAE7

HEX: #BECAE7 RGB: (190,202,231)

Color info

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

RGB color model

#BECAE7 color RGB value is (190,202,231).

RGB: (190,202,231) (75%, 79%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 231 of 255 = 91%

190
202
231

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

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 231 = 623 (100%)
R 190 of 623 ~ 30.5%
G 202 of 623 ~ 32.42%
B 231 of 623 ~ 37.08'%

%30.5
%32.42
%37.08

CMYK color model

#BECAE7 color CMYK value is (18,13,0,9).

  • cyan value is 17.75%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,13,0,9)
C18M13Y0K9 (18%, 13%, 0%, 9%)
(0.18 / 0.13 / 0.00 / 0.09)

CMYK percentages

%17.75
%12.55
%0
%9.41

Codes

Color #BECAE7 in popluar color models

BE CA E7
RGB 190 202 231
HSL 222° 46.07% 82.55%
HSB/HSV 222° 17.75% 90.59%
CMYK 17.75% 12.55% 0.00%
9.41%

Color #BECAE7 in popluar number systems.

HEX BE CA E7
Decimal 190 202 231
Binary 10111110 11001010 11100111
Octal 276 312 347

Shades and tints

Shades of #BECAE7

#BECAE7
(190,202,231)
#ADB8D2
(173,184,210)
#9CA6BD
(156,166,189)
#8B94A8
(139,148,168)
#7A8293
(122,130,147)
#69707E
(105,112,126)
#585E69
(88,94,105)
#474C54
(71,76,84)
#363A3F
(54,58,63)
#25282A
(37,40,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BECAE7

#BECAE7
(190,202,231)
#C3CEE9
(195,206,233)
#C8D2EB
(200,210,235)
#CDD6ED
(205,214,237)
#D2DAEF
(210,218,239)
#D7DEF1
(215,222,241)
#DCE2F3
(220,226,243)
#E1E6F5
(225,230,245)
#E6EAF7
(230,234,247)
#EBEEF9
(235,238,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAE7; }

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

This text font color is #BECAE7.

Background Color

.myBgColor { background-color: #BECAE7; }

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

This div background color is #BECAE7.

Border color

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

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

This div border color is #BECAE7.

Opacity

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

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

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

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

This text has shadow with #BECAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAE7.

Preview

Color preview on black background

This text has color #BECAE7 on black background.


Color preview on white background

This text has color #BECAE7 on white background.


Black color preview on #BECAE7 background

This text has black color on #BECAE7 background.


White color preview on #BECAE7 background

This text has white color on #BECAE7 background.


Related colors

Complementary color

Complementary color for #hex is #413518.


I love getcolorcode.com

Triadic colors

1 #E7BECA and #CAE7BE with #BECAE7 are triadic colors.

2 #E7CABE and #CABEE7 with #BECAE7 are triadic colors.