COLOR #BBF5BE

HEX: #BBF5BE
RGB: (187,245,190)

Color info

#BBF5BE contains red, green and blue colors in about the same proportion. Web safe color of #BBF5BE is #CCFFCC (or #CFC).

RGB color model

#BBF5BE color RGB value is (187,245,190).

  • red value is 187;
  • green value is 245;
  • blue value is 190.
RGB:
(187,245,190)
(73%,96%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 190 of 255 = 75%

187
245
190

R + G + B ~ 81%. #BBF5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 190 = 622 (100%)
R 187 of 622 ~ 30.06%
G 245 of 622 ~ 39.39%
B 190 of 622 ~ 30.55%

%30.06
%39.39
%30.55

CMYK color model

#BBF5BE color CMYK value is (24,0,22,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(24,0,22,4)
C24M0Y22K4 
(24%,0%,22%,4%)
(0.24/0.00/0.22/0.04)	

CMYK percentages

%23.67
%0
%22.45
%3.92

Codes

Color #BBF5BE in popluar color models

BBF5BE
RGB187245190
HSL123°74.36%84.71%
HSB/HSV123°23.67%96.08%
CMYK23.67%0.00%22.45%
3.92%

Color #BBF5BE in popluar number systems.

HEXBBF5BE
Decimal187245190
Binary101110111111010110111110
Octal273365276

Shades and tints

Shades of #BBF5BE

#BBF5BE
(187,245,190)
#AADFAD
(170,223,173)
#99C99C
(153,201,156)
#88B38B
(136,179,139)
#779D7A
(119,157,122)
#668769
(102,135,105)
#557158
(85,113,88)
#445B47
(68,91,71)
#334536
(51,69,54)
#222F25
(34,47,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBF5BE

#BBF5BE
(187,245,190)
#C1F5C3
(193,245,195)
#C7F5C8
(199,245,200)
#CDF5CD
(205,245,205)
#D3F5D2
(211,245,210)
#D9F5D7
(217,245,215)
#DFF5DC
(223,245,220)
#E5F5E1
(229,245,225)
#EBF5E6
(235,245,230)
#F1F5EB
(241,245,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF5BE; }

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

This text font color is #BBF5BE.


Background Color

.myBgColor { background-color: #BBF5BE; }

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

This div background color is #BBF5BE.


Border color

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

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

This div border color is #BBF5BE.


Opacity

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

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

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

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

This text has shadow with #BBF5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5BE on black background.


Color preview on white background

This text has color #BBF5BE on white background.



Black color preview on #BBF5BE background

This text has black color on #BBF5BE background.


White color preview on #BBF5BE background

This text has white color on #BBF5BE background.