COLOR #BEF0F3

HEX: #BEF0F3 RGB: (190,240,243)

Color info

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

RGB color model

#BEF0F3 color RGB value is (190,240,243).

RGB: (190,240,243) (75%, 94%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 243 of 255 = 95%

190
240
243

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

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 243 = 673 (100%)
R 190 of 673 ~ 28.23%
G 240 of 673 ~ 35.66%
B 243 of 673 ~ 36.11'%

%28.23
%35.66
%36.11

CMYK color model

#BEF0F3 color CMYK value is (22,1,0,5).

  • cyan value is 21.81%
  • magenta value is 1.23%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (22,1,0,5)
C22M1Y0K5 (22%, 1%, 0%, 5%)
(0.22 / 0.01 / 0.00 / 0.05)

CMYK percentages

%21.81
%1.23
%0
%4.71

Codes

Color #BEF0F3 in popluar color models

BE F0 F3
RGB 190 240 243
HSL 183° 68.83% 84.90%
HSB/HSV 183° 21.81% 95.29%
CMYK 21.81% 1.23% 0.00%
4.71%

Color #BEF0F3 in popluar number systems.

HEX BE F0 F3
Decimal 190 240 243
Binary 10111110 11110000 11110011
Octal 276 360 363

Shades and tints

Shades of #BEF0F3

#BEF0F3
(190,240,243)
#ADDBDD
(173,219,221)
#9CC6C7
(156,198,199)
#8BB1B1
(139,177,177)
#7A9C9B
(122,156,155)
#698785
(105,135,133)
#58726F
(88,114,111)
#475D59
(71,93,89)
#364843
(54,72,67)
#25332D
(37,51,45)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEF0F3

#BEF0F3
(190,240,243)
#C3F1F4
(195,241,244)
#C8F2F5
(200,242,245)
#CDF3F6
(205,243,246)
#D2F4F7
(210,244,247)
#D7F5F8
(215,245,248)
#DCF6F9
(220,246,249)
#E1F7FA
(225,247,250)
#E6F8FB
(230,248,251)
#EBF9FC
(235,249,252)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0F3; }

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

This text font color is #BEF0F3.

Background Color

.myBgColor { background-color: #BEF0F3; }

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

This div background color is #BEF0F3.

Border color

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

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

This div border color is #BEF0F3.

Opacity

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

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

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

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

This text has shadow with #BEF0F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF0F3.

Preview

Color preview on black background

This text has color #BEF0F3 on black background.


Color preview on white background

This text has color #BEF0F3 on white background.


Black color preview on #BEF0F3 background

This text has black color on #BEF0F3 background.


White color preview on #BEF0F3 background

This text has white color on #BEF0F3 background.


Related colors

Complementary color

Complementary color for #hex is #410F0C.


I love getcolorcode.com

Triadic colors

1 #F3BEF0 and #F0F3BE with #BEF0F3 are triadic colors.

2 #F3F0BE and #F0BEF3 with #BEF0F3 are triadic colors.