COLOR #BEE5EC

HEX: #BEE5EC RGB: (190,229,236)

Color info

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

RGB color model

#BEE5EC color RGB value is (190,229,236).

RGB: (190,229,236) (75%, 90%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 236 of 255 = 93%

190
229
236

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

Portions of RGB colors in percentages

R + G + B = 190 + 229 + 236 = 655 (100%)
R 190 of 655 ~ 29.01%
G 229 of 655 ~ 34.96%
B 236 of 655 ~ 36.03'%

%29.01
%34.96
%36.03

CMYK color model

#BEE5EC color CMYK value is (19,3,0,7).

  • cyan value is 19.49%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,3,0,7)
C19M3Y0K7 (19%, 3%, 0%, 7%)
(0.19 / 0.03 / 0.00 / 0.07)

CMYK percentages

%19.49
%2.97
%0
%7.45

Codes

Color #BEE5EC in popluar color models

BE E5 EC
RGB 190 229 236
HSL 189° 54.76% 83.53%
HSB/HSV 189° 19.49% 92.55%
CMYK 19.49% 2.97% 0.00%
7.45%

Color #BEE5EC in popluar number systems.

HEX BE E5 EC
Decimal 190 229 236
Binary 10111110 11100101 11101100
Octal 276 345 354

Shades and tints

Shades of #BEE5EC

#BEE5EC
(190,229,236)
#ADD1D7
(173,209,215)
#9CBDC2
(156,189,194)
#8BA9AD
(139,169,173)
#7A9598
(122,149,152)
#698183
(105,129,131)
#586D6E
(88,109,110)
#475959
(71,89,89)
#364544
(54,69,68)
#25312F
(37,49,47)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #BEE5EC

#BEE5EC
(190,229,236)
#C3E7ED
(195,231,237)
#C8E9EE
(200,233,238)
#CDEBEF
(205,235,239)
#D2EDF0
(210,237,240)
#D7EFF1
(215,239,241)
#DCF1F2
(220,241,242)
#E1F3F3
(225,243,243)
#E6F5F4
(230,245,244)
#EBF7F5
(235,247,245)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE5EC; }

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

This text font color is #BEE5EC.

Background Color

.myBgColor { background-color: #BEE5EC; }

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

This div background color is #BEE5EC.

Border color

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

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

This div border color is #BEE5EC.

Opacity

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

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

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

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

This text has shadow with #BEE5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE5EC.

Preview

Color preview on black background

This text has color #BEE5EC on black background.


Color preview on white background

This text has color #BEE5EC on white background.


Black color preview on #BEE5EC background

This text has black color on #BEE5EC background.


White color preview on #BEE5EC background

This text has white color on #BEE5EC background.


Related colors

Complementary color

Complementary color for #hex is #411A13.


I love getcolorcode.com

Triadic colors

1 #ECBEE5 and #E5ECBE with #BEE5EC are triadic colors.

2 #ECE5BE and #E5BEEC with #BEE5EC are triadic colors.