COLOR #BED8FB

HEX: #BED8FB
RGB: (190,216,251)

Color info

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

RGB color model

#BED8FB color RGB value is (190,216,251).

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

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 251 of 255 = 98%

190
216
251

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

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 251 = 657 (100%)
R 190 of 657 ~ 28.92%
G 216 of 657 ~ 32.88%
B 251 of 657 ~ 38.2%

%28.92
%32.88
%38.2

CMYK color model

#BED8FB color CMYK value is (24,14,0,2).

  • cyan value is 24.30%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(24,14,0,2)
C24M14Y0K2 
(24%,14%,0%,2%)
(0.24/0.14/0.00/0.02)	

CMYK percentages

%24.3
%13.94
%0
%1.57

Codes

Color #BED8FB in popluar color models

BED8FB
RGB190216251
HSL214°88.41%86.47%
HSB/HSV214°24.30%98.43%
CMYK24.30%13.94%0.00%
1.57%

Color #BED8FB in popluar number systems.

HEXBED8FB
Decimal190216251
Binary101111101101100011111011
Octal276330373

Shades and tints

Shades of #BED8FB

#BED8FB
(190,216,251)
#ADC5E5
(173,197,229)
#9CB2CF
(156,178,207)
#8B9FB9
(139,159,185)
#7A8CA3
(122,140,163)
#69798D
(105,121,141)
#586677
(88,102,119)
#475361
(71,83,97)
#36404B
(54,64,75)
#252D35
(37,45,53)
#141A1F
(20,26,31)
#000000
(0,0,0)

Tints of #BED8FB

#BED8FB
(190,216,251)
#C3DBFB
(195,219,251)
#C8DEFB
(200,222,251)
#CDE1FB
(205,225,251)
#D2E4FB
(210,228,251)
#D7E7FB
(215,231,251)
#DCEAFB
(220,234,251)
#E1EDFB
(225,237,251)
#E6F0FB
(230,240,251)
#EBF3FB
(235,243,251)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED8FB; }

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

This text font color is #BED8FB.


Background Color

.myBgColor { background-color: #BED8FB; }

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

This div background color is #BED8FB.


Border color

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

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

This div border color is #BED8FB.


Opacity

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

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

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

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

This text has shadow with #BED8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED8FB on black background.


Color preview on white background

This text has color #BED8FB on white background.



Black color preview on #BED8FB background

This text has black color on #BED8FB background.


White color preview on #BED8FB background

This text has white color on #BED8FB background.