COLOR #BEFBF5

HEX: #BEFBF5 RGB: (190,251,245)

Color info

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

RGB color model

#BEFBF5 color RGB value is (190,251,245).

RGB: (190,251,245) (75%, 98%, 96%)

RGB channels and saturation

R 190 of 255 = 75%
G 251 of 255 = 98%
B 245 of 255 = 96%

190
251
245

R + G + B ~ 90%. #BEFBF5 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 251 + 245 = 686 (100%)
R 190 of 686 ~ 27.7%
G 251 of 686 ~ 36.59%
B 245 of 686 ~ 35.71'%

%27.7
%36.59
%35.71

CMYK color model

#BEFBF5 color CMYK value is (24,0,2,2).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 1.57%

CMYK: (24,0,2,2)
C24M0Y2K2 (24%, 0%, 2%, 2%)
(0.24 / 0.00 / 0.02 / 0.02)

CMYK percentages

%24.3
%0
%2.39
%1.57

Codes

Color #BEFBF5 in popluar color models

BE FB F5
RGB 190 251 245
HSL 174° 88.41% 86.47%
HSB/HSV 174° 24.30% 98.43%
CMYK 24.30% 0.00% 2.39%
1.57%

Color #BEFBF5 in popluar number systems.

HEX BE FB F5
Decimal 190 251 245
Binary 10111110 11111011 11110101
Octal 276 373 365

Shades and tints

Shades of #BEFBF5

#BEFBF5
(190,251,245)
#ADE5DF
(173,229,223)
#9CCFC9
(156,207,201)
#8BB9B3
(139,185,179)
#7AA39D
(122,163,157)
#698D87
(105,141,135)
#587771
(88,119,113)
#47615B
(71,97,91)
#364B45
(54,75,69)
#25352F
(37,53,47)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #BEFBF5

#BEFBF5
(190,251,245)
#C3FBF5
(195,251,245)
#C8FBF5
(200,251,245)
#CDFBF5
(205,251,245)
#D2FBF5
(210,251,245)
#D7FBF5
(215,251,245)
#DCFBF5
(220,251,245)
#E1FBF5
(225,251,245)
#E6FBF5
(230,251,245)
#EBFBF5
(235,251,245)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFBF5; }

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

This text font color is #BEFBF5.

Background Color

.myBgColor { background-color: #BEFBF5; }

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

This div background color is #BEFBF5.

Border color

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

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

This div border color is #BEFBF5.

Opacity

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

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

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

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

This text has shadow with #BEFBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFBF5.

Preview

Color preview on black background

This text has color #BEFBF5 on black background.


Color preview on white background

This text has color #BEFBF5 on white background.


Black color preview on #BEFBF5 background

This text has black color on #BEFBF5 background.


White color preview on #BEFBF5 background

This text has white color on #BEFBF5 background.


Related colors

Complementary color

Complementary color for #hex is #41040A.


I love getcolorcode.com

Triadic colors

1 #F5BEFB and #FBF5BE with #BEFBF5 are triadic colors.

2 #F5FBBE and #FBBEF5 with #BEFBF5 are triadic colors.