COLOR #BEE9EF

HEX: #BEE9EF RGB: (190,233,239)

Color info

#BEE9EF contains red, green and blue colors in about the same proportion. Web safe color of #BEE9EF is #CCFFFF (or #CFF).

RGB color model

#BEE9EF color RGB value is (190,233,239).

RGB: (190,233,239) (75%, 91%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 239 of 255 = 94%

190
233
239

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 239 = 662 (100%)
R 190 of 662 ~ 28.7%
G 233 of 662 ~ 35.2%
B 239 of 662 ~ 36.1'%

%28.7
%35.2
%36.1

CMYK color model

#BEE9EF color CMYK value is (21,3,0,6).

  • cyan value is 20.50%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,3,0,6)
C21M3Y0K6 (21%, 3%, 0%, 6%)
(0.21 / 0.03 / 0.00 / 0.06)

CMYK percentages

%20.5
%2.51
%0
%6.27

Codes

Color #BEE9EF in popluar color models

BE E9 EF
RGB 190 233 239
HSL 187° 60.49% 84.12%
HSB/HSV 187° 20.50% 93.73%
CMYK 20.50% 2.51% 0.00%
6.27%

Color #BEE9EF in popluar number systems.

HEX BE E9 EF
Decimal 190 233 239
Binary 10111110 11101001 11101111
Octal 276 351 357

Shades and tints

Shades of #BEE9EF

#BEE9EF
(190,233,239)
#ADD4DA
(173,212,218)
#9CBFC5
(156,191,197)
#8BAAB0
(139,170,176)
#7A959B
(122,149,155)
#698086
(105,128,134)
#586B71
(88,107,113)
#47565C
(71,86,92)
#364147
(54,65,71)
#252C32
(37,44,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #BEE9EF

#BEE9EF
(190,233,239)
#C3EBF0
(195,235,240)
#C8EDF1
(200,237,241)
#CDEFF2
(205,239,242)
#D2F1F3
(210,241,243)
#D7F3F4
(215,243,244)
#DCF5F5
(220,245,245)
#E1F7F6
(225,247,246)
#E6F9F7
(230,249,247)
#EBFBF8
(235,251,248)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9EF; }

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

This text font color is #BEE9EF.

Background Color

.myBgColor { background-color: #BEE9EF; }

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

This div background color is #BEE9EF.

Border color

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

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

This div border color is #BEE9EF.

Opacity

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

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

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

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

This text has shadow with #BEE9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9EF.

Preview

Color preview on black background

This text has color #BEE9EF on black background.


Color preview on white background

This text has color #BEE9EF on white background.


Black color preview on #BEE9EF background

This text has black color on #BEE9EF background.


White color preview on #BEE9EF background

This text has white color on #BEE9EF background.


Related colors

Complementary color

Complementary color for #hex is #411610.


I love getcolorcode.com

Triadic colors

1 #EFBEE9 and #E9EFBE with #BEE9EF are triadic colors.

2 #EFE9BE and #E9BEEF with #BEE9EF are triadic colors.