COLOR #BBD7FA

HEX: #BBD7FA
RGB: (187,215,250)

Color info

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

RGB color model

#BBD7FA color RGB value is (187,215,250).

  • red value is 187;
  • green value is 215;
  • blue value is 250.
RGB: (187,215,250) (73%,84%,98%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 250 of 255 = 98%

187
215
250

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

Portions of RGB colors in percentages

R + G + B =
187 + 215 + 250 = 652 (100%)
R 187 of 652 ~ 28.68%
G 215 of 652 ~ 32.98%
B 250 of 652 ~ 38.34%

%28.68
%32.98
%38.34

CMYK color model

#BBD7FA color CMYK value is (25,14,0,2).

  • cyan value is 25.20%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (25,14,0,2) C25M14Y0K2 (25%,14%,0%,2%) (0.25/0.14/0.00/0.02)

CMYK percentages

%25.2
%14
%0
%1.96

Codes

Color #BBD7FA in popluar color models

BBD7FA
RGB187215250
HSL213°86.30%85.69%
HSB/HSV213°25.20%98.04%
CMYK25.20%14.00%0.00%
1.96%

Color #BBD7FA in popluar number systems.

HEXBBD7FA
Decimal187215250
Binary101110111101011111111010
Octal273327372

Shades and tints

Shades of #BBD7FA

#BBD7FA
(187,215,250)
#AAC4E4
(170,196,228)
#99B1CE
(153,177,206)
#889EB8
(136,158,184)
#778BA2
(119,139,162)
#66788C
(102,120,140)
#556576
(85,101,118)
#445260
(68,82,96)
#333F4A
(51,63,74)
#222C34
(34,44,52)
#11191E
(17,25,30)
#000000
(0,0,0)

Tints of #BBD7FA

#BBD7FA
(187,215,250)
#C1DAFA
(193,218,250)
#C7DDFA
(199,221,250)
#CDE0FA
(205,224,250)
#D3E3FA
(211,227,250)
#D9E6FA
(217,230,250)
#DFE9FA
(223,233,250)
#E5ECFA
(229,236,250)
#EBEFFA
(235,239,250)
#F1F2FA
(241,242,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD7FA color. Also use rgb(187,215,250) instead hex code.

Text Font Color

.myTextColor { color: #BBD7FA; }

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

This text font color is #BBD7FA.


Background Color

.myBgColor { background-color: #BBD7FA; }

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

This div background color is #BBD7FA.


Border color

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

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

This div border color is #BBD7FA.


Opacity

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

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

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

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

This text has shadow with #BBD7FA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBD7FA on black background.


Color preview on white background

This text has color #BBD7FA on white background.



Black color preview on #BBD7FA background

This text has black color on #BBD7FA background.


White color preview on #BBD7FA background

This text has white color on #BBD7FA background.