COLOR #BBF0E9

HEX: #BBF0E9
RGB: (187,240,233)

Color info

#BBF0E9 contains red, green and blue colors in about the same proportion. Web safe color of #BBF0E9 is #CCFFFF (or #CFF).

RGB color model

#BBF0E9 color RGB value is (187,240,233).

  • red value is 187;
  • green value is 240;
  • blue value is 233.
RGB:
(187,240,233)
(73%,94%,91%)

RGB channels and saturation

R 187 of 255 = 73%
G 240 of 255 = 94%
B 233 of 255 = 91%

187
240
233

R + G + B ~ 86%. #BBF0E9 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 240 + 233 = 660 (100%)
R 187 of 660 ~ 28.33%
G 240 of 660 ~ 36.36%
B 233 of 660 ~ 35.3%

%28.33
%36.36
%35.3

CMYK color model

#BBF0E9 color CMYK value is (22,0,3,6).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 5.88%
CMYK:
(22,0,3,6)
C22M0Y3K6 
(22%,0%,3%,6%)
(0.22/0.00/0.03/0.06)	

CMYK percentages

%22.08
%0
%2.92
%5.88

Codes

Color #BBF0E9 in popluar color models

BBF0E9
RGB187240233
HSL172°63.86%83.73%
HSB/HSV172°22.08%94.12%
CMYK22.08%0.00%2.92%
5.88%

Color #BBF0E9 in popluar number systems.

HEXBBF0E9
Decimal187240233
Binary101110111111000011101001
Octal273360351

Shades and tints

Shades of #BBF0E9

#BBF0E9
(187,240,233)
#AADBD4
(170,219,212)
#99C6BF
(153,198,191)
#88B1AA
(136,177,170)
#779C95
(119,156,149)
#668780
(102,135,128)
#55726B
(85,114,107)
#445D56
(68,93,86)
#334841
(51,72,65)
#22332C
(34,51,44)
#111E17
(17,30,23)
#000000
(0,0,0)

Tints of #BBF0E9

#BBF0E9
(187,240,233)
#C1F1EB
(193,241,235)
#C7F2ED
(199,242,237)
#CDF3EF
(205,243,239)
#D3F4F1
(211,244,241)
#D9F5F3
(217,245,243)
#DFF6F5
(223,246,245)
#E5F7F7
(229,247,247)
#EBF8F9
(235,248,249)
#F1F9FB
(241,249,251)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF0E9 color. Also use rgb(187,240,233) instead hex code.

Text Font Color

.myTextColor { color: #BBF0E9; }

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

This text font color is #BBF0E9.


Background Color

.myBgColor { background-color: #BBF0E9; }

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

This div background color is #BBF0E9.


Border color

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

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

This div border color is #BBF0E9.


Opacity

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

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

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

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

This text has shadow with #BBF0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF0E9 on black background.


Color preview on white background

This text has color #BBF0E9 on white background.



Black color preview on #BBF0E9 background

This text has black color on #BBF0E9 background.


White color preview on #BBF0E9 background

This text has white color on #BBF0E9 background.