COLOR #BBD9F3

HEX: #BBD9F3 RGB: (187,217,243)

Color info

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

RGB color model

#BBD9F3 color RGB value is (187,217,243).

RGB: (187,217,243) (73%, 85%, 95%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 243 of 255 = 95%

187
217
243

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

Portions of RGB colors in percentages

R + G + B = 187 + 217 + 243 = 647 (100%)
R 187 of 647 ~ 28.9%
G 217 of 647 ~ 33.54%
B 243 of 647 ~ 37.56'%

%28.9
%33.54
%37.56

CMYK color model

#BBD9F3 color CMYK value is (23,11,0,5).

  • cyan value is 23.05%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (23,11,0,5) C23M11Y0K5 (23%,11%,0%,5%) (0.23/0.11/0.00/0.05) 

CMYK percentages

%23.05
%10.7
%0
%4.71

Codes

Color #BBD9F3 in popluar color models

BB D9 F3
RGB 187 217 243
HSL 208° 70.00% 84.31%
HSB/HSV 208° 23.05% 95.29%
CMYK 23.05% 10.70% 0.00%
4.71%

Color #BBD9F3 in popluar number systems.

HEX BB D9 F3
Decimal 187 217 243
Binary 10111011 11011001 11110011
Octal 273 331 363

Shades and tints

Shades of #BBD9F3

#BBD9F3
(187,217,243)
#AAC6DD
(170,198,221)
#99B3C7
(153,179,199)
#88A0B1
(136,160,177)
#778D9B
(119,141,155)
#667A85
(102,122,133)
#55676F
(85,103,111)
#445459
(68,84,89)
#334143
(51,65,67)
#222E2D
(34,46,45)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBD9F3

#BBD9F3
(187,217,243)
#C1DCF4
(193,220,244)
#C7DFF5
(199,223,245)
#CDE2F6
(205,226,246)
#D3E5F7
(211,229,247)
#D9E8F8
(217,232,248)
#DFEBF9
(223,235,249)
#E5EEFA
(229,238,250)
#EBF1FB
(235,241,251)
#F1F4FC
(241,244,252)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD9F3 color. Also use rgb(187,217,243) instead hex code.

Text Font Color

.myTextColor { color: #BBD9F3; }

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

This text font color is #BBD9F3.

Background Color

.myBgColor { background-color: #BBD9F3; }

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

This div background color is #BBD9F3.

Border color

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

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

This div border color is #BBD9F3.

Opacity

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

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

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

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

This text has shadow with #BBD9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD9F3.

Preview

Color preview on black background

This text has color #BBD9F3 on black background.


Color preview on white background

This text has color #BBD9F3 on white background.


Black color preview on #BBD9F3 background

This text has black color on #BBD9F3 background.


White color preview on #BBD9F3 background

This text has white color on #BBD9F3 background.


Related colors

Complementary color

Complementary color for #hex is #44260C.


I love getcolorcode.com

Triadic colors

1 #F3BBD9 and #D9F3BB with #BBD9F3 are triadic colors.

2 #F3D9BB and #D9BBF3 with #BBD9F3 are triadic colors.