COLOR #BEFFEE

HEX: #BEFFEE RGB: (190,255,238)

Color info

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

RGB color model

#BEFFEE color RGB value is (190,255,238).

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

RGB channels and saturation

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

190
255
238

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

Portions of RGB colors in percentages

R + G + B = 190 + 255 + 238 = 683 (100%)
R 190 of 683 ~ 27.82%
G 255 of 683 ~ 37.34%
B 238 of 683 ~ 34.85'%

%27.82
%37.34
%34.85

CMYK color model

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

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • 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
%6.67
%0

Codes

Color #BEFFEE in popluar color models

BE FF EE
RGB 190 255 238
HSL 164° 100.00% 87.25%
HSB/HSV 164° 25.49% 100.00%
CMYK 25.49% 0.00% 6.67%
0.00%

Color #BEFFEE in popluar number systems.

HEX BE FF EE
Decimal 190 255 238
Binary 10111110 11111111 11101110
Octal 276 377 356

Shades and tints

Shades of #BEFFEE

#BEFFEE
(190,255,238)
#ADE8D9
(173,232,217)
#9CD1C4
(156,209,196)
#8BBAAF
(139,186,175)
#7AA39A
(122,163,154)
#698C85
(105,140,133)
#587570
(88,117,112)
#475E5B
(71,94,91)
#364746
(54,71,70)
#253031
(37,48,49)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #BEFFEE

#BEFFEE
(190,255,238)
#C3FFEF
(195,255,239)
#C8FFF0
(200,255,240)
#CDFFF1
(205,255,241)
#D2FFF2
(210,255,242)
#D7FFF3
(215,255,243)
#DCFFF4
(220,255,244)
#E1FFF5
(225,255,245)
#E6FFF6
(230,255,246)
#EBFFF7
(235,255,247)
#F0FFF8
(240,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFEE; }

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

This text font color is #BEFFEE.

Background Color

.myBgColor { background-color: #BEFFEE; }

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

This div background color is #BEFFEE.

Border color

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

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

This div border color is #BEFFEE.

Opacity

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

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

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

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

This text has shadow with #BEFFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFFEE.

Preview

Color preview on black background

This text has color #BEFFEE on black background.


Color preview on white background

This text has color #BEFFEE on white background.


Black color preview on #BEFFEE background

This text has black color on #BEFFEE background.


White color preview on #BEFFEE background

This text has white color on #BEFFEE background.


Related colors

Complementary color

Complementary color for #hex is #410011.


I love getcolorcode.com

Triadic colors

1 #EEBEFF and #FFEEBE with #BEFFEE are triadic colors.

2 #EEFFBE and #FFBEEE with #BEFFEE are triadic colors.