COLOR #BED4F0

HEX: #BED4F0
RGB: (190,212,240)

Color info

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

RGB color model

#BED4F0 color RGB value is (190,212,240).

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

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 240 of 255 = 94%

190
212
240

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 240 = 642 (100%)
R 190 of 642 ~ 29.6%
G 212 of 642 ~ 33.02%
B 240 of 642 ~ 37.38%

%29.6
%33.02
%37.38

CMYK color model

#BED4F0 color CMYK value is (21,12,0,6).

  • cyan value is 20.83%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,12,0,6)
C21M12Y0K6 
(21%,12%,0%,6%)
(0.21/0.12/0.00/0.06)	

CMYK percentages

%20.83
%11.67
%0
%5.88

Codes

Color #BED4F0 in popluar color models

BED4F0
RGB190212240
HSL214°62.50%84.31%
HSB/HSV214°20.83%94.12%
CMYK20.83%11.67%0.00%
5.88%

Color #BED4F0 in popluar number systems.

HEXBED4F0
Decimal190212240
Binary101111101101010011110000
Octal276324360

Shades and tints

Shades of #BED4F0

#BED4F0
(190,212,240)
#ADC1DB
(173,193,219)
#9CAEC6
(156,174,198)
#8B9BB1
(139,155,177)
#7A889C
(122,136,156)
#697587
(105,117,135)
#586272
(88,98,114)
#474F5D
(71,79,93)
#363C48
(54,60,72)
#252933
(37,41,51)
#14161E
(20,22,30)
#000000
(0,0,0)

Tints of #BED4F0

#BED4F0
(190,212,240)
#C3D7F1
(195,215,241)
#C8DAF2
(200,218,242)
#CDDDF3
(205,221,243)
#D2E0F4
(210,224,244)
#D7E3F5
(215,227,245)
#DCE6F6
(220,230,246)
#E1E9F7
(225,233,247)
#E6ECF8
(230,236,248)
#EBEFF9
(235,239,249)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4F0; }

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

This text font color is #BED4F0.


Background Color

.myBgColor { background-color: #BED4F0; }

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

This div background color is #BED4F0.


Border color

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

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

This div border color is #BED4F0.


Opacity

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

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

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

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

This text has shadow with #BED4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4F0 on black background.


Color preview on white background

This text has color #BED4F0 on white background.



Black color preview on #BED4F0 background

This text has black color on #BED4F0 background.


White color preview on #BED4F0 background

This text has white color on #BED4F0 background.