COLOR #BEE9FC

HEX: #BEE9FC RGB: (190,233,252)

Color info

#BEE9FC contains mainly green and blue colors. Web safe color of #BEE9FC is #CCFFFF (or #CFF).

RGB color model

#BEE9FC color RGB value is (190,233,252).

RGB: (190,233,252) (75%, 91%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 252 of 255 = 99%

190
233
252

R + G + B ~ 88%. #BEE9FC is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 252 = 675 (100%)
R 190 of 675 ~ 28.15%
G 233 of 675 ~ 34.52%
B 252 of 675 ~ 37.33'%

%28.15
%34.52
%37.33

CMYK color model

#BEE9FC color CMYK value is (25,8,0,1).

  • cyan value is 24.60%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (25,8,0,1) C25M8Y0K1 (25%,8%,0%,1%) (0.25/0.08/0.00/0.01) 

CMYK percentages

%24.6
%7.54
%0
%1.18

Codes

Color #BEE9FC in popluar color models

BE E9 FC
RGB 190 233 252
HSL 198° 91.18% 86.67%
HSB/HSV 198° 24.60% 98.82%
CMYK 24.60% 7.54% 0.00%
1.18%

Color #BEE9FC in popluar number systems.

HEX BE E9 FC
Decimal 190 233 252
Binary 10111110 11101001 11111100
Octal 276 351 374

Shades and tints

Shades of #BEE9FC

#BEE9FC
(190,233,252)
#ADD4E6
(173,212,230)
#9CBFD0
(156,191,208)
#8BAABA
(139,170,186)
#7A95A4
(122,149,164)
#69808E
(105,128,142)
#586B78
(88,107,120)
#475662
(71,86,98)
#36414C
(54,65,76)
#252C36
(37,44,54)
#141720
(20,23,32)
#000000
(0,0,0)

Tints of #BEE9FC

#BEE9FC
(190,233,252)
#C3EBFC
(195,235,252)
#C8EDFC
(200,237,252)
#CDEFFC
(205,239,252)
#D2F1FC
(210,241,252)
#D7F3FC
(215,243,252)
#DCF5FC
(220,245,252)
#E1F7FC
(225,247,252)
#E6F9FC
(230,249,252)
#EBFBFC
(235,251,252)
#F0FDFC
(240,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9FC; }

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

This text font color is #BEE9FC.

Background Color

.myBgColor { background-color: #BEE9FC; }

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

This div background color is #BEE9FC.

Border color

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

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

This div border color is #BEE9FC.

Opacity

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

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

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

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

This text has shadow with #BEE9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9FC.

Preview

Color preview on black background

This text has color #BEE9FC on black background.


Color preview on white background

This text has color #BEE9FC on white background.


Black color preview on #BEE9FC background

This text has black color on #BEE9FC background.


White color preview on #BEE9FC background

This text has white color on #BEE9FC background.


Related colors

Complementary color

Complementary color for #hex is #411603.


I love getcolorcode.com

Triadic colors

1 #FCBEE9 and #E9FCBE with #BEE9FC are triadic colors.

2 #FCE9BE and #E9BEFC with #BEE9FC are triadic colors.