COLOR #BEE2F9

HEX: #BEE2F9
RGB: (190,226,249)

Color info

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

RGB color model

#BEE2F9 color RGB value is (190,226,249).

  • red value is 190;
  • green value is 226;
  • blue value is 249.
RGB:
(190,226,249)
(75%,89%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 249 of 255 = 98%

190
226
249

R + G + B ~ 87%. #BEE2F9 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 226 + 249 = 665 (100%)
R 190 of 665 ~ 28.57%
G 226 of 665 ~ 33.98%
B 249 of 665 ~ 37.44%

%28.57
%33.98
%37.44

CMYK color model

#BEE2F9 color CMYK value is (24,9,0,2).

  • cyan value is 23.69%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,9,0,2)
C24M9Y0K2 
(24%,9%,0%,2%)
(0.24/0.09/0.00/0.02)	

CMYK percentages

%23.69
%9.24
%0
%2.35

Codes

Color #BEE2F9 in popluar color models

BEE2F9
RGB190226249
HSL203°83.10%86.08%
HSB/HSV203°23.69%97.65%
CMYK23.69%9.24%0.00%
2.35%

Color #BEE2F9 in popluar number systems.

HEXBEE2F9
Decimal190226249
Binary101111101110001011111001
Octal276342371

Shades and tints

Shades of #BEE2F9

#BEE2F9
(190,226,249)
#ADCEE3
(173,206,227)
#9CBACD
(156,186,205)
#8BA6B7
(139,166,183)
#7A92A1
(122,146,161)
#697E8B
(105,126,139)
#586A75
(88,106,117)
#47565F
(71,86,95)
#364249
(54,66,73)
#252E33
(37,46,51)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #BEE2F9

#BEE2F9
(190,226,249)
#C3E4F9
(195,228,249)
#C8E6F9
(200,230,249)
#CDE8F9
(205,232,249)
#D2EAF9
(210,234,249)
#D7ECF9
(215,236,249)
#DCEEF9
(220,238,249)
#E1F0F9
(225,240,249)
#E6F2F9
(230,242,249)
#EBF4F9
(235,244,249)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2F9 color. Also use rgb(190,226,249) instead hex code.

Text Font Color

.myTextColor { color: #BEE2F9; }

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

This text font color is #BEE2F9.


Background Color

.myBgColor { background-color: #BEE2F9; }

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

This div background color is #BEE2F9.


Border color

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

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

This div border color is #BEE2F9.


Opacity

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

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

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

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

This text has shadow with #BEE2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2F9 on black background.


Color preview on white background

This text has color #BEE2F9 on white background.



Black color preview on #BEE2F9 background

This text has black color on #BEE2F9 background.


White color preview on #BEE2F9 background

This text has white color on #BEE2F9 background.