COLOR #BED2FF

HEX: #BED2FF
RGB: (190,210,255)

Color info

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

RGB color model

#BED2FF color RGB value is (190,210,255).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 255 of 255 = 100%

190
210
255

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

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 255 = 655 (100%)
R 190 of 655 ~ 29.01%
G 210 of 655 ~ 32.06%
B 255 of 655 ~ 38.93%

%29.01
%32.06
%38.93

CMYK color model

#BED2FF color CMYK value is (25,18,0,0).

  • cyan value is 25.49%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,18,0,0)
C25M18Y0K0 
(25%,18%,0%,0%)
(0.25/0.18/0.00/0.00)	

CMYK percentages

%25.49
%17.65
%0
%0

Codes

Color #BED2FF in popluar color models

BED2FF
RGB190210255
HSL222°100.00%87.25%
HSB/HSV222°25.49%100.00%
CMYK25.49%17.65%0.00%
0.00%

Color #BED2FF in popluar number systems.

HEXBED2FF
Decimal190210255
Binary101111101101001011111111
Octal276322377

Shades and tints

Shades of #BED2FF

#BED2FF
(190,210,255)
#ADBFE8
(173,191,232)
#9CACD1
(156,172,209)
#8B99BA
(139,153,186)
#7A86A3
(122,134,163)
#69738C
(105,115,140)
#586075
(88,96,117)
#474D5E
(71,77,94)
#363A47
(54,58,71)
#252730
(37,39,48)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BED2FF

#BED2FF
(190,210,255)
#C3D6FF
(195,214,255)
#C8DAFF
(200,218,255)
#CDDEFF
(205,222,255)
#D2E2FF
(210,226,255)
#D7E6FF
(215,230,255)
#DCEAFF
(220,234,255)
#E1EEFF
(225,238,255)
#E6F2FF
(230,242,255)
#EBF6FF
(235,246,255)
#F0FAFF
(240,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2FF; }

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

This text font color is #BED2FF.


Background Color

.myBgColor { background-color: #BED2FF; }

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

This div background color is #BED2FF.


Border color

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

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

This div border color is #BED2FF.


Opacity

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

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

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

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

This text has shadow with #BED2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2FF on black background.


Color preview on white background

This text has color #BED2FF on white background.



Black color preview on #BED2FF background

This text has black color on #BED2FF background.


White color preview on #BED2FF background

This text has white color on #BED2FF background.