COLOR #BEFCE9

HEX: #BEFCE9 RGB: (190,252,233)

Color info

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

RGB color model

#BEFCE9 color RGB value is (190,252,233).

RGB: (190,252,233) (75%, 99%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 233 of 255 = 91%

190
252
233

R + G + B ~ 88%. #BEFCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 252 + 233 = 675 (100%)
R 190 of 675 ~ 28.15%
G 252 of 675 ~ 37.33%
B 233 of 675 ~ 34.52'%

%28.15
%37.33
%34.52

CMYK color model

#BEFCE9 color CMYK value is (25,0,8,1).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK: (25,0,8,1) C25M0Y8K1 (25%,0%,8%,1%) (0.25/0.00/0.08/0.01) 

CMYK percentages

%24.6
%0
%7.54
%1.18

Codes

Color #BEFCE9 in popluar color models

BE FC E9
RGB 190 252 233
HSL 162° 91.18% 86.67%
HSB/HSV 162° 24.60% 98.82%
CMYK 24.60% 0.00% 7.54%
1.18%

Color #BEFCE9 in popluar number systems.

HEX BE FC E9
Decimal 190 252 233
Binary 10111110 11111100 11101001
Octal 276 374 351

Shades and tints

Shades of #BEFCE9

#BEFCE9
(190,252,233)
#ADE6D4
(173,230,212)
#9CD0BF
(156,208,191)
#8BBAAA
(139,186,170)
#7AA495
(122,164,149)
#698E80
(105,142,128)
#58786B
(88,120,107)
#476256
(71,98,86)
#364C41
(54,76,65)
#25362C
(37,54,44)
#142017
(20,32,23)
#000000
(0,0,0)

Tints of #BEFCE9

#BEFCE9
(190,252,233)
#C3FCEB
(195,252,235)
#C8FCED
(200,252,237)
#CDFCEF
(205,252,239)
#D2FCF1
(210,252,241)
#D7FCF3
(215,252,243)
#DCFCF5
(220,252,245)
#E1FCF7
(225,252,247)
#E6FCF9
(230,252,249)
#EBFCFB
(235,252,251)
#F0FCFD
(240,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFCE9; }

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

This text font color is #BEFCE9.

Background Color

.myBgColor { background-color: #BEFCE9; }

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

This div background color is #BEFCE9.

Border color

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

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

This div border color is #BEFCE9.

Opacity

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

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

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

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

This text has shadow with #BEFCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFCE9.

Preview

Color preview on black background

This text has color #BEFCE9 on black background.


Color preview on white background

This text has color #BEFCE9 on white background.


Black color preview on #BEFCE9 background

This text has black color on #BEFCE9 background.


White color preview on #BEFCE9 background

This text has white color on #BEFCE9 background.


Related colors

Complementary color

Complementary color for #hex is #410316.


I love getcolorcode.com

Triadic colors

1 #E9BEFC and #FCE9BE with #BEFCE9 are triadic colors.

2 #E9FCBE and #FCBEE9 with #BEFCE9 are triadic colors.