COLOR #BEF5FF

HEX: #BEF5FF RGB: (190,245,255)

Color info

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

RGB color model

#BEF5FF color RGB value is (190,245,255).

RGB: (190,245,255) (75%, 96%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 255 of 255 = 100%

190
245
255

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

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 255 = 690 (100%)
R 190 of 690 ~ 27.54%
G 245 of 690 ~ 35.51%
B 255 of 690 ~ 36.96'%

%27.54
%35.51
%36.96

CMYK color model

#BEF5FF color CMYK value is (25,4,0,0).

  • cyan value is 25.49%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (25,4,0,0) C25M4Y0K0 (25%,4%,0%,0%) (0.25/0.04/0.00/0.00) 

CMYK percentages

%25.49
%3.92
%0
%0

Codes

Color #BEF5FF in popluar color models

BE F5 FF
RGB 190 245 255
HSL 189° 100.00% 87.25%
HSB/HSV 189° 25.49% 100.00%
CMYK 25.49% 3.92% 0.00%
0.00%

Color #BEF5FF in popluar number systems.

HEX BE F5 FF
Decimal 190 245 255
Binary 10111110 11110101 11111111
Octal 276 365 377

Shades and tints

Shades of #BEF5FF

#BEF5FF
(190,245,255)
#ADDFE8
(173,223,232)
#9CC9D1
(156,201,209)
#8BB3BA
(139,179,186)
#7A9DA3
(122,157,163)
#69878C
(105,135,140)
#587175
(88,113,117)
#475B5E
(71,91,94)
#364547
(54,69,71)
#252F30
(37,47,48)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEF5FF

#BEF5FF
(190,245,255)
#C3F5FF
(195,245,255)
#C8F5FF
(200,245,255)
#CDF5FF
(205,245,255)
#D2F5FF
(210,245,255)
#D7F5FF
(215,245,255)
#DCF5FF
(220,245,255)
#E1F5FF
(225,245,255)
#E6F5FF
(230,245,255)
#EBF5FF
(235,245,255)
#F0F5FF
(240,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF5FF; }

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

This text font color is #BEF5FF.

Background Color

.myBgColor { background-color: #BEF5FF; }

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

This div background color is #BEF5FF.

Border color

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

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

This div border color is #BEF5FF.

Opacity

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

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

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

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

This text has shadow with #BEF5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF5FF.

Preview

Color preview on black background

This text has color #BEF5FF on black background.


Color preview on white background

This text has color #BEF5FF on white background.


Black color preview on #BEF5FF background

This text has black color on #BEF5FF background.


White color preview on #BEF5FF background

This text has white color on #BEF5FF background.


Related colors

Complementary color

Complementary color for #hex is #410A00.


I love getcolorcode.com

Triadic colors

1 #FFBEF5 and #F5FFBE with #BEF5FF are triadic colors.

2 #FFF5BE and #F5BEFF with #BEF5FF are triadic colors.