COLOR #BEE0FB

HEX: #BEE0FB RGB: (190,224,251)

Color info

#BEE0FB contains mainly green and blue colors. Web safe color of #BEE0FB is #CCCCFF (or #CCF).

RGB color model

#BEE0FB color RGB value is (190,224,251).

RGB: (190,224,251) (75%, 88%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 251 of 255 = 98%

190
224
251

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

Portions of RGB colors in percentages

R + G + B = 190 + 224 + 251 = 665 (100%)
R 190 of 665 ~ 28.57%
G 224 of 665 ~ 33.68%
B 251 of 665 ~ 37.74'%

%28.57
%33.68
%37.74

CMYK color model

#BEE0FB color CMYK value is (24,11,0,2).

  • cyan value is 24.30%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (24,11,0,2)
C24M11Y0K2 (24%, 11%, 0%, 2%)
(0.24 / 0.11 / 0.00 / 0.02)

CMYK percentages

%24.3
%10.76
%0
%1.57

Codes

Color #BEE0FB in popluar color models

BE E0 FB
RGB 190 224 251
HSL 207° 88.41% 86.47%
HSB/HSV 207° 24.30% 98.43%
CMYK 24.30% 10.76% 0.00%
1.57%

Color #BEE0FB in popluar number systems.

HEX BE E0 FB
Decimal 190 224 251
Binary 10111110 11100000 11111011
Octal 276 340 373

Shades and tints

Shades of #BEE0FB

#BEE0FB
(190,224,251)
#ADCCE5
(173,204,229)
#9CB8CF
(156,184,207)
#8BA4B9
(139,164,185)
#7A90A3
(122,144,163)
#697C8D
(105,124,141)
#586877
(88,104,119)
#475461
(71,84,97)
#36404B
(54,64,75)
#252C35
(37,44,53)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #BEE0FB

#BEE0FB
(190,224,251)
#C3E2FB
(195,226,251)
#C8E4FB
(200,228,251)
#CDE6FB
(205,230,251)
#D2E8FB
(210,232,251)
#D7EAFB
(215,234,251)
#DCECFB
(220,236,251)
#E1EEFB
(225,238,251)
#E6F0FB
(230,240,251)
#EBF2FB
(235,242,251)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0FB; }

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

This text font color is #BEE0FB.

Background Color

.myBgColor { background-color: #BEE0FB; }

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

This div background color is #BEE0FB.

Border color

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

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

This div border color is #BEE0FB.

Opacity

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

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

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

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

This text has shadow with #BEE0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0FB.

Preview

Color preview on black background

This text has color #BEE0FB on black background.


Color preview on white background

This text has color #BEE0FB on white background.


Black color preview on #BEE0FB background

This text has black color on #BEE0FB background.


White color preview on #BEE0FB background

This text has white color on #BEE0FB background.


Related colors

Complementary color

Complementary color for #hex is #411F04.


I love getcolorcode.com

Triadic colors

1 #FBBEE0 and #E0FBBE with #BEE0FB are triadic colors.

2 #FBE0BE and #E0BEFB with #BEE0FB are triadic colors.