COLOR #BEE2F2

HEX: #BEE2F2
RGB: (190,226,242)

Color info

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

RGB color model

#BEE2F2 color RGB value is (190,226,242).

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

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 242 of 255 = 95%

190
226
242

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

Portions of RGB colors in percentages

R + G + B =
190 + 226 + 242 = 658 (100%)
R 190 of 658 ~ 28.88%
G 226 of 658 ~ 34.35%
B 242 of 658 ~ 36.78%

%28.88
%34.35
%36.78

CMYK color model

#BEE2F2 color CMYK value is (21,7,0,5).

  • cyan value is 21.49%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,7,0,5)
C21M7Y0K5 
(21%,7%,0%,5%)
(0.21/0.07/0.00/0.05)	

CMYK percentages

%21.49
%6.61
%0
%5.1

Codes

Color #BEE2F2 in popluar color models

BEE2F2
RGB190226242
HSL198°66.67%84.71%
HSB/HSV198°21.49%94.90%
CMYK21.49%6.61%0.00%
5.10%

Color #BEE2F2 in popluar number systems.

HEXBEE2F2
Decimal190226242
Binary101111101110001011110010
Octal276342362

Shades and tints

Shades of #BEE2F2

#BEE2F2
(190,226,242)
#ADCEDC
(173,206,220)
#9CBAC6
(156,186,198)
#8BA6B0
(139,166,176)
#7A929A
(122,146,154)
#697E84
(105,126,132)
#586A6E
(88,106,110)
#475658
(71,86,88)
#364242
(54,66,66)
#252E2C
(37,46,44)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #BEE2F2

#BEE2F2
(190,226,242)
#C3E4F3
(195,228,243)
#C8E6F4
(200,230,244)
#CDE8F5
(205,232,245)
#D2EAF6
(210,234,246)
#D7ECF7
(215,236,247)
#DCEEF8
(220,238,248)
#E1F0F9
(225,240,249)
#E6F2FA
(230,242,250)
#EBF4FB
(235,244,251)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2F2; }

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

This text font color is #BEE2F2.


Background Color

.myBgColor { background-color: #BEE2F2; }

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

This div background color is #BEE2F2.


Border color

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

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

This div border color is #BEE2F2.


Opacity

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

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

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

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

This text has shadow with #BEE2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2F2 on black background.


Color preview on white background

This text has color #BEE2F2 on white background.



Black color preview on #BEE2F2 background

This text has black color on #BEE2F2 background.


White color preview on #BEE2F2 background

This text has white color on #BEE2F2 background.