COLOR #BEE5E9

HEX: #BEE5E9
RGB: (190,229,233)

Color info

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

RGB color model

#BEE5E9 color RGB value is (190,229,233).

  • red value is 190;
  • green value is 229;
  • blue value is 233.
RGB:
(190,229,233)
(75%,90%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 233 of 255 = 91%

190
229
233

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

Portions of RGB colors in percentages

R + G + B =
190 + 229 + 233 = 652 (100%)
R 190 of 652 ~ 29.14%
G 229 of 652 ~ 35.12%
B 233 of 652 ~ 35.74%

%29.14
%35.12
%35.74

CMYK color model

#BEE5E9 color CMYK value is (18,2,0,9).

  • cyan value is 18.45%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,2,0,9)
C18M2Y0K9 
(18%,2%,0%,9%)
(0.18/0.02/0.00/0.09)	

CMYK percentages

%18.45
%1.72
%0
%8.63

Codes

Color #BEE5E9 in popluar color models

BEE5E9
RGB190229233
HSL186°49.43%82.94%
HSB/HSV186°18.45%91.37%
CMYK18.45%1.72%0.00%
8.63%

Color #BEE5E9 in popluar number systems.

HEXBEE5E9
Decimal190229233
Binary101111101110010111101001
Octal276345351

Shades and tints

Shades of #BEE5E9

#BEE5E9
(190,229,233)
#ADD1D4
(173,209,212)
#9CBDBF
(156,189,191)
#8BA9AA
(139,169,170)
#7A9595
(122,149,149)
#698180
(105,129,128)
#586D6B
(88,109,107)
#475956
(71,89,86)
#364541
(54,69,65)
#25312C
(37,49,44)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #BEE5E9

#BEE5E9
(190,229,233)
#C3E7EB
(195,231,235)
#C8E9ED
(200,233,237)
#CDEBEF
(205,235,239)
#D2EDF1
(210,237,241)
#D7EFF3
(215,239,243)
#DCF1F5
(220,241,245)
#E1F3F7
(225,243,247)
#E6F5F9
(230,245,249)
#EBF7FB
(235,247,251)
#F0F9FD
(240,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5E9 color. Also use rgb(190,229,233) instead hex code.

Text Font Color

.myTextColor { color: #BEE5E9; }

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

This text font color is #BEE5E9.


Background Color

.myBgColor { background-color: #BEE5E9; }

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

This div background color is #BEE5E9.


Border color

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

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

This div border color is #BEE5E9.


Opacity

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

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

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

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

This text has shadow with #BEE5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5E9 on black background.


Color preview on white background

This text has color #BEE5E9 on white background.



Black color preview on #BEE5E9 background

This text has black color on #BEE5E9 background.


White color preview on #BEE5E9 background

This text has white color on #BEE5E9 background.