COLOR #BBEEFA

HEX: #BBEEFA
RGB: (187,238,250)

Color info

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

RGB color model

#BBEEFA color RGB value is (187,238,250).

  • red value is 187;
  • green value is 238;
  • blue value is 250.
RGB:
(187,238,250)
(73%,93%,98%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 250 of 255 = 98%

187
238
250

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

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 250 = 675 (100%)
R 187 of 675 ~ 27.7%
G 238 of 675 ~ 35.26%
B 250 of 675 ~ 37.04%

%27.7
%35.26
%37.04

CMYK color model

#BBEEFA color CMYK value is (25,5,0,2).

  • cyan value is 25.20%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(25,5,0,2)
C25M5Y0K2 
(25%,5%,0%,2%)
(0.25/0.05/0.00/0.02)	

CMYK percentages

%25.2
%4.8
%0
%1.96

Codes

Color #BBEEFA in popluar color models

BBEEFA
RGB187238250
HSL191°86.30%85.69%
HSB/HSV191°25.20%98.04%
CMYK25.20%4.80%0.00%
1.96%

Color #BBEEFA in popluar number systems.

HEXBBEEFA
Decimal187238250
Binary101110111110111011111010
Octal273356372

Shades and tints

Shades of #BBEEFA

#BBEEFA
(187,238,250)
#AAD9E4
(170,217,228)
#99C4CE
(153,196,206)
#88AFB8
(136,175,184)
#779AA2
(119,154,162)
#66858C
(102,133,140)
#557076
(85,112,118)
#445B60
(68,91,96)
#33464A
(51,70,74)
#223134
(34,49,52)
#111C1E
(17,28,30)
#000000
(0,0,0)

Tints of #BBEEFA

#BBEEFA
(187,238,250)
#C1EFFA
(193,239,250)
#C7F0FA
(199,240,250)
#CDF1FA
(205,241,250)
#D3F2FA
(211,242,250)
#D9F3FA
(217,243,250)
#DFF4FA
(223,244,250)
#E5F5FA
(229,245,250)
#EBF6FA
(235,246,250)
#F1F7FA
(241,247,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEEFA color. Also use rgb(187,238,250) instead hex code.

Text Font Color

.myTextColor { color: #BBEEFA; }

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

This text font color is #BBEEFA.


Background Color

.myBgColor { background-color: #BBEEFA; }

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

This div background color is #BBEEFA.


Border color

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

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

This div border color is #BBEEFA.


Opacity

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

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

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

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

This text has shadow with #BBEEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEEFA on black background.


Color preview on white background

This text has color #BBEEFA on white background.



Black color preview on #BBEEFA background

This text has black color on #BBEEFA background.


White color preview on #BBEEFA background

This text has white color on #BBEEFA background.