COLOR #BBF9FB

HEX: #BBF9FB
RGB: (187,249,251)

Color info

#BBF9FB contains mainly green and blue colors. Web safe color of #BBF9FB is #CCFFFF (or #CFF).

RGB color model

#BBF9FB color RGB value is (187,249,251).

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

RGB channels and saturation

R 187 of 255 = 73%
G 249 of 255 = 98%
B 251 of 255 = 98%

187
249
251

R + G + B ~ 90%. #BBF9FB is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 249 + 251 = 687 (100%)
R 187 of 687 ~ 27.22%
G 249 of 687 ~ 36.24%
B 251 of 687 ~ 36.54%

%27.22
%36.24
%36.54

CMYK color model

#BBF9FB color CMYK value is (25,1,0,2).

  • cyan value is 25.50%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(25,1,0,2)
C25M1Y0K2 
(25%,1%,0%,2%)
(0.25/0.01/0.00/0.02)	

CMYK percentages

%25.5
%0.8
%0
%1.57

Codes

Color #BBF9FB in popluar color models

BBF9FB
RGB187249251
HSL182°88.89%85.88%
HSB/HSV182°25.50%98.43%
CMYK25.50%0.80%0.00%
1.57%

Color #BBF9FB in popluar number systems.

HEXBBF9FB
Decimal187249251
Binary101110111111100111111011
Octal273371373

Shades and tints

Shades of #BBF9FB

#BBF9FB
(187,249,251)
#AAE3E5
(170,227,229)
#99CDCF
(153,205,207)
#88B7B9
(136,183,185)
#77A1A3
(119,161,163)
#668B8D
(102,139,141)
#557577
(85,117,119)
#445F61
(68,95,97)
#33494B
(51,73,75)
#223335
(34,51,53)
#111D1F
(17,29,31)
#000000
(0,0,0)

Tints of #BBF9FB

#BBF9FB
(187,249,251)
#C1F9FB
(193,249,251)
#C7F9FB
(199,249,251)
#CDF9FB
(205,249,251)
#D3F9FB
(211,249,251)
#D9F9FB
(217,249,251)
#DFF9FB
(223,249,251)
#E5F9FB
(229,249,251)
#EBF9FB
(235,249,251)
#F1F9FB
(241,249,251)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF9FB; }

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

This text font color is #BBF9FB.


Background Color

.myBgColor { background-color: #BBF9FB; }

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

This div background color is #BBF9FB.


Border color

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

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

This div border color is #BBF9FB.


Opacity

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

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

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

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

This text has shadow with #BBF9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF9FB on black background.


Color preview on white background

This text has color #BBF9FB on white background.



Black color preview on #BBF9FB background

This text has black color on #BBF9FB background.


White color preview on #BBF9FB background

This text has white color on #BBF9FB background.