COLOR #BEF1F6

HEX: #BEF1F6 RGB: (190,241,246)

Color info

#BEF1F6 contains red, green and blue colors in about the same proportion. Web safe color of #BEF1F6 is #CCFFFF (or #CFF).

RGB color model

#BEF1F6 color RGB value is (190,241,246).

RGB: (190,241,246) (75%, 95%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 246 of 255 = 96%

190
241
246

R + G + B ~ 89%. #BEF1F6 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 241 + 246 = 677 (100%)
R 190 of 677 ~ 28.06%
G 241 of 677 ~ 35.6%
B 246 of 677 ~ 36.34'%

%28.06
%35.6
%36.34

CMYK color model

#BEF1F6 color CMYK value is (23,2,0,4).

  • cyan value is 22.76%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (23,2,0,4)
C23M2Y0K4 (23%, 2%, 0%, 4%)
(0.23 / 0.02 / 0.00 / 0.04)

CMYK percentages

%22.76
%2.03
%0
%3.53

Codes

Color #BEF1F6 in popluar color models

BE F1 F6
RGB 190 241 246
HSL 185° 75.68% 85.49%
HSB/HSV 185° 22.76% 96.47%
CMYK 22.76% 2.03% 0.00%
3.53%

Color #BEF1F6 in popluar number systems.

HEX BE F1 F6
Decimal 190 241 246
Binary 10111110 11110001 11110110
Octal 276 361 366

Shades and tints

Shades of #BEF1F6

#BEF1F6
(190,241,246)
#ADDCE0
(173,220,224)
#9CC7CA
(156,199,202)
#8BB2B4
(139,178,180)
#7A9D9E
(122,157,158)
#698888
(105,136,136)
#587372
(88,115,114)
#475E5C
(71,94,92)
#364946
(54,73,70)
#253430
(37,52,48)
#141F1A
(20,31,26)
#000000
(0,0,0)

Tints of #BEF1F6

#BEF1F6
(190,241,246)
#C3F2F6
(195,242,246)
#C8F3F6
(200,243,246)
#CDF4F6
(205,244,246)
#D2F5F6
(210,245,246)
#D7F6F6
(215,246,246)
#DCF7F6
(220,247,246)
#E1F8F6
(225,248,246)
#E6F9F6
(230,249,246)
#EBFAF6
(235,250,246)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF1F6; }

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

This text font color is #BEF1F6.

Background Color

.myBgColor { background-color: #BEF1F6; }

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

This div background color is #BEF1F6.

Border color

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

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

This div border color is #BEF1F6.

Opacity

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

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

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

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

This text has shadow with #BEF1F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF1F6.

Preview

Color preview on black background

This text has color #BEF1F6 on black background.


Color preview on white background

This text has color #BEF1F6 on white background.


Black color preview on #BEF1F6 background

This text has black color on #BEF1F6 background.


White color preview on #BEF1F6 background

This text has white color on #BEF1F6 background.


Related colors

Complementary color

Complementary color for #hex is #410E09.


I love getcolorcode.com

Triadic colors

1 #F6BEF1 and #F1F6BE with #BEF1F6 are triadic colors.

2 #F6F1BE and #F1BEF6 with #BEF1F6 are triadic colors.