COLOR #BBE8FC

HEX: #BBE8FC
RGB: (187,232,252)

Color info

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

RGB color model

#BBE8FC color RGB value is (187,232,252).

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

RGB channels and saturation

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

187
232
252

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

Portions of RGB colors in percentages

R + G + B =
187 + 232 + 252 = 671 (100%)
R 187 of 671 ~ 27.87%
G 232 of 671 ~ 34.58%
B 252 of 671 ~ 37.56%

%27.87
%34.58
%37.56

CMYK color model

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

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

CMYK percentages

%25.79
%7.94
%0
%1.18

Codes

Color #BBE8FC in popluar color models

BBE8FC
RGB187232252
HSL198°91.55%86.08%
HSB/HSV198°25.79%98.82%
CMYK25.79%7.94%0.00%
1.18%

Color #BBE8FC in popluar number systems.

HEXBBE8FC
Decimal187232252
Binary101110111110100011111100
Octal273350374

Shades and tints

Shades of #BBE8FC

#BBE8FC
(187,232,252)
#AAD3E6
(170,211,230)
#99BED0
(153,190,208)
#88A9BA
(136,169,186)
#7794A4
(119,148,164)
#667F8E
(102,127,142)
#556A78
(85,106,120)
#445562
(68,85,98)
#33404C
(51,64,76)
#222B36
(34,43,54)
#111620
(17,22,32)
#000000
(0,0,0)

Tints of #BBE8FC

#BBE8FC
(187,232,252)
#C1EAFC
(193,234,252)
#C7ECFC
(199,236,252)
#CDEEFC
(205,238,252)
#D3F0FC
(211,240,252)
#D9F2FC
(217,242,252)
#DFF4FC
(223,244,252)
#E5F6FC
(229,246,252)
#EBF8FC
(235,248,252)
#F1FAFC
(241,250,252)
#F7FCFC
(247,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE8FC; }

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

This text font color is #BBE8FC.


Background Color

.myBgColor { background-color: #BBE8FC; }

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

This div background color is #BBE8FC.


Border color

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

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

This div border color is #BBE8FC.


Opacity

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

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

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

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

This text has shadow with #BBE8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE8FC on black background.


Color preview on white background

This text has color #BBE8FC on white background.



Black color preview on #BBE8FC background

This text has black color on #BBE8FC background.


White color preview on #BBE8FC background

This text has white color on #BBE8FC background.