COLOR #BED5FF

HEX: #BED5FF
RGB: (190,213,255)

Color info

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

RGB color model

#BED5FF color RGB value is (190,213,255).

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

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 255 of 255 = 100%

190
213
255

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 255 = 658 (100%)
R 190 of 658 ~ 28.88%
G 213 of 658 ~ 32.37%
B 255 of 658 ~ 38.75%

%28.88
%32.37
%38.75

CMYK color model

#BED5FF color CMYK value is (25,16,0,0).

  • cyan value is 25.49%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,16,0,0)
C25M16Y0K0 
(25%,16%,0%,0%)
(0.25/0.16/0.00/0.00)	

CMYK percentages

%25.49
%16.47
%0
%0

Codes

Color #BED5FF in popluar color models

BED5FF
RGB190213255
HSL219°100.00%87.25%
HSB/HSV219°25.49%100.00%
CMYK25.49%16.47%0.00%
0.00%

Color #BED5FF in popluar number systems.

HEXBED5FF
Decimal190213255
Binary101111101101010111111111
Octal276325377

Shades and tints

Shades of #BED5FF

#BED5FF
(190,213,255)
#ADC2E8
(173,194,232)
#9CAFD1
(156,175,209)
#8B9CBA
(139,156,186)
#7A89A3
(122,137,163)
#69768C
(105,118,140)
#586375
(88,99,117)
#47505E
(71,80,94)
#363D47
(54,61,71)
#252A30
(37,42,48)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BED5FF

#BED5FF
(190,213,255)
#C3D8FF
(195,216,255)
#C8DBFF
(200,219,255)
#CDDEFF
(205,222,255)
#D2E1FF
(210,225,255)
#D7E4FF
(215,228,255)
#DCE7FF
(220,231,255)
#E1EAFF
(225,234,255)
#E6EDFF
(230,237,255)
#EBF0FF
(235,240,255)
#F0F3FF
(240,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5FF; }

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

This text font color is #BED5FF.


Background Color

.myBgColor { background-color: #BED5FF; }

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

This div background color is #BED5FF.


Border color

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

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

This div border color is #BED5FF.


Opacity

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

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

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

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

This text has shadow with #BED5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5FF on black background.


Color preview on white background

This text has color #BED5FF on white background.



Black color preview on #BED5FF background

This text has black color on #BED5FF background.


White color preview on #BED5FF background

This text has white color on #BED5FF background.