COLOR #BBF9E5

HEX: #BBF9E5
RGB: (187,249,229)

Color info

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

RGB color model

#BBF9E5 color RGB value is (187,249,229).

  • red value is 187;
  • green value is 249;
  • blue value is 229.
RGB:
(187,249,229)
(73%,98%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 249 of 255 = 98%
B 229 of 255 = 90%

187
249
229

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

Portions of RGB colors in percentages

R + G + B =
187 + 249 + 229 = 665 (100%)
R 187 of 665 ~ 28.12%
G 249 of 665 ~ 37.44%
B 229 of 665 ~ 34.44%

%28.12
%37.44
%34.44

CMYK color model

#BBF9E5 color CMYK value is (25,0,8,2).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 2.35%
CMYK:
(25,0,8,2)
C25M0Y8K2 
(25%,0%,8%,2%)
(0.25/0.00/0.08/0.02)	

CMYK percentages

%24.9
%0
%8.03
%2.35

Codes

Color #BBF9E5 in popluar color models

BBF9E5
RGB187249229
HSL161°83.78%85.49%
HSB/HSV161°24.90%97.65%
CMYK24.90%0.00%8.03%
2.35%

Color #BBF9E5 in popluar number systems.

HEXBBF9E5
Decimal187249229
Binary101110111111100111100101
Octal273371345

Shades and tints

Shades of #BBF9E5

#BBF9E5
(187,249,229)
#AAE3D1
(170,227,209)
#99CDBD
(153,205,189)
#88B7A9
(136,183,169)
#77A195
(119,161,149)
#668B81
(102,139,129)
#55756D
(85,117,109)
#445F59
(68,95,89)
#334945
(51,73,69)
#223331
(34,51,49)
#111D1D
(17,29,29)
#000000
(0,0,0)

Tints of #BBF9E5

#BBF9E5
(187,249,229)
#C1F9E7
(193,249,231)
#C7F9E9
(199,249,233)
#CDF9EB
(205,249,235)
#D3F9ED
(211,249,237)
#D9F9EF
(217,249,239)
#DFF9F1
(223,249,241)
#E5F9F3
(229,249,243)
#EBF9F5
(235,249,245)
#F1F9F7
(241,249,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF9E5 color. Also use rgb(187,249,229) instead hex code.

Text Font Color

.myTextColor { color: #BBF9E5; }

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

This text font color is #BBF9E5.


Background Color

.myBgColor { background-color: #BBF9E5; }

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

This div background color is #BBF9E5.


Border color

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

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

This div border color is #BBF9E5.


Opacity

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

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

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

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

This text has shadow with #BBF9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF9E5 on black background.


Color preview on white background

This text has color #BBF9E5 on white background.



Black color preview on #BBF9E5 background

This text has black color on #BBF9E5 background.


White color preview on #BBF9E5 background

This text has white color on #BBF9E5 background.