COLOR #BBF1F4

HEX: #BBF1F4
RGB: (187,241,244)

Color info

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

RGB color model

#BBF1F4 color RGB value is (187,241,244).

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

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 244 of 255 = 96%

187
241
244

R + G + B ~ 88%. #BBF1F4 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 241 + 244 = 672 (100%)
R 187 of 672 ~ 27.83%
G 241 of 672 ~ 35.86%
B 244 of 672 ~ 36.31%

%27.83
%35.86
%36.31

CMYK color model

#BBF1F4 color CMYK value is (23,1,0,4).

  • cyan value is 23.36%
  • magenta value is 1.23%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,1,0,4)
C23M1Y0K4 
(23%,1%,0%,4%)
(0.23/0.01/0.00/0.04)	

CMYK percentages

%23.36
%1.23
%0
%4.31

Codes

Color #BBF1F4 in popluar color models

BBF1F4
RGB187241244
HSL183°72.15%84.51%
HSB/HSV183°23.36%95.69%
CMYK23.36%1.23%0.00%
4.31%

Color #BBF1F4 in popluar number systems.

HEXBBF1F4
Decimal187241244
Binary101110111111000111110100
Octal273361364

Shades and tints

Shades of #BBF1F4

#BBF1F4
(187,241,244)
#AADCDE
(170,220,222)
#99C7C8
(153,199,200)
#88B2B2
(136,178,178)
#779D9C
(119,157,156)
#668886
(102,136,134)
#557370
(85,115,112)
#445E5A
(68,94,90)
#334944
(51,73,68)
#22342E
(34,52,46)
#111F18
(17,31,24)
#000000
(0,0,0)

Tints of #BBF1F4

#BBF1F4
(187,241,244)
#C1F2F5
(193,242,245)
#C7F3F6
(199,243,246)
#CDF4F7
(205,244,247)
#D3F5F8
(211,245,248)
#D9F6F9
(217,246,249)
#DFF7FA
(223,247,250)
#E5F8FB
(229,248,251)
#EBF9FC
(235,249,252)
#F1FAFD
(241,250,253)
#F7FBFE
(247,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF1F4; }

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

This text font color is #BBF1F4.


Background Color

.myBgColor { background-color: #BBF1F4; }

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

This div background color is #BBF1F4.


Border color

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

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

This div border color is #BBF1F4.


Opacity

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

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

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

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

This text has shadow with #BBF1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF1F4 on black background.


Color preview on white background

This text has color #BBF1F4 on white background.



Black color preview on #BBF1F4 background

This text has black color on #BBF1F4 background.


White color preview on #BBF1F4 background

This text has white color on #BBF1F4 background.