COLOR #BEDFF2

HEX: #BEDFF2
RGB: (190,223,242)

Color info

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

RGB color model

#BEDFF2 color RGB value is (190,223,242).

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

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 242 of 255 = 95%

190
223
242

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

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 242 = 655 (100%)
R 190 of 655 ~ 29.01%
G 223 of 655 ~ 34.05%
B 242 of 655 ~ 36.95%

%29.01
%34.05
%36.95

CMYK color model

#BEDFF2 color CMYK value is (21,8,0,5).

  • cyan value is 21.49%
  • magenta value is 7.85%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,8,0,5)
C21M8Y0K5 
(21%,8%,0%,5%)
(0.21/0.08/0.00/0.05)	

CMYK percentages

%21.49
%7.85
%0
%5.1

Codes

Color #BEDFF2 in popluar color models

BEDFF2
RGB190223242
HSL202°66.67%84.71%
HSB/HSV202°21.49%94.90%
CMYK21.49%7.85%0.00%
5.10%

Color #BEDFF2 in popluar number systems.

HEXBEDFF2
Decimal190223242
Binary101111101101111111110010
Octal276337362

Shades and tints

Shades of #BEDFF2

#BEDFF2
(190,223,242)
#ADCBDC
(173,203,220)
#9CB7C6
(156,183,198)
#8BA3B0
(139,163,176)
#7A8F9A
(122,143,154)
#697B84
(105,123,132)
#58676E
(88,103,110)
#475358
(71,83,88)
#363F42
(54,63,66)
#252B2C
(37,43,44)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEDFF2

#BEDFF2
(190,223,242)
#C3E1F3
(195,225,243)
#C8E3F4
(200,227,244)
#CDE5F5
(205,229,245)
#D2E7F6
(210,231,246)
#D7E9F7
(215,233,247)
#DCEBF8
(220,235,248)
#E1EDF9
(225,237,249)
#E6EFFA
(230,239,250)
#EBF1FB
(235,241,251)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFF2; }

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

This text font color is #BEDFF2.


Background Color

.myBgColor { background-color: #BEDFF2; }

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

This div background color is #BEDFF2.


Border color

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

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

This div border color is #BEDFF2.


Opacity

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

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

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

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

This text has shadow with #BEDFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFF2 on black background.


Color preview on white background

This text has color #BEDFF2 on white background.



Black color preview on #BEDFF2 background

This text has black color on #BEDFF2 background.


White color preview on #BEDFF2 background

This text has white color on #BEDFF2 background.