COLOR #BEE3FA

HEX: #BEE3FA
RGB: (190,227,250)

Color info

#BEE3FA contains mainly green and blue colors. Web safe color of #BEE3FA is #CCCCFF (or #CCF).

RGB color model

#BEE3FA color RGB value is (190,227,250).

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

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 250 of 255 = 98%

190
227
250

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

Portions of RGB colors in percentages

R + G + B =
190 + 227 + 250 = 667 (100%)
R 190 of 667 ~ 28.49%
G 227 of 667 ~ 34.03%
B 250 of 667 ~ 37.48%

%28.49
%34.03
%37.48

CMYK color model

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

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

CMYK percentages

%24
%9.2
%0
%1.96

Codes

Color #BEE3FA in popluar color models

BEE3FA
RGB190227250
HSL203°85.71%86.27%
HSB/HSV203°24.00%98.04%
CMYK24.00%9.20%0.00%
1.96%

Color #BEE3FA in popluar number systems.

HEXBEE3FA
Decimal190227250
Binary101111101110001111111010
Octal276343372

Shades and tints

Shades of #BEE3FA

#BEE3FA
(190,227,250)
#ADCFE4
(173,207,228)
#9CBBCE
(156,187,206)
#8BA7B8
(139,167,184)
#7A93A2
(122,147,162)
#697F8C
(105,127,140)
#586B76
(88,107,118)
#475760
(71,87,96)
#36434A
(54,67,74)
#252F34
(37,47,52)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #BEE3FA

#BEE3FA
(190,227,250)
#C3E5FA
(195,229,250)
#C8E7FA
(200,231,250)
#CDE9FA
(205,233,250)
#D2EBFA
(210,235,250)
#D7EDFA
(215,237,250)
#DCEFFA
(220,239,250)
#E1F1FA
(225,241,250)
#E6F3FA
(230,243,250)
#EBF5FA
(235,245,250)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE3FA color. Also use rgb(190,227,250) instead hex code.

Text Font Color

.myTextColor { color: #BEE3FA; }

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

This text font color is #BEE3FA.


Background Color

.myBgColor { background-color: #BEE3FA; }

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

This div background color is #BEE3FA.


Border color

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

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

This div border color is #BEE3FA.


Opacity

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

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

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

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

This text has shadow with #BEE3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE3FA on black background.


Color preview on white background

This text has color #BEE3FA on white background.



Black color preview on #BEE3FA background

This text has black color on #BEE3FA background.


White color preview on #BEE3FA background

This text has white color on #BEE3FA background.