COLOR #BEF1FF

HEX: #BEF1FF
RGB: (190,241,255)

Color info

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

RGB color model

#BEF1FF color RGB value is (190,241,255).

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

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 255 of 255 = 100%

190
241
255

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

Portions of RGB colors in percentages

R + G + B =
190 + 241 + 255 = 686 (100%)
R 190 of 686 ~ 27.7%
G 241 of 686 ~ 35.13%
B 255 of 686 ~ 37.17%

%27.7
%35.13
%37.17

CMYK color model

#BEF1FF color CMYK value is (25,5,0,0).

  • cyan value is 25.49%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,5,0,0)
C25M5Y0K0 
(25%,5%,0%,0%)
(0.25/0.05/0.00/0.00)	

CMYK percentages

%25.49
%5.49
%0
%0

Codes

Color #BEF1FF in popluar color models

BEF1FF
RGB190241255
HSL193°100.00%87.25%
HSB/HSV193°25.49%100.00%
CMYK25.49%5.49%0.00%
0.00%

Color #BEF1FF in popluar number systems.

HEXBEF1FF
Decimal190241255
Binary101111101111000111111111
Octal276361377

Shades and tints

Shades of #BEF1FF

#BEF1FF
(190,241,255)
#ADDCE8
(173,220,232)
#9CC7D1
(156,199,209)
#8BB2BA
(139,178,186)
#7A9DA3
(122,157,163)
#69888C
(105,136,140)
#587375
(88,115,117)
#475E5E
(71,94,94)
#364947
(54,73,71)
#253430
(37,52,48)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #BEF1FF

#BEF1FF
(190,241,255)
#C3F2FF
(195,242,255)
#C8F3FF
(200,243,255)
#CDF4FF
(205,244,255)
#D2F5FF
(210,245,255)
#D7F6FF
(215,246,255)
#DCF7FF
(220,247,255)
#E1F8FF
(225,248,255)
#E6F9FF
(230,249,255)
#EBFAFF
(235,250,255)
#F0FBFF
(240,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF1FF; }

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

This text font color is #BEF1FF.


Background Color

.myBgColor { background-color: #BEF1FF; }

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

This div background color is #BEF1FF.


Border color

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

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

This div border color is #BEF1FF.


Opacity

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

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

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

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

This text has shadow with #BEF1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1FF on black background.


Color preview on white background

This text has color #BEF1FF on white background.



Black color preview on #BEF1FF background

This text has black color on #BEF1FF background.


White color preview on #BEF1FF background

This text has white color on #BEF1FF background.