COLOR #BEDBF0

HEX: #BEDBF0
RGB: (190,219,240)

Color info

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

RGB color model

#BEDBF0 color RGB value is (190,219,240).

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

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 240 of 255 = 94%

190
219
240

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

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 240 = 649 (100%)
R 190 of 649 ~ 29.28%
G 219 of 649 ~ 33.74%
B 240 of 649 ~ 36.98%

%29.28
%33.74
%36.98

CMYK color model

#BEDBF0 color CMYK value is (21,9,0,6).

  • cyan value is 20.83%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,9,0,6)
C21M9Y0K6 
(21%,9%,0%,6%)
(0.21/0.09/0.00/0.06)	

CMYK percentages

%20.83
%8.75
%0
%5.88

Codes

Color #BEDBF0 in popluar color models

BEDBF0
RGB190219240
HSL205°62.50%84.31%
HSB/HSV205°20.83%94.12%
CMYK20.83%8.75%0.00%
5.88%

Color #BEDBF0 in popluar number systems.

HEXBEDBF0
Decimal190219240
Binary101111101101101111110000
Octal276333360

Shades and tints

Shades of #BEDBF0

#BEDBF0
(190,219,240)
#ADC8DB
(173,200,219)
#9CB5C6
(156,181,198)
#8BA2B1
(139,162,177)
#7A8F9C
(122,143,156)
#697C87
(105,124,135)
#586972
(88,105,114)
#47565D
(71,86,93)
#364348
(54,67,72)
#253033
(37,48,51)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #BEDBF0

#BEDBF0
(190,219,240)
#C3DEF1
(195,222,241)
#C8E1F2
(200,225,242)
#CDE4F3
(205,228,243)
#D2E7F4
(210,231,244)
#D7EAF5
(215,234,245)
#DCEDF6
(220,237,246)
#E1F0F7
(225,240,247)
#E6F3F8
(230,243,248)
#EBF6F9
(235,246,249)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDBF0; }

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

This text font color is #BEDBF0.


Background Color

.myBgColor { background-color: #BEDBF0; }

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

This div background color is #BEDBF0.


Border color

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

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

This div border color is #BEDBF0.


Opacity

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

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

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

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

This text has shadow with #BEDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDBF0 on black background.


Color preview on white background

This text has color #BEDBF0 on white background.



Black color preview on #BEDBF0 background

This text has black color on #BEDBF0 background.


White color preview on #BEDBF0 background

This text has white color on #BEDBF0 background.