COLOR #BECAE9

HEX: #BECAE9 RGB: (190,202,233)

Color info

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

RGB color model

#BECAE9 color RGB value is (190,202,233).

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

RGB channels and saturation

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

190
202
233

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

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 233 = 625 (100%)
R 190 of 625 ~ 30.4%
G 202 of 625 ~ 32.32%
B 233 of 625 ~ 37.28'%

%30.4
%32.32
%37.28

CMYK color model

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

  • cyan value is 18.45%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%

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

CMYK percentages

%18.45
%13.3
%0
%8.63

Codes

Color #BECAE9 in popluar color models

BE CA E9
RGB 190 202 233
HSL 223° 49.43% 82.94%
HSB/HSV 223° 18.45% 91.37%
CMYK 18.45% 13.30% 0.00%
8.63%

Color #BECAE9 in popluar number systems.

HEX BE CA E9
Decimal 190 202 233
Binary 10111110 11001010 11101001
Octal 276 312 351

Shades and tints

Shades of #BECAE9

#BECAE9
(190,202,233)
#ADB8D4
(173,184,212)
#9CA6BF
(156,166,191)
#8B94AA
(139,148,170)
#7A8295
(122,130,149)
#697080
(105,112,128)
#585E6B
(88,94,107)
#474C56
(71,76,86)
#363A41
(54,58,65)
#25282C
(37,40,44)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BECAE9

#BECAE9
(190,202,233)
#C3CEEB
(195,206,235)
#C8D2ED
(200,210,237)
#CDD6EF
(205,214,239)
#D2DAF1
(210,218,241)
#D7DEF3
(215,222,243)
#DCE2F5
(220,226,245)
#E1E6F7
(225,230,247)
#E6EAF9
(230,234,249)
#EBEEFB
(235,238,251)
#F0F2FD
(240,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAE9; }

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

This text font color is #BECAE9.

Background Color

.myBgColor { background-color: #BECAE9; }

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

This div background color is #BECAE9.

Border color

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

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

This div border color is #BECAE9.

Opacity

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

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

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

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

This text has shadow with #BECAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAE9.

Preview

Color preview on black background

This text has color #BECAE9 on black background.


Color preview on white background

This text has color #BECAE9 on white background.


Black color preview on #BECAE9 background

This text has black color on #BECAE9 background.


White color preview on #BECAE9 background

This text has white color on #BECAE9 background.


Related colors

Complementary color

Complementary color for #hex is #413516.


I love getcolorcode.com

Triadic colors

1 #E9BECA and #CAE9BE with #BECAE9 are triadic colors.

2 #E9CABE and #CABEE9 with #BECAE9 are triadic colors.