COLOR #BED6FE

HEX: #BED6FE
RGB: (190,214,254)

Color info

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

RGB color model

#BED6FE color RGB value is (190,214,254).

  • red value is 190;
  • green value is 214;
  • blue value is 254.
RGB:
(190,214,254)
(75%,84%,100%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 254 of 255 = 100%

190
214
254

R + G + B ~ 86%. #BED6FE is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 254 = 658 (100%)
R 190 of 658 ~ 28.88%
G 214 of 658 ~ 32.52%
B 254 of 658 ~ 38.6%

%28.88
%32.52
%38.6

CMYK color model

#BED6FE color CMYK value is (25,16,0,0).

  • cyan value is 25.20%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(25,16,0,0)
C25M16Y0K0 
(25%,16%,0%,0%)
(0.25/0.16/0.00/0.00)	

CMYK percentages

%25.2
%15.75
%0
%0.39

Codes

Color #BED6FE in popluar color models

BED6FE
RGB190214254
HSL218°96.97%87.06%
HSB/HSV218°25.20%99.61%
CMYK25.20%15.75%0.00%
0.39%

Color #BED6FE in popluar number systems.

HEXBED6FE
Decimal190214254
Binary101111101101011011111110
Octal276326376

Shades and tints

Shades of #BED6FE

#BED6FE
(190,214,254)
#ADC3E7
(173,195,231)
#9CB0D0
(156,176,208)
#8B9DB9
(139,157,185)
#7A8AA2
(122,138,162)
#69778B
(105,119,139)
#586474
(88,100,116)
#47515D
(71,81,93)
#363E46
(54,62,70)
#252B2F
(37,43,47)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BED6FE

#BED6FE
(190,214,254)
#C3D9FE
(195,217,254)
#C8DCFE
(200,220,254)
#CDDFFE
(205,223,254)
#D2E2FE
(210,226,254)
#D7E5FE
(215,229,254)
#DCE8FE
(220,232,254)
#E1EBFE
(225,235,254)
#E6EEFE
(230,238,254)
#EBF1FE
(235,241,254)
#F0F4FE
(240,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED6FE color. Also use rgb(190,214,254) instead hex code.

Text Font Color

.myTextColor { color: #BED6FE; }

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

This text font color is #BED6FE.


Background Color

.myBgColor { background-color: #BED6FE; }

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

This div background color is #BED6FE.


Border color

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

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

This div border color is #BED6FE.


Opacity

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

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

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

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

This text has shadow with #BED6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6FE on black background.


Color preview on white background

This text has color #BED6FE on white background.



Black color preview on #BED6FE background

This text has black color on #BED6FE background.


White color preview on #BED6FE background

This text has white color on #BED6FE background.