COLOR #BBEEF9

HEX: #BBEEF9
RGB: (187,238,249)

Color info

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

RGB color model

#BBEEF9 color RGB value is (187,238,249).

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

RGB channels and saturation

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

187
238
249

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

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 249 = 674 (100%)
R 187 of 674 ~ 27.74%
G 238 of 674 ~ 35.31%
B 249 of 674 ~ 36.94%

%27.74
%35.31
%36.94

CMYK color model

#BBEEF9 color CMYK value is (25,4,0,2).

  • cyan value is 24.90%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(25,4,0,2)
C25M4Y0K2 
(25%,4%,0%,2%)
(0.25/0.04/0.00/0.02)	

CMYK percentages

%24.9
%4.42
%0
%2.35

Codes

Color #BBEEF9 in popluar color models

BBEEF9
RGB187238249
HSL191°83.78%85.49%
HSB/HSV191°24.90%97.65%
CMYK24.90%4.42%0.00%
2.35%

Color #BBEEF9 in popluar number systems.

HEXBBEEF9
Decimal187238249
Binary101110111110111011111001
Octal273356371

Shades and tints

Shades of #BBEEF9

#BBEEF9
(187,238,249)
#AAD9E3
(170,217,227)
#99C4CD
(153,196,205)
#88AFB7
(136,175,183)
#779AA1
(119,154,161)
#66858B
(102,133,139)
#557075
(85,112,117)
#445B5F
(68,91,95)
#334649
(51,70,73)
#223133
(34,49,51)
#111C1D
(17,28,29)
#000000
(0,0,0)

Tints of #BBEEF9

#BBEEF9
(187,238,249)
#C1EFF9
(193,239,249)
#C7F0F9
(199,240,249)
#CDF1F9
(205,241,249)
#D3F2F9
(211,242,249)
#D9F3F9
(217,243,249)
#DFF4F9
(223,244,249)
#E5F5F9
(229,245,249)
#EBF6F9
(235,246,249)
#F1F7F9
(241,247,249)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEEF9; }

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

This text font color is #BBEEF9.


Background Color

.myBgColor { background-color: #BBEEF9; }

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

This div background color is #BBEEF9.


Border color

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

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

This div border color is #BBEEF9.


Opacity

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

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

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

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

This text has shadow with #BBEEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEEF9 on black background.


Color preview on white background

This text has color #BBEEF9 on white background.



Black color preview on #BBEEF9 background

This text has black color on #BBEEF9 background.


White color preview on #BBEEF9 background

This text has white color on #BBEEF9 background.