COLOR #BBF4F8

HEX: #BBF4F8
RGB: (187,244,248)

Color info

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

RGB color model

#BBF4F8 color RGB value is (187,244,248).

  • red value is 187;
  • green value is 244;
  • blue value is 248.
RGB:
(187,244,248)
(73%,96%,97%)

RGB channels and saturation

R 187 of 255 = 73%
G 244 of 255 = 96%
B 248 of 255 = 97%

187
244
248

R + G + B ~ 89%. #BBF4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 244 + 248 = 679 (100%)
R 187 of 679 ~ 27.54%
G 244 of 679 ~ 35.94%
B 248 of 679 ~ 36.52%

%27.54
%35.94
%36.52

CMYK color model

#BBF4F8 color CMYK value is (25,2,0,3).

  • cyan value is 24.60%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(25,2,0,3)
C25M2Y0K3 
(25%,2%,0%,3%)
(0.25/0.02/0.00/0.03)	

CMYK percentages

%24.6
%1.61
%0
%2.75

Codes

Color #BBF4F8 in popluar color models

BBF4F8
RGB187244248
HSL184°81.33%85.29%
HSB/HSV184°24.60%97.25%
CMYK24.60%1.61%0.00%
2.75%

Color #BBF4F8 in popluar number systems.

HEXBBF4F8
Decimal187244248
Binary101110111111010011111000
Octal273364370

Shades and tints

Shades of #BBF4F8

#BBF4F8
(187,244,248)
#AADEE2
(170,222,226)
#99C8CC
(153,200,204)
#88B2B6
(136,178,182)
#779CA0
(119,156,160)
#66868A
(102,134,138)
#557074
(85,112,116)
#445A5E
(68,90,94)
#334448
(51,68,72)
#222E32
(34,46,50)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #BBF4F8

#BBF4F8
(187,244,248)
#C1F5F8
(193,245,248)
#C7F6F8
(199,246,248)
#CDF7F8
(205,247,248)
#D3F8F8
(211,248,248)
#D9F9F8
(217,249,248)
#DFFAF8
(223,250,248)
#E5FBF8
(229,251,248)
#EBFCF8
(235,252,248)
#F1FDF8
(241,253,248)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF4F8 color. Also use rgb(187,244,248) instead hex code.

Text Font Color

.myTextColor { color: #BBF4F8; }

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

This text font color is #BBF4F8.


Background Color

.myBgColor { background-color: #BBF4F8; }

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

This div background color is #BBF4F8.


Border color

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

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

This div border color is #BBF4F8.


Opacity

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

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

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

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

This text has shadow with #BBF4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF4F8 on black background.


Color preview on white background

This text has color #BBF4F8 on white background.



Black color preview on #BBF4F8 background

This text has black color on #BBF4F8 background.


White color preview on #BBF4F8 background

This text has white color on #BBF4F8 background.