COLOR #BEE0EC

HEX: #BEE0EC RGB: (190,224,236)

Color info

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

RGB color model

#BEE0EC color RGB value is (190,224,236).

RGB: (190,224,236) (75%, 88%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 236 of 255 = 93%

190
224
236

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

Portions of RGB colors in percentages

R + G + B = 190 + 224 + 236 = 650 (100%)
R 190 of 650 ~ 29.23%
G 224 of 650 ~ 34.46%
B 236 of 650 ~ 36.31'%

%29.23
%34.46
%36.31

CMYK color model

#BEE0EC color CMYK value is (19,5,0,7).

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

CMYK: (19,5,0,7)
C19M5Y0K7 (19%, 5%, 0%, 7%)
(0.19 / 0.05 / 0.00 / 0.07)

CMYK percentages

%19.49
%5.08
%0
%7.45

Codes

Color #BEE0EC in popluar color models

BE E0 EC
RGB 190 224 236
HSL 196° 54.76% 83.53%
HSB/HSV 196° 19.49% 92.55%
CMYK 19.49% 5.08% 0.00%
7.45%

Color #BEE0EC in popluar number systems.

HEX BE E0 EC
Decimal 190 224 236
Binary 10111110 11100000 11101100
Octal 276 340 354

Shades and tints

Shades of #BEE0EC

#BEE0EC
(190,224,236)
#ADCCD7
(173,204,215)
#9CB8C2
(156,184,194)
#8BA4AD
(139,164,173)
#7A9098
(122,144,152)
#697C83
(105,124,131)
#58686E
(88,104,110)
#475459
(71,84,89)
#364044
(54,64,68)
#252C2F
(37,44,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BEE0EC

#BEE0EC
(190,224,236)
#C3E2ED
(195,226,237)
#C8E4EE
(200,228,238)
#CDE6EF
(205,230,239)
#D2E8F0
(210,232,240)
#D7EAF1
(215,234,241)
#DCECF2
(220,236,242)
#E1EEF3
(225,238,243)
#E6F0F4
(230,240,244)
#EBF2F5
(235,242,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0EC; }

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

This text font color is #BEE0EC.

Background Color

.myBgColor { background-color: #BEE0EC; }

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

This div background color is #BEE0EC.

Border color

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

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

This div border color is #BEE0EC.

Opacity

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

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

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

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

This text has shadow with #BEE0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0EC.

Preview

Color preview on black background

This text has color #BEE0EC on black background.


Color preview on white background

This text has color #BEE0EC on white background.


Black color preview on #BEE0EC background

This text has black color on #BEE0EC background.


White color preview on #BEE0EC background

This text has white color on #BEE0EC background.


Related colors

Complementary color

Complementary color for #hex is #411F13.


I love getcolorcode.com

Triadic colors

1 #ECBEE0 and #E0ECBE with #BEE0EC are triadic colors.

2 #ECE0BE and #E0BEEC with #BEE0EC are triadic colors.