COLOR #BBF4FD

HEX: #BBF4FD
RGB: (187,244,253)

Color info

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

RGB color model

#BBF4FD color RGB value is (187,244,253).

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

RGB channels and saturation

R 187 of 255 = 73%
G 244 of 255 = 96%
B 253 of 255 = 99%

187
244
253

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

Portions of RGB colors in percentages

R + G + B =
187 + 244 + 253 = 684 (100%)
R 187 of 684 ~ 27.34%
G 244 of 684 ~ 35.67%
B 253 of 684 ~ 36.99%

%27.34
%35.67
%36.99

CMYK color model

#BBF4FD color CMYK value is (26,4,0,1).

  • cyan value is 26.09%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,4,0,1)
C26M4Y0K1 
(26%,4%,0%,1%)
(0.26/0.04/0.00/0.01)	

CMYK percentages

%26.09
%3.56
%0
%0.78

Codes

Color #BBF4FD in popluar color models

BBF4FD
RGB187244253
HSL188°94.29%86.27%
HSB/HSV188°26.09%99.22%
CMYK26.09%3.56%0.00%
0.78%

Color #BBF4FD in popluar number systems.

HEXBBF4FD
Decimal187244253
Binary101110111111010011111101
Octal273364375

Shades and tints

Shades of #BBF4FD

#BBF4FD
(187,244,253)
#AADEE6
(170,222,230)
#99C8CF
(153,200,207)
#88B2B8
(136,178,184)
#779CA1
(119,156,161)
#66868A
(102,134,138)
#557073
(85,112,115)
#445A5C
(68,90,92)
#334445
(51,68,69)
#222E2E
(34,46,46)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBF4FD

#BBF4FD
(187,244,253)
#C1F5FD
(193,245,253)
#C7F6FD
(199,246,253)
#CDF7FD
(205,247,253)
#D3F8FD
(211,248,253)
#D9F9FD
(217,249,253)
#DFFAFD
(223,250,253)
#E5FBFD
(229,251,253)
#EBFCFD
(235,252,253)
#F1FDFD
(241,253,253)
#F7FEFD
(247,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF4FD; }

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

This text font color is #BBF4FD.


Background Color

.myBgColor { background-color: #BBF4FD; }

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

This div background color is #BBF4FD.


Border color

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

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

This div border color is #BBF4FD.


Opacity

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

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

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

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

This text has shadow with #BBF4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF4FD on black background.


Color preview on white background

This text has color #BBF4FD on white background.



Black color preview on #BBF4FD background

This text has black color on #BBF4FD background.


White color preview on #BBF4FD background

This text has white color on #BBF4FD background.