COLOR #BEC3FA

HEX: #BEC3FA RGB: (190,195,250)

Color info

#BEC3FA contains mainly green and blue colors. Web safe color of #BEC3FA is #CCCCFF (or #CCF).

RGB color model

#BEC3FA color RGB value is (190,195,250).

RGB: (190,195,250) (75%, 76%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 250 of 255 = 98%

190
195
250

R + G + B ~ 83%. #BEC3FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 250 = 635 (100%)
R 190 of 635 ~ 29.92%
G 195 of 635 ~ 30.71%
B 250 of 635 ~ 39.37'%

%29.92
%30.71
%39.37

CMYK color model

#BEC3FA color CMYK value is (24,22,0,2).

  • cyan value is 24.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (24,22,0,2)
C24M22Y0K2 (24%, 22%, 0%, 2%)
(0.24 / 0.22 / 0.00 / 0.02)

CMYK percentages

%24
%22
%0
%1.96

Codes

Color #BEC3FA in popluar color models

BE C3 FA
RGB 190 195 250
HSL 235° 85.71% 86.27%
HSB/HSV 235° 24.00% 98.04%
CMYK 24.00% 22.00% 0.00%
1.96%

Color #BEC3FA in popluar number systems.

HEX BE C3 FA
Decimal 190 195 250
Binary 10111110 11000011 11111010
Octal 276 303 372

Shades and tints

Shades of #BEC3FA

#BEC3FA
(190,195,250)
#ADB2E4
(173,178,228)
#9CA1CE
(156,161,206)
#8B90B8
(139,144,184)
#7A7FA2
(122,127,162)
#696E8C
(105,110,140)
#585D76
(88,93,118)
#474C60
(71,76,96)
#363B4A
(54,59,74)
#252A34
(37,42,52)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #BEC3FA

#BEC3FA
(190,195,250)
#C3C8FA
(195,200,250)
#C8CDFA
(200,205,250)
#CDD2FA
(205,210,250)
#D2D7FA
(210,215,250)
#D7DCFA
(215,220,250)
#DCE1FA
(220,225,250)
#E1E6FA
(225,230,250)
#E6EBFA
(230,235,250)
#EBF0FA
(235,240,250)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC3FA color. Also use rgb(190,195,250) instead hex code.

Text Font Color

.myTextColor { color: #BEC3FA; }

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

This text font color is #BEC3FA.

Background Color

.myBgColor { background-color: #BEC3FA; }

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

This div background color is #BEC3FA.

Border color

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

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

This div border color is #BEC3FA.

Opacity

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

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

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

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

This text has shadow with #BEC3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3FA.

Preview

Color preview on black background

This text has color #BEC3FA on black background.


Color preview on white background

This text has color #BEC3FA on white background.


Black color preview on #BEC3FA background

This text has black color on #BEC3FA background.


White color preview on #BEC3FA background

This text has white color on #BEC3FA background.


Related colors

Complementary color

Complementary color for #hex is #413C05.


I love getcolorcode.com

Triadic colors

1 #FABEC3 and #C3FABE with #BEC3FA are triadic colors.

2 #FAC3BE and #C3BEFA with #BEC3FA are triadic colors.