COLOR #BED4F9

HEX: #BED4F9
RGB: (190,212,249)

Color info

#BED4F9 contains red, green and blue colors in about the same proportion. Web safe color of #BED4F9 is #CCCCFF (or #CCF).

RGB color model

#BED4F9 color RGB value is (190,212,249).

  • red value is 190;
  • green value is 212;
  • blue value is 249.
RGB:
(190,212,249)
(75%,83%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 249 of 255 = 98%

190
212
249

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 249 = 651 (100%)
R 190 of 651 ~ 29.19%
G 212 of 651 ~ 32.57%
B 249 of 651 ~ 38.25%

%29.19
%32.57
%38.25

CMYK color model

#BED4F9 color CMYK value is (24,15,0,2).

  • cyan value is 23.69%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,15,0,2)
C24M15Y0K2 
(24%,15%,0%,2%)
(0.24/0.15/0.00/0.02)	

CMYK percentages

%23.69
%14.86
%0
%2.35

Codes

Color #BED4F9 in popluar color models

BED4F9
RGB190212249
HSL218°83.10%86.08%
HSB/HSV218°23.69%97.65%
CMYK23.69%14.86%0.00%
2.35%

Color #BED4F9 in popluar number systems.

HEXBED4F9
Decimal190212249
Binary101111101101010011111001
Octal276324371

Shades and tints

Shades of #BED4F9

#BED4F9
(190,212,249)
#ADC1E3
(173,193,227)
#9CAECD
(156,174,205)
#8B9BB7
(139,155,183)
#7A88A1
(122,136,161)
#69758B
(105,117,139)
#586275
(88,98,117)
#474F5F
(71,79,95)
#363C49
(54,60,73)
#252933
(37,41,51)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BED4F9

#BED4F9
(190,212,249)
#C3D7F9
(195,215,249)
#C8DAF9
(200,218,249)
#CDDDF9
(205,221,249)
#D2E0F9
(210,224,249)
#D7E3F9
(215,227,249)
#DCE6F9
(220,230,249)
#E1E9F9
(225,233,249)
#E6ECF9
(230,236,249)
#EBEFF9
(235,239,249)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED4F9 color. Also use rgb(190,212,249) instead hex code.

Text Font Color

.myTextColor { color: #BED4F9; }

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

This text font color is #BED4F9.


Background Color

.myBgColor { background-color: #BED4F9; }

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

This div background color is #BED4F9.


Border color

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

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

This div border color is #BED4F9.


Opacity

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

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

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

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

This text has shadow with #BED4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4F9 on black background.


Color preview on white background

This text has color #BED4F9 on white background.



Black color preview on #BED4F9 background

This text has black color on #BED4F9 background.


White color preview on #BED4F9 background

This text has white color on #BED4F9 background.