COLOR #BEF0FF

HEX: #BEF0FF
RGB: (190,240,255)

Color info

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

RGB color model

#BEF0FF color RGB value is (190,240,255).

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

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 255 of 255 = 100%

190
240
255

R + G + B ~ 90%. #BEF0FF is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 240 + 255 = 685 (100%)
R 190 of 685 ~ 27.74%
G 240 of 685 ~ 35.04%
B 255 of 685 ~ 37.23%

%27.74
%35.04
%37.23

CMYK color model

#BEF0FF color CMYK value is (25,6,0,0).

  • cyan value is 25.49%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,6,0,0)
C25M6Y0K0 
(25%,6%,0%,0%)
(0.25/0.06/0.00/0.00)	

CMYK percentages

%25.49
%5.88
%0
%0

Codes

Color #BEF0FF in popluar color models

BEF0FF
RGB190240255
HSL194°100.00%87.25%
HSB/HSV194°25.49%100.00%
CMYK25.49%5.88%0.00%
0.00%

Color #BEF0FF in popluar number systems.

HEXBEF0FF
Decimal190240255
Binary101111101111000011111111
Octal276360377

Shades and tints

Shades of #BEF0FF

#BEF0FF
(190,240,255)
#ADDBE8
(173,219,232)
#9CC6D1
(156,198,209)
#8BB1BA
(139,177,186)
#7A9CA3
(122,156,163)
#69878C
(105,135,140)
#587275
(88,114,117)
#475D5E
(71,93,94)
#364847
(54,72,71)
#253330
(37,51,48)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #BEF0FF

#BEF0FF
(190,240,255)
#C3F1FF
(195,241,255)
#C8F2FF
(200,242,255)
#CDF3FF
(205,243,255)
#D2F4FF
(210,244,255)
#D7F5FF
(215,245,255)
#DCF6FF
(220,246,255)
#E1F7FF
(225,247,255)
#E6F8FF
(230,248,255)
#EBF9FF
(235,249,255)
#F0FAFF
(240,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0FF; }

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

This text font color is #BEF0FF.


Background Color

.myBgColor { background-color: #BEF0FF; }

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

This div background color is #BEF0FF.


Border color

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

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

This div border color is #BEF0FF.


Opacity

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

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

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

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

This text has shadow with #BEF0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0FF on black background.


Color preview on white background

This text has color #BEF0FF on white background.



Black color preview on #BEF0FF background

This text has black color on #BEF0FF background.


White color preview on #BEF0FF background

This text has white color on #BEF0FF background.