COLOR #BEFFFF

HEX: #BEFFFF RGB: (190,255,255)

Color info

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

RGB color model

#BEFFFF color RGB value is (190,255,255).

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

RGB channels and saturation

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

190
255
255

R + G + B ~ 92%. #BEFFFF is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 255 + 255 = 700 (100%)
R 190 of 700 ~ 27.14%
G 255 of 700 ~ 36.43%
B 255 of 700 ~ 36.43'%

%27.14
%36.43
%36.43

CMYK color model

#BEFFFF color CMYK value is (25,0,0,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (25,0,0,0)
C25M0Y0K0 (25%, 0%, 0%, 0%)
(0.25 / 0.00 / 0.00 / 0.00)

CMYK percentages

%25.49
%0
%0
%0

Codes

Color #BEFFFF in popluar color models

BE FF FF
RGB 190 255 255
HSL 180° 100.00% 87.25%
HSB/HSV 180° 25.49% 100.00%
CMYK 25.49% 0.00% 0.00%
0.00%

Color #BEFFFF in popluar number systems.

HEX BE FF FF
Decimal 190 255 255
Binary 10111110 11111111 11111111
Octal 276 377 377

Shades and tints

Shades of #BEFFFF

#BEFFFF
(190,255,255)
#ADE8E8
(173,232,232)
#9CD1D1
(156,209,209)
#8BBABA
(139,186,186)
#7AA3A3
(122,163,163)
#698C8C
(105,140,140)
#587575
(88,117,117)
#475E5E
(71,94,94)
#364747
(54,71,71)
#253030
(37,48,48)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEFFFF

#BEFFFF
(190,255,255)
#C3FFFF
(195,255,255)
#C8FFFF
(200,255,255)
#CDFFFF
(205,255,255)
#D2FFFF
(210,255,255)
#D7FFFF
(215,255,255)
#DCFFFF
(220,255,255)
#E1FFFF
(225,255,255)
#E6FFFF
(230,255,255)
#EBFFFF
(235,255,255)
#F0FFFF
(240,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFFF; }

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

This text font color is #BEFFFF.

Background Color

.myBgColor { background-color: #BEFFFF; }

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

This div background color is #BEFFFF.

Border color

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

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

This div border color is #BEFFFF.

Opacity

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

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

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

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

This text has shadow with #BEFFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFFFF.

Preview

Color preview on black background

This text has color #BEFFFF on black background.


Color preview on white background

This text has color #BEFFFF on white background.


Black color preview on #BEFFFF background

This text has black color on #BEFFFF background.


White color preview on #BEFFFF background

This text has white color on #BEFFFF background.


Related colors

Complementary color

Complementary color for #hex is #410000.


I love getcolorcode.com