COLOR #BBE2F9

HEX: #BBE2F9
RGB: (187,226,249)

Color info

#BBE2F9 contains mainly green and blue colors. Web safe color of #BBE2F9 is #CCCCFF (or #CCF).

RGB color model

#BBE2F9 color RGB value is (187,226,249).

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

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 249 of 255 = 98%

187
226
249

R + G + B ~ 87%. #BBE2F9 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 249 = 662 (100%)
R 187 of 662 ~ 28.25%
G 226 of 662 ~ 34.14%
B 249 of 662 ~ 37.61%

%28.25
%34.14
%37.61

CMYK color model

#BBE2F9 color CMYK value is (25,9,0,2).

  • cyan value is 24.90%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(25,9,0,2)
C25M9Y0K2 
(25%,9%,0%,2%)
(0.25/0.09/0.00/0.02)	

CMYK percentages

%24.9
%9.24
%0
%2.35

Codes

Color #BBE2F9 in popluar color models

BBE2F9
RGB187226249
HSL202°83.78%85.49%
HSB/HSV202°24.90%97.65%
CMYK24.90%9.24%0.00%
2.35%

Color #BBE2F9 in popluar number systems.

HEXBBE2F9
Decimal187226249
Binary101110111110001011111001
Octal273342371

Shades and tints

Shades of #BBE2F9

#BBE2F9
(187,226,249)
#AACEE3
(170,206,227)
#99BACD
(153,186,205)
#88A6B7
(136,166,183)
#7792A1
(119,146,161)
#667E8B
(102,126,139)
#556A75
(85,106,117)
#44565F
(68,86,95)
#334249
(51,66,73)
#222E33
(34,46,51)
#111A1D
(17,26,29)
#000000
(0,0,0)

Tints of #BBE2F9

#BBE2F9
(187,226,249)
#C1E4F9
(193,228,249)
#C7E6F9
(199,230,249)
#CDE8F9
(205,232,249)
#D3EAF9
(211,234,249)
#D9ECF9
(217,236,249)
#DFEEF9
(223,238,249)
#E5F0F9
(229,240,249)
#EBF2F9
(235,242,249)
#F1F4F9
(241,244,249)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE2F9; }

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

This text font color is #BBE2F9.


Background Color

.myBgColor { background-color: #BBE2F9; }

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

This div background color is #BBE2F9.


Border color

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

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

This div border color is #BBE2F9.


Opacity

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

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

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

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

This text has shadow with #BBE2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2F9 on black background.


Color preview on white background

This text has color #BBE2F9 on white background.



Black color preview on #BBE2F9 background

This text has black color on #BBE2F9 background.


White color preview on #BBE2F9 background

This text has white color on #BBE2F9 background.