COLOR #BEDBF2

HEX: #BEDBF2
RGB: (190,219,242)

Color info

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

RGB color model

#BEDBF2 color RGB value is (190,219,242).

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

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 242 of 255 = 95%

190
219
242

R + G + B ~ 85%. #BEDBF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 242 = 651 (100%)
R 190 of 651 ~ 29.19%
G 219 of 651 ~ 33.64%
B 242 of 651 ~ 37.17%

%29.19
%33.64
%37.17

CMYK color model

#BEDBF2 color CMYK value is (21,10,0,5).

  • cyan value is 21.49%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (21,10,0,5) C21M10Y0K5 (21%,10%,0%,5%) (0.21/0.10/0.00/0.05)

CMYK percentages

%21.49
%9.5
%0
%5.1

Codes

Color #BEDBF2 in popluar color models

BEDBF2
RGB190219242
HSL207°66.67%84.71%
HSB/HSV207°21.49%94.90%
CMYK21.49%9.50%0.00%
5.10%

Color #BEDBF2 in popluar number systems.

HEXBEDBF2
Decimal190219242
Binary101111101101101111110010
Octal276333362

Shades and tints

Shades of #BEDBF2

#BEDBF2
(190,219,242)
#ADC8DC
(173,200,220)
#9CB5C6
(156,181,198)
#8BA2B0
(139,162,176)
#7A8F9A
(122,143,154)
#697C84
(105,124,132)
#58696E
(88,105,110)
#475658
(71,86,88)
#364342
(54,67,66)
#25302C
(37,48,44)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #BEDBF2

#BEDBF2
(190,219,242)
#C3DEF3
(195,222,243)
#C8E1F4
(200,225,244)
#CDE4F5
(205,228,245)
#D2E7F6
(210,231,246)
#D7EAF7
(215,234,247)
#DCEDF8
(220,237,248)
#E1F0F9
(225,240,249)
#E6F3FA
(230,243,250)
#EBF6FB
(235,246,251)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDBF2; }

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

This text font color is #BEDBF2.


Background Color

.myBgColor { background-color: #BEDBF2; }

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

This div background color is #BEDBF2.


Border color

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

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

This div border color is #BEDBF2.


Opacity

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

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

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

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

This text has shadow with #BEDBF2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEDBF2 on black background.


Color preview on white background

This text has color #BEDBF2 on white background.



Black color preview on #BEDBF2 background

This text has black color on #BEDBF2 background.


White color preview on #BEDBF2 background

This text has white color on #BEDBF2 background.