COLOR #BEFFED

HEX: #BEFFED RGB: (190,255,237)

Color info

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

RGB color model

#BEFFED color RGB value is (190,255,237).

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

RGB channels and saturation

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

190
255
237

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

Portions of RGB colors in percentages

R + G + B = 190 + 255 + 237 = 682 (100%)
R 190 of 682 ~ 27.86%
G 255 of 682 ~ 37.39%
B 237 of 682 ~ 34.75'%

%27.86
%37.39
%34.75

CMYK color model

#BEFFED color CMYK value is (25,0,7,0).

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

CMYK: (25,0,7,0)
C25M0Y7K0 (25%, 0%, 7%, 0%)
(0.25 / 0.00 / 0.07 / 0.00)

CMYK percentages

%25.49
%0
%7.06
%0

Codes

Color #BEFFED in popluar color models

BE FF ED
RGB 190 255 237
HSL 163° 100.00% 87.25%
HSB/HSV 163° 25.49% 100.00%
CMYK 25.49% 0.00% 7.06%
0.00%

Color #BEFFED in popluar number systems.

HEX BE FF ED
Decimal 190 255 237
Binary 10111110 11111111 11101101
Octal 276 377 355

Shades and tints

Shades of #BEFFED

#BEFFED
(190,255,237)
#ADE8D8
(173,232,216)
#9CD1C3
(156,209,195)
#8BBAAE
(139,186,174)
#7AA399
(122,163,153)
#698C84
(105,140,132)
#58756F
(88,117,111)
#475E5A
(71,94,90)
#364745
(54,71,69)
#253030
(37,48,48)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEFFED

#BEFFED
(190,255,237)
#C3FFEE
(195,255,238)
#C8FFEF
(200,255,239)
#CDFFF0
(205,255,240)
#D2FFF1
(210,255,241)
#D7FFF2
(215,255,242)
#DCFFF3
(220,255,243)
#E1FFF4
(225,255,244)
#E6FFF5
(230,255,245)
#EBFFF6
(235,255,246)
#F0FFF7
(240,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFED; }

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

This text font color is #BEFFED.

Background Color

.myBgColor { background-color: #BEFFED; }

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

This div background color is #BEFFED.

Border color

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

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

This div border color is #BEFFED.

Opacity

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

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

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

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

This text has shadow with #BEFFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFFED.

Preview

Color preview on black background

This text has color #BEFFED on black background.


Color preview on white background

This text has color #BEFFED on white background.


Black color preview on #BEFFED background

This text has black color on #BEFFED background.


White color preview on #BEFFED background

This text has white color on #BEFFED background.


Related colors

Complementary color

Complementary color for #hex is #410012.


I love getcolorcode.com

Triadic colors

1 #EDBEFF and #FFEDBE with #BEFFED are triadic colors.

2 #EDFFBE and #FFBEED with #BEFFED are triadic colors.