COLOR #BED1F2

HEX: #BED1F2
RGB: (190,209,242)

Color info

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

RGB color model

#BED1F2 color RGB value is (190,209,242).

  • red value is 190;
  • green value is 209;
  • blue value is 242.
RGB:
(190,209,242)
(75%,82%,95%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 242 of 255 = 95%

190
209
242

R + G + B ~ 84%. #BED1F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 242 = 641 (100%)
R 190 of 641 ~ 29.64%
G 209 of 641 ~ 32.61%
B 242 of 641 ~ 37.75%

%29.64
%32.61
%37.75

CMYK color model

#BED1F2 color CMYK value is (21,14,0,5).

  • cyan value is 21.49%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,14,0,5)
C21M14Y0K5 
(21%,14%,0%,5%)
(0.21/0.14/0.00/0.05)	

CMYK percentages

%21.49
%13.64
%0
%5.1

Codes

Color #BED1F2 in popluar color models

BED1F2
RGB190209242
HSL218°66.67%84.71%
HSB/HSV218°21.49%94.90%
CMYK21.49%13.64%0.00%
5.10%

Color #BED1F2 in popluar number systems.

HEXBED1F2
Decimal190209242
Binary101111101101000111110010
Octal276321362

Shades and tints

Shades of #BED1F2

#BED1F2
(190,209,242)
#ADBEDC
(173,190,220)
#9CABC6
(156,171,198)
#8B98B0
(139,152,176)
#7A859A
(122,133,154)
#697284
(105,114,132)
#585F6E
(88,95,110)
#474C58
(71,76,88)
#363942
(54,57,66)
#25262C
(37,38,44)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BED1F2

#BED1F2
(190,209,242)
#C3D5F3
(195,213,243)
#C8D9F4
(200,217,244)
#CDDDF5
(205,221,245)
#D2E1F6
(210,225,246)
#D7E5F7
(215,229,247)
#DCE9F8
(220,233,248)
#E1EDF9
(225,237,249)
#E6F1FA
(230,241,250)
#EBF5FB
(235,245,251)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED1F2 color. Also use rgb(190,209,242) instead hex code.

Text Font Color

.myTextColor { color: #BED1F2; }

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

This text font color is #BED1F2.


Background Color

.myBgColor { background-color: #BED1F2; }

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

This div background color is #BED1F2.


Border color

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

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

This div border color is #BED1F2.


Opacity

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

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

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

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

This text has shadow with #BED1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1F2 on black background.


Color preview on white background

This text has color #BED1F2 on white background.



Black color preview on #BED1F2 background

This text has black color on #BED1F2 background.


White color preview on #BED1F2 background

This text has white color on #BED1F2 background.