COLOR #BED5EE

HEX: #BED5EE
RGB: (190,213,238)

Color info

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

RGB color model

#BED5EE color RGB value is (190,213,238).

  • red value is 190;
  • green value is 213;
  • blue value is 238.
RGB:
(190,213,238)
(75%,84%,93%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 238 of 255 = 93%

190
213
238

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 238 = 641 (100%)
R 190 of 641 ~ 29.64%
G 213 of 641 ~ 33.23%
B 238 of 641 ~ 37.13%

%29.64
%33.23
%37.13

CMYK color model

#BED5EE color CMYK value is (20,11,0,7).

  • cyan value is 20.17%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(20,11,0,7)
C20M11Y0K7 
(20%,11%,0%,7%)
(0.20/0.11/0.00/0.07)	

CMYK percentages

%20.17
%10.5
%0
%6.67

Codes

Color #BED5EE in popluar color models

BED5EE
RGB190213238
HSL211°58.54%83.92%
HSB/HSV211°20.17%93.33%
CMYK20.17%10.50%0.00%
6.67%

Color #BED5EE in popluar number systems.

HEXBED5EE
Decimal190213238
Binary101111101101010111101110
Octal276325356

Shades and tints

Shades of #BED5EE

#BED5EE
(190,213,238)
#ADC2D9
(173,194,217)
#9CAFC4
(156,175,196)
#8B9CAF
(139,156,175)
#7A899A
(122,137,154)
#697685
(105,118,133)
#586370
(88,99,112)
#47505B
(71,80,91)
#363D46
(54,61,70)
#252A31
(37,42,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #BED5EE

#BED5EE
(190,213,238)
#C3D8EF
(195,216,239)
#C8DBF0
(200,219,240)
#CDDEF1
(205,222,241)
#D2E1F2
(210,225,242)
#D7E4F3
(215,228,243)
#DCE7F4
(220,231,244)
#E1EAF5
(225,234,245)
#E6EDF6
(230,237,246)
#EBF0F7
(235,240,247)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED5EE color. Also use rgb(190,213,238) instead hex code.

Text Font Color

.myTextColor { color: #BED5EE; }

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

This text font color is #BED5EE.


Background Color

.myBgColor { background-color: #BED5EE; }

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

This div background color is #BED5EE.


Border color

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

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

This div border color is #BED5EE.


Opacity

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

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

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

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

This text has shadow with #BED5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5EE on black background.


Color preview on white background

This text has color #BED5EE on white background.



Black color preview on #BED5EE background

This text has black color on #BED5EE background.


White color preview on #BED5EE background

This text has white color on #BED5EE background.