COLOR #BBE8FD

HEX: #BBE8FD
RGB: (187,232,253)

Color info

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

RGB color model

#BBE8FD color RGB value is (187,232,253).

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

RGB channels and saturation

R 187 of 255 = 73%
G 232 of 255 = 91%
B 253 of 255 = 99%

187
232
253

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

Portions of RGB colors in percentages

R + G + B =
187 + 232 + 253 = 672 (100%)
R 187 of 672 ~ 27.83%
G 232 of 672 ~ 34.52%
B 253 of 672 ~ 37.65%

%27.83
%34.52
%37.65

CMYK color model

#BBE8FD color CMYK value is (26,8,0,1).

  • cyan value is 26.09%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,8,0,1)
C26M8Y0K1 
(26%,8%,0%,1%)
(0.26/0.08/0.00/0.01)	

CMYK percentages

%26.09
%8.3
%0
%0.78

Codes

Color #BBE8FD in popluar color models

BBE8FD
RGB187232253
HSL199°94.29%86.27%
HSB/HSV199°26.09%99.22%
CMYK26.09%8.30%0.00%
0.78%

Color #BBE8FD in popluar number systems.

HEXBBE8FD
Decimal187232253
Binary101110111110100011111101
Octal273350375

Shades and tints

Shades of #BBE8FD

#BBE8FD
(187,232,253)
#AAD3E6
(170,211,230)
#99BECF
(153,190,207)
#88A9B8
(136,169,184)
#7794A1
(119,148,161)
#667F8A
(102,127,138)
#556A73
(85,106,115)
#44555C
(68,85,92)
#334045
(51,64,69)
#222B2E
(34,43,46)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBE8FD

#BBE8FD
(187,232,253)
#C1EAFD
(193,234,253)
#C7ECFD
(199,236,253)
#CDEEFD
(205,238,253)
#D3F0FD
(211,240,253)
#D9F2FD
(217,242,253)
#DFF4FD
(223,244,253)
#E5F6FD
(229,246,253)
#EBF8FD
(235,248,253)
#F1FAFD
(241,250,253)
#F7FCFD
(247,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE8FD; }

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

This text font color is #BBE8FD.


Background Color

.myBgColor { background-color: #BBE8FD; }

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

This div background color is #BBE8FD.


Border color

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

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

This div border color is #BBE8FD.


Opacity

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

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

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

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

This text has shadow with #BBE8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE8FD on black background.


Color preview on white background

This text has color #BBE8FD on white background.



Black color preview on #BBE8FD background

This text has black color on #BBE8FD background.


White color preview on #BBE8FD background

This text has white color on #BBE8FD background.