COLOR #BED2EA

HEX: #BED2EA
RGB: (190,210,234)

Color info

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

RGB color model

#BED2EA color RGB value is (190,210,234).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 234 of 255 = 92%

190
210
234

R + G + B ~ 83%. #BED2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 234 = 634 (100%)
R 190 of 634 ~ 29.97%
G 210 of 634 ~ 33.12%
B 234 of 634 ~ 36.91%

%29.97
%33.12
%36.91

CMYK color model

#BED2EA color CMYK value is (19,10,0,8).

  • cyan value is 18.80%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,10,0,8)
C19M10Y0K8 
(19%,10%,0%,8%)
(0.19/0.10/0.00/0.08)	

CMYK percentages

%18.8
%10.26
%0
%8.24

Codes

Color #BED2EA in popluar color models

BED2EA
RGB190210234
HSL213°51.16%83.14%
HSB/HSV213°18.80%91.76%
CMYK18.80%10.26%0.00%
8.24%

Color #BED2EA in popluar number systems.

HEXBED2EA
Decimal190210234
Binary101111101101001011101010
Octal276322352

Shades and tints

Shades of #BED2EA

#BED2EA
(190,210,234)
#ADBFD5
(173,191,213)
#9CACC0
(156,172,192)
#8B99AB
(139,153,171)
#7A8696
(122,134,150)
#697381
(105,115,129)
#58606C
(88,96,108)
#474D57
(71,77,87)
#363A42
(54,58,66)
#25272D
(37,39,45)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BED2EA

#BED2EA
(190,210,234)
#C3D6EB
(195,214,235)
#C8DAEC
(200,218,236)
#CDDEED
(205,222,237)
#D2E2EE
(210,226,238)
#D7E6EF
(215,230,239)
#DCEAF0
(220,234,240)
#E1EEF1
(225,238,241)
#E6F2F2
(230,242,242)
#EBF6F3
(235,246,243)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2EA; }

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

This text font color is #BED2EA.


Background Color

.myBgColor { background-color: #BED2EA; }

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

This div background color is #BED2EA.


Border color

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

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

This div border color is #BED2EA.


Opacity

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

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

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

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

This text has shadow with #BED2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2EA on black background.


Color preview on white background

This text has color #BED2EA on white background.



Black color preview on #BED2EA background

This text has black color on #BED2EA background.


White color preview on #BED2EA background

This text has white color on #BED2EA background.