COLOR #BEC6FA

HEX: #BEC6FA RGB: (190,198,250)

Color info

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

RGB color model

#BEC6FA color RGB value is (190,198,250).

RGB: (190,198,250) (75%, 78%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 250 of 255 = 98%

190
198
250

R + G + B ~ 84%. #BEC6FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 250 = 638 (100%)
R 190 of 638 ~ 29.78%
G 198 of 638 ~ 31.03%
B 250 of 638 ~ 39.18'%

%29.78
%31.03
%39.18

CMYK color model

#BEC6FA color CMYK value is (24,21,0,2).

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

CMYK: (24,21,0,2)
C24M21Y0K2 (24%, 21%, 0%, 2%)
(0.24 / 0.21 / 0.00 / 0.02)

CMYK percentages

%24
%20.8
%0
%1.96

Codes

Color #BEC6FA in popluar color models

BE C6 FA
RGB 190 198 250
HSL 232° 85.71% 86.27%
HSB/HSV 232° 24.00% 98.04%
CMYK 24.00% 20.80% 0.00%
1.96%

Color #BEC6FA in popluar number systems.

HEX BE C6 FA
Decimal 190 198 250
Binary 10111110 11000110 11111010
Octal 276 306 372

Shades and tints

Shades of #BEC6FA

#BEC6FA
(190,198,250)
#ADB4E4
(173,180,228)
#9CA2CE
(156,162,206)
#8B90B8
(139,144,184)
#7A7EA2
(122,126,162)
#696C8C
(105,108,140)
#585A76
(88,90,118)
#474860
(71,72,96)
#36364A
(54,54,74)
#252434
(37,36,52)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #BEC6FA

#BEC6FA
(190,198,250)
#C3CBFA
(195,203,250)
#C8D0FA
(200,208,250)
#CDD5FA
(205,213,250)
#D2DAFA
(210,218,250)
#D7DFFA
(215,223,250)
#DCE4FA
(220,228,250)
#E1E9FA
(225,233,250)
#E6EEFA
(230,238,250)
#EBF3FA
(235,243,250)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6FA; }

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

This text font color is #BEC6FA.

Background Color

.myBgColor { background-color: #BEC6FA; }

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

This div background color is #BEC6FA.

Border color

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

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

This div border color is #BEC6FA.

Opacity

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

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

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

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

This text has shadow with #BEC6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6FA.

Preview

Color preview on black background

This text has color #BEC6FA on black background.


Color preview on white background

This text has color #BEC6FA on white background.


Black color preview on #BEC6FA background

This text has black color on #BEC6FA background.


White color preview on #BEC6FA background

This text has white color on #BEC6FA background.


Related colors

Complementary color

Complementary color for #hex is #413905.


I love getcolorcode.com

Triadic colors

1 #FABEC6 and #C6FABE with #BEC6FA are triadic colors.

2 #FAC6BE and #C6BEFA with #BEC6FA are triadic colors.