COLOR #BEF5FC

HEX: #BEF5FC
RGB: (190,245,252)

Color info

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

RGB color model

#BEF5FC color RGB value is (190,245,252).

  • red value is 190;
  • green value is 245;
  • blue value is 252.
RGB:
(190,245,252)
(75%,96%,99%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 252 of 255 = 99%

190
245
252

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

Portions of RGB colors in percentages

R + G + B =
190 + 245 + 252 = 687 (100%)
R 190 of 687 ~ 27.66%
G 245 of 687 ~ 35.66%
B 252 of 687 ~ 36.68%

%27.66
%35.66
%36.68

CMYK color model

#BEF5FC color CMYK value is (25,3,0,1).

  • cyan value is 24.60%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(25,3,0,1)
C25M3Y0K1 
(25%,3%,0%,1%)
(0.25/0.03/0.00/0.01)	

CMYK percentages

%24.6
%2.78
%0
%1.18

Codes

Color #BEF5FC in popluar color models

BEF5FC
RGB190245252
HSL187°91.18%86.67%
HSB/HSV187°24.60%98.82%
CMYK24.60%2.78%0.00%
1.18%

Color #BEF5FC in popluar number systems.

HEXBEF5FC
Decimal190245252
Binary101111101111010111111100
Octal276365374

Shades and tints

Shades of #BEF5FC

#BEF5FC
(190,245,252)
#ADDFE6
(173,223,230)
#9CC9D0
(156,201,208)
#8BB3BA
(139,179,186)
#7A9DA4
(122,157,164)
#69878E
(105,135,142)
#587178
(88,113,120)
#475B62
(71,91,98)
#36454C
(54,69,76)
#252F36
(37,47,54)
#141920
(20,25,32)
#000000
(0,0,0)

Tints of #BEF5FC

#BEF5FC
(190,245,252)
#C3F5FC
(195,245,252)
#C8F5FC
(200,245,252)
#CDF5FC
(205,245,252)
#D2F5FC
(210,245,252)
#D7F5FC
(215,245,252)
#DCF5FC
(220,245,252)
#E1F5FC
(225,245,252)
#E6F5FC
(230,245,252)
#EBF5FC
(235,245,252)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF5FC; }

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

This text font color is #BEF5FC.


Background Color

.myBgColor { background-color: #BEF5FC; }

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

This div background color is #BEF5FC.


Border color

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

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

This div border color is #BEF5FC.


Opacity

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

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

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

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

This text has shadow with #BEF5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF5FC on black background.


Color preview on white background

This text has color #BEF5FC on white background.



Black color preview on #BEF5FC background

This text has black color on #BEF5FC background.


White color preview on #BEF5FC background

This text has white color on #BEF5FC background.