COLOR #BED2FA

HEX: #BED2FA
RGB: (190,210,250)

Color info

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

RGB color model

#BED2FA color RGB value is (190,210,250).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 250 of 255 = 98%

190
210
250

R + G + B ~ 85%. #BED2FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 250 = 650 (100%)
R 190 of 650 ~ 29.23%
G 210 of 650 ~ 32.31%
B 250 of 650 ~ 38.46%

%29.23
%32.31
%38.46

CMYK color model

#BED2FA color CMYK value is (24,16,0,2).

  • cyan value is 24.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(24,16,0,2)
C24M16Y0K2 
(24%,16%,0%,2%)
(0.24/0.16/0.00/0.02)	

CMYK percentages

%24
%16
%0
%1.96

Codes

Color #BED2FA in popluar color models

BED2FA
RGB190210250
HSL220°85.71%86.27%
HSB/HSV220°24.00%98.04%
CMYK24.00%16.00%0.00%
1.96%

Color #BED2FA in popluar number systems.

HEXBED2FA
Decimal190210250
Binary101111101101001011111010
Octal276322372

Shades and tints

Shades of #BED2FA

#BED2FA
(190,210,250)
#ADBFE4
(173,191,228)
#9CACCE
(156,172,206)
#8B99B8
(139,153,184)
#7A86A2
(122,134,162)
#69738C
(105,115,140)
#586076
(88,96,118)
#474D60
(71,77,96)
#363A4A
(54,58,74)
#252734
(37,39,52)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #BED2FA

#BED2FA
(190,210,250)
#C3D6FA
(195,214,250)
#C8DAFA
(200,218,250)
#CDDEFA
(205,222,250)
#D2E2FA
(210,226,250)
#D7E6FA
(215,230,250)
#DCEAFA
(220,234,250)
#E1EEFA
(225,238,250)
#E6F2FA
(230,242,250)
#EBF6FA
(235,246,250)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2FA; }

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

This text font color is #BED2FA.


Background Color

.myBgColor { background-color: #BED2FA; }

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

This div background color is #BED2FA.


Border color

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

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

This div border color is #BED2FA.


Opacity

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

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

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

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

This text has shadow with #BED2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2FA on black background.


Color preview on white background

This text has color #BED2FA on white background.



Black color preview on #BED2FA background

This text has black color on #BED2FA background.


White color preview on #BED2FA background

This text has white color on #BED2FA background.