COLOR #BECDFA

HEX: #BECDFA
RGB: (190,205,250)

Color info

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

RGB color model

#BECDFA color RGB value is (190,205,250).

  • red value is 190;
  • green value is 205;
  • blue value is 250.
RGB:
(190,205,250)
(75%,80%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 250 of 255 = 98%

190
205
250

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

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 250 = 645 (100%)
R 190 of 645 ~ 29.46%
G 205 of 645 ~ 31.78%
B 250 of 645 ~ 38.76%

%29.46
%31.78
%38.76

CMYK color model

#BECDFA color CMYK value is (24,18,0,2).

  • cyan value is 24.00%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(24,18,0,2)
C24M18Y0K2 
(24%,18%,0%,2%)
(0.24/0.18/0.00/0.02)	

CMYK percentages

%24
%18
%0
%1.96

Codes

Color #BECDFA in popluar color models

BECDFA
RGB190205250
HSL225°85.71%86.27%
HSB/HSV225°24.00%98.04%
CMYK24.00%18.00%0.00%
1.96%

Color #BECDFA in popluar number systems.

HEXBECDFA
Decimal190205250
Binary101111101100110111111010
Octal276315372

Shades and tints

Shades of #BECDFA

#BECDFA
(190,205,250)
#ADBBE4
(173,187,228)
#9CA9CE
(156,169,206)
#8B97B8
(139,151,184)
#7A85A2
(122,133,162)
#69738C
(105,115,140)
#586176
(88,97,118)
#474F60
(71,79,96)
#363D4A
(54,61,74)
#252B34
(37,43,52)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #BECDFA

#BECDFA
(190,205,250)
#C3D1FA
(195,209,250)
#C8D5FA
(200,213,250)
#CDD9FA
(205,217,250)
#D2DDFA
(210,221,250)
#D7E1FA
(215,225,250)
#DCE5FA
(220,229,250)
#E1E9FA
(225,233,250)
#E6EDFA
(230,237,250)
#EBF1FA
(235,241,250)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDFA; }

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

This text font color is #BECDFA.


Background Color

.myBgColor { background-color: #BECDFA; }

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

This div background color is #BECDFA.


Border color

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

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

This div border color is #BECDFA.


Opacity

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

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

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

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

This text has shadow with #BECDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECDFA on black background.


Color preview on white background

This text has color #BECDFA on white background.



Black color preview on #BECDFA background

This text has black color on #BECDFA background.


White color preview on #BECDFA background

This text has white color on #BECDFA background.