COLOR #BEF8FF

HEX: #BEF8FF RGB: (190,248,255)

Color info

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

RGB color model

#BEF8FF color RGB value is (190,248,255).

RGB: (190,248,255) (75%, 97%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 255 of 255 = 100%

190
248
255

R + G + B ~ 91%. #BEF8FF is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 248 + 255 = 693 (100%)
R 190 of 693 ~ 27.42%
G 248 of 693 ~ 35.79%
B 255 of 693 ~ 36.8'%

%27.42
%35.79
%36.8

CMYK color model

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

  • cyan value is 25.49%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (25,3,0,0) C25M3Y0K0 (25%,3%,0%,0%) (0.25/0.03/0.00/0.00) 

CMYK percentages

%25.49
%2.75
%0
%0

Codes

Color #BEF8FF in popluar color models

BE F8 FF
RGB 190 248 255
HSL 186° 100.00% 87.25%
HSB/HSV 186° 25.49% 100.00%
CMYK 25.49% 2.75% 0.00%
0.00%

Color #BEF8FF in popluar number systems.

HEX BE F8 FF
Decimal 190 248 255
Binary 10111110 11111000 11111111
Octal 276 370 377

Shades and tints

Shades of #BEF8FF

#BEF8FF
(190,248,255)
#ADE2E8
(173,226,232)
#9CCCD1
(156,204,209)
#8BB6BA
(139,182,186)
#7AA0A3
(122,160,163)
#698A8C
(105,138,140)
#587475
(88,116,117)
#475E5E
(71,94,94)
#364847
(54,72,71)
#253230
(37,50,48)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #BEF8FF

#BEF8FF
(190,248,255)
#C3F8FF
(195,248,255)
#C8F8FF
(200,248,255)
#CDF8FF
(205,248,255)
#D2F8FF
(210,248,255)
#D7F8FF
(215,248,255)
#DCF8FF
(220,248,255)
#E1F8FF
(225,248,255)
#E6F8FF
(230,248,255)
#EBF8FF
(235,248,255)
#F0F8FF
(240,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF8FF; }

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

This text font color is #BEF8FF.

Background Color

.myBgColor { background-color: #BEF8FF; }

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

This div background color is #BEF8FF.

Border color

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

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

This div border color is #BEF8FF.

Opacity

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

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

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

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

This text has shadow with #BEF8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF8FF.

Preview

Color preview on black background

This text has color #BEF8FF on black background.


Color preview on white background

This text has color #BEF8FF on white background.


Black color preview on #BEF8FF background

This text has black color on #BEF8FF background.


White color preview on #BEF8FF background

This text has white color on #BEF8FF background.


Related colors

Complementary color

Complementary color for #hex is #410700.


I love getcolorcode.com

Triadic colors

1 #FFBEF8 and #F8FFBE with #BEF8FF are triadic colors.

2 #FFF8BE and #F8BEFF with #BEF8FF are triadic colors.