COLOR #BBDDF9

HEX: #BBDDF9
RGB: (187,221,249)

Color info

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

RGB color model

#BBDDF9 color RGB value is (187,221,249).

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

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 249 of 255 = 98%

187
221
249

R + G + B ~ 86%. #BBDDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 249 = 657 (100%)
R 187 of 657 ~ 28.46%
G 221 of 657 ~ 33.64%
B 249 of 657 ~ 37.9%

%28.46
%33.64
%37.9

CMYK color model

#BBDDF9 color CMYK value is (25,11,0,2).

  • cyan value is 24.90%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(25,11,0,2)
C25M11Y0K2 
(25%,11%,0%,2%)
(0.25/0.11/0.00/0.02)	

CMYK percentages

%24.9
%11.24
%0
%2.35

Codes

Color #BBDDF9 in popluar color models

BBDDF9
RGB187221249
HSL207°83.78%85.49%
HSB/HSV207°24.90%97.65%
CMYK24.90%11.24%0.00%
2.35%

Color #BBDDF9 in popluar number systems.

HEXBBDDF9
Decimal187221249
Binary101110111101110111111001
Octal273335371

Shades and tints

Shades of #BBDDF9

#BBDDF9
(187,221,249)
#AAC9E3
(170,201,227)
#99B5CD
(153,181,205)
#88A1B7
(136,161,183)
#778DA1
(119,141,161)
#66798B
(102,121,139)
#556575
(85,101,117)
#44515F
(68,81,95)
#333D49
(51,61,73)
#222933
(34,41,51)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBDDF9

#BBDDF9
(187,221,249)
#C1E0F9
(193,224,249)
#C7E3F9
(199,227,249)
#CDE6F9
(205,230,249)
#D3E9F9
(211,233,249)
#D9ECF9
(217,236,249)
#DFEFF9
(223,239,249)
#E5F2F9
(229,242,249)
#EBF5F9
(235,245,249)
#F1F8F9
(241,248,249)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDF9; }

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

This text font color is #BBDDF9.


Background Color

.myBgColor { background-color: #BBDDF9; }

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

This div background color is #BBDDF9.


Border color

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

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

This div border color is #BBDDF9.


Opacity

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

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

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

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

This text has shadow with #BBDDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDF9 on black background.


Color preview on white background

This text has color #BBDDF9 on white background.



Black color preview on #BBDDF9 background

This text has black color on #BBDDF9 background.


White color preview on #BBDDF9 background

This text has white color on #BBDDF9 background.