COLOR #BBDAF0

HEX: #BBDAF0
RGB: (187,218,240)

Color info

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

RGB color model

#BBDAF0 color RGB value is (187,218,240).

  • red value is 187;
  • green value is 218;
  • blue value is 240.
RGB:
(187,218,240)
(73%,85%,94%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 240 of 255 = 94%

187
218
240

R + G + B ~ 84%. #BBDAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 240 = 645 (100%)
R 187 of 645 ~ 28.99%
G 218 of 645 ~ 33.8%
B 240 of 645 ~ 37.21%

%28.99
%33.8
%37.21

CMYK color model

#BBDAF0 color CMYK value is (22,9,0,6).

  • cyan value is 22.08%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(22,9,0,6)
C22M9Y0K6 
(22%,9%,0%,6%)
(0.22/0.09/0.00/0.06)	

CMYK percentages

%22.08
%9.17
%0
%5.88

Codes

Color #BBDAF0 in popluar color models

BBDAF0
RGB187218240
HSL205°63.86%83.73%
HSB/HSV205°22.08%94.12%
CMYK22.08%9.17%0.00%
5.88%

Color #BBDAF0 in popluar number systems.

HEXBBDAF0
Decimal187218240
Binary101110111101101011110000
Octal273332360

Shades and tints

Shades of #BBDAF0

#BBDAF0
(187,218,240)
#AAC7DB
(170,199,219)
#99B4C6
(153,180,198)
#88A1B1
(136,161,177)
#778E9C
(119,142,156)
#667B87
(102,123,135)
#556872
(85,104,114)
#44555D
(68,85,93)
#334248
(51,66,72)
#222F33
(34,47,51)
#111C1E
(17,28,30)
#000000
(0,0,0)

Tints of #BBDAF0

#BBDAF0
(187,218,240)
#C1DDF1
(193,221,241)
#C7E0F2
(199,224,242)
#CDE3F3
(205,227,243)
#D3E6F4
(211,230,244)
#D9E9F5
(217,233,245)
#DFECF6
(223,236,246)
#E5EFF7
(229,239,247)
#EBF2F8
(235,242,248)
#F1F5F9
(241,245,249)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDAF0 color. Also use rgb(187,218,240) instead hex code.

Text Font Color

.myTextColor { color: #BBDAF0; }

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

This text font color is #BBDAF0.


Background Color

.myBgColor { background-color: #BBDAF0; }

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

This div background color is #BBDAF0.


Border color

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

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

This div border color is #BBDAF0.


Opacity

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

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

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

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

This text has shadow with #BBDAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDAF0 on black background.


Color preview on white background

This text has color #BBDAF0 on white background.



Black color preview on #BBDAF0 background

This text has black color on #BBDAF0 background.


White color preview on #BBDAF0 background

This text has white color on #BBDAF0 background.