COLOR #BBDDF2

HEX: #BBDDF2
RGB: (187,221,242)

Color info

#BBDDF2 contains red, green and blue colors in about the same proportion. Web safe color of #BBDDF2 is #CCCCFF (or #CCF).

RGB color model

#BBDDF2 color RGB value is (187,221,242).

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

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 242 of 255 = 95%

187
221
242

R + G + B ~ 85%. #BBDDF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 242 = 650 (100%)
R 187 of 650 ~ 28.77%
G 221 of 650 ~ 34%
B 242 of 650 ~ 37.23%

%28.77
%34
%37.23

CMYK color model

#BBDDF2 color CMYK value is (23,9,0,5).

  • cyan value is 22.73%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(23,9,0,5)
C23M9Y0K5 
(23%,9%,0%,5%)
(0.23/0.09/0.00/0.05)	

CMYK percentages

%22.73
%8.68
%0
%5.1

Codes

Color #BBDDF2 in popluar color models

BBDDF2
RGB187221242
HSL203°67.90%84.12%
HSB/HSV203°22.73%94.90%
CMYK22.73%8.68%0.00%
5.10%

Color #BBDDF2 in popluar number systems.

HEXBBDDF2
Decimal187221242
Binary101110111101110111110010
Octal273335362

Shades and tints

Shades of #BBDDF2

#BBDDF2
(187,221,242)
#AAC9DC
(170,201,220)
#99B5C6
(153,181,198)
#88A1B0
(136,161,176)
#778D9A
(119,141,154)
#667984
(102,121,132)
#55656E
(85,101,110)
#445158
(68,81,88)
#333D42
(51,61,66)
#22292C
(34,41,44)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBDDF2

#BBDDF2
(187,221,242)
#C1E0F3
(193,224,243)
#C7E3F4
(199,227,244)
#CDE6F5
(205,230,245)
#D3E9F6
(211,233,246)
#D9ECF7
(217,236,247)
#DFEFF8
(223,239,248)
#E5F2F9
(229,242,249)
#EBF5FA
(235,245,250)
#F1F8FB
(241,248,251)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDF2; }

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

This text font color is #BBDDF2.


Background Color

.myBgColor { background-color: #BBDDF2; }

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

This div background color is #BBDDF2.


Border color

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

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

This div border color is #BBDDF2.


Opacity

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

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

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

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

This text has shadow with #BBDDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDF2 on black background.


Color preview on white background

This text has color #BBDDF2 on white background.



Black color preview on #BBDDF2 background

This text has black color on #BBDDF2 background.


White color preview on #BBDDF2 background

This text has white color on #BBDDF2 background.