COLOR #BEE0FF

HEX: #BEE0FF
RGB: (190,224,255)

Color info

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

RGB color model

#BEE0FF color RGB value is (190,224,255).

  • red value is 190;
  • green value is 224;
  • blue value is 255.
RGB:
(190,224,255)
(75%,88%,100%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 255 of 255 = 100%

190
224
255

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

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 255 = 669 (100%)
R 190 of 669 ~ 28.4%
G 224 of 669 ~ 33.48%
B 255 of 669 ~ 38.12%

%28.4
%33.48
%38.12

CMYK color model

#BEE0FF color CMYK value is (25,12,0,0).

  • cyan value is 25.49%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,12,0,0)
C25M12Y0K0 
(25%,12%,0%,0%)
(0.25/0.12/0.00/0.00)	

CMYK percentages

%25.49
%12.16
%0
%0

Codes

Color #BEE0FF in popluar color models

BEE0FF
RGB190224255
HSL209°100.00%87.25%
HSB/HSV209°25.49%100.00%
CMYK25.49%12.16%0.00%
0.00%

Color #BEE0FF in popluar number systems.

HEXBEE0FF
Decimal190224255
Binary101111101110000011111111
Octal276340377

Shades and tints

Shades of #BEE0FF

#BEE0FF
(190,224,255)
#ADCCE8
(173,204,232)
#9CB8D1
(156,184,209)
#8BA4BA
(139,164,186)
#7A90A3
(122,144,163)
#697C8C
(105,124,140)
#586875
(88,104,117)
#47545E
(71,84,94)
#364047
(54,64,71)
#252C30
(37,44,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #BEE0FF

#BEE0FF
(190,224,255)
#C3E2FF
(195,226,255)
#C8E4FF
(200,228,255)
#CDE6FF
(205,230,255)
#D2E8FF
(210,232,255)
#D7EAFF
(215,234,255)
#DCECFF
(220,236,255)
#E1EEFF
(225,238,255)
#E6F0FF
(230,240,255)
#EBF2FF
(235,242,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0FF; }

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

This text font color is #BEE0FF.


Background Color

.myBgColor { background-color: #BEE0FF; }

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

This div background color is #BEE0FF.


Border color

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

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

This div border color is #BEE0FF.


Opacity

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

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

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

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

This text has shadow with #BEE0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0FF on black background.


Color preview on white background

This text has color #BEE0FF on white background.



Black color preview on #BEE0FF background

This text has black color on #BEE0FF background.


White color preview on #BEE0FF background

This text has white color on #BEE0FF background.