COLOR #BBFBE2

HEX: #BBFBE2 RGB: (187,251,226)

Color info

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

RGB color model

#BBFBE2 color RGB value is (187,251,226).

RGB: (187,251,226) (73%, 98%, 89%)

RGB channels and saturation

R 187 of 255 = 73%
G 251 of 255 = 98%
B 226 of 255 = 89%

187
251
226

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

Portions of RGB colors in percentages

R + G + B = 187 + 251 + 226 = 664 (100%)
R 187 of 664 ~ 28.16%
G 251 of 664 ~ 37.8%
B 226 of 664 ~ 34.04'%

%28.16
%37.8
%34.04

CMYK color model

#BBFBE2 color CMYK value is (25,0,10,2).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%

CMYK: (25,0,10,2)
C25M0Y10K2 (25%, 0%, 10%, 2%)
(0.25 / 0.00 / 0.10 / 0.02)

CMYK percentages

%25.5
%0
%9.96
%1.57

Codes

Color #BBFBE2 in popluar color models

BB FB E2
RGB 187 251 226
HSL 157° 88.89% 85.88%
HSB/HSV 157° 25.50% 98.43%
CMYK 25.50% 0.00% 9.96%
1.57%

Color #BBFBE2 in popluar number systems.

HEX BB FB E2
Decimal 187 251 226
Binary 10111011 11111011 11100010
Octal 273 373 342

Shades and tints

Shades of #BBFBE2

#BBFBE2
(187,251,226)
#AAE5CE
(170,229,206)
#99CFBA
(153,207,186)
#88B9A6
(136,185,166)
#77A392
(119,163,146)
#668D7E
(102,141,126)
#55776A
(85,119,106)
#446156
(68,97,86)
#334B42
(51,75,66)
#22352E
(34,53,46)
#111F1A
(17,31,26)
#000000
(0,0,0)

Tints of #BBFBE2

#BBFBE2
(187,251,226)
#C1FBE4
(193,251,228)
#C7FBE6
(199,251,230)
#CDFBE8
(205,251,232)
#D3FBEA
(211,251,234)
#D9FBEC
(217,251,236)
#DFFBEE
(223,251,238)
#E5FBF0
(229,251,240)
#EBFBF2
(235,251,242)
#F1FBF4
(241,251,244)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFBE2; }

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

This text font color is #BBFBE2.

Background Color

.myBgColor { background-color: #BBFBE2; }

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

This div background color is #BBFBE2.

Border color

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

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

This div border color is #BBFBE2.

Opacity

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

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

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

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

This text has shadow with #BBFBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBFBE2.

Preview

Color preview on black background

This text has color #BBFBE2 on black background.


Color preview on white background

This text has color #BBFBE2 on white background.


Black color preview on #BBFBE2 background

This text has black color on #BBFBE2 background.


White color preview on #BBFBE2 background

This text has white color on #BBFBE2 background.


Related colors

Complementary color

Complementary color for #hex is #44041D.


I love getcolorcode.com

Triadic colors

1 #E2BBFB and #FBE2BB with #BBFBE2 are triadic colors.

2 #E2FBBB and #FBBBE2 with #BBFBE2 are triadic colors.