COLOR #BEDBFB

HEX: #BEDBFB
RGB: (190,219,251)

Color info

#BEDBFB contains mainly green and blue colors. Web safe color of #BEDBFB is #CCCCFF (or #CCF).

RGB color model

#BEDBFB color RGB value is (190,219,251).

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

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 251 of 255 = 98%

190
219
251

R + G + B ~ 86%. #BEDBFB is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 251 = 660 (100%)
R 190 of 660 ~ 28.79%
G 219 of 660 ~ 33.18%
B 251 of 660 ~ 38.03%

%28.79
%33.18
%38.03

CMYK color model

#BEDBFB color CMYK value is (24,13,0,2).

  • cyan value is 24.30%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(24,13,0,2)
C24M13Y0K2 
(24%,13%,0%,2%)
(0.24/0.13/0.00/0.02)	

CMYK percentages

%24.3
%12.75
%0
%1.57

Codes

Color #BEDBFB in popluar color models

BEDBFB
RGB190219251
HSL211°88.41%86.47%
HSB/HSV211°24.30%98.43%
CMYK24.30%12.75%0.00%
1.57%

Color #BEDBFB in popluar number systems.

HEXBEDBFB
Decimal190219251
Binary101111101101101111111011
Octal276333373

Shades and tints

Shades of #BEDBFB

#BEDBFB
(190,219,251)
#ADC8E5
(173,200,229)
#9CB5CF
(156,181,207)
#8BA2B9
(139,162,185)
#7A8FA3
(122,143,163)
#697C8D
(105,124,141)
#586977
(88,105,119)
#475661
(71,86,97)
#36434B
(54,67,75)
#253035
(37,48,53)
#141D1F
(20,29,31)
#000000
(0,0,0)

Tints of #BEDBFB

#BEDBFB
(190,219,251)
#C3DEFB
(195,222,251)
#C8E1FB
(200,225,251)
#CDE4FB
(205,228,251)
#D2E7FB
(210,231,251)
#D7EAFB
(215,234,251)
#DCEDFB
(220,237,251)
#E1F0FB
(225,240,251)
#E6F3FB
(230,243,251)
#EBF6FB
(235,246,251)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDBFB; }

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

This text font color is #BEDBFB.


Background Color

.myBgColor { background-color: #BEDBFB; }

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

This div background color is #BEDBFB.


Border color

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

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

This div border color is #BEDBFB.


Opacity

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

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

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

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

This text has shadow with #BEDBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDBFB on black background.


Color preview on white background

This text has color #BEDBFB on white background.



Black color preview on #BEDBFB background

This text has black color on #BEDBFB background.


White color preview on #BEDBFB background

This text has white color on #BEDBFB background.