COLOR #BBFEE2

HEX: #BBFEE2
RGB: (187,254,226)

Color info

#BBFEE2 contains mainly green and blue colors. Web safe color of #BBFEE2 is #CCFFCC (or #CFC).

RGB color model

#BBFEE2 color RGB value is (187,254,226).

  • red value is 187;
  • green value is 254;
  • blue value is 226.
RGB:
(187,254,226)
(73%,100%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 254 of 255 = 100%
B 226 of 255 = 89%

187
254
226

R + G + B ~ 87%. #BBFEE2 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 254 + 226 = 667 (100%)
R 187 of 667 ~ 28.04%
G 254 of 667 ~ 38.08%
B 226 of 667 ~ 33.88%

%28.04
%38.08
%33.88

CMYK color model

#BBFEE2 color CMYK value is (26,0,11,0).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(26,0,11,0)
C26M0Y11K0 
(26%,0%,11%,0%)
(0.26/0.00/0.11/0.00)	

CMYK percentages

%26.38
%0
%11.02
%0.39

Codes

Color #BBFEE2 in popluar color models

BBFEE2
RGB187254226
HSL155°97.10%86.47%
HSB/HSV155°26.38%99.61%
CMYK26.38%0.00%11.02%
0.39%

Color #BBFEE2 in popluar number systems.

HEXBBFEE2
Decimal187254226
Binary101110111111111011100010
Octal273376342

Shades and tints

Shades of #BBFEE2

#BBFEE2
(187,254,226)
#AAE7CE
(170,231,206)
#99D0BA
(153,208,186)
#88B9A6
(136,185,166)
#77A292
(119,162,146)
#668B7E
(102,139,126)
#55746A
(85,116,106)
#445D56
(68,93,86)
#334642
(51,70,66)
#222F2E
(34,47,46)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #BBFEE2

#BBFEE2
(187,254,226)
#C1FEE4
(193,254,228)
#C7FEE6
(199,254,230)
#CDFEE8
(205,254,232)
#D3FEEA
(211,254,234)
#D9FEEC
(217,254,236)
#DFFEEE
(223,254,238)
#E5FEF0
(229,254,240)
#EBFEF2
(235,254,242)
#F1FEF4
(241,254,244)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFEE2 color. Also use rgb(187,254,226) instead hex code.

Text Font Color

.myTextColor { color: #BBFEE2; }

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

This text font color is #BBFEE2.


Background Color

.myBgColor { background-color: #BBFEE2; }

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

This div background color is #BBFEE2.


Border color

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

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

This div border color is #BBFEE2.


Opacity

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

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

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

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

This text has shadow with #BBFEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFEE2 on black background.


Color preview on white background

This text has color #BBFEE2 on white background.



Black color preview on #BBFEE2 background

This text has black color on #BBFEE2 background.


White color preview on #BBFEE2 background

This text has white color on #BBFEE2 background.