COLOR #BBE9EF

HEX: #BBE9EF RGB: (187,233,239)

Color info

#BBE9EF contains red, green and blue colors in about the same proportion. Web safe color of #BBE9EF is #CCFFFF (or #CFF).

RGB color model

#BBE9EF color RGB value is (187,233,239).

RGB: (187,233,239) (73%, 91%, 94%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 239 of 255 = 94%

187
233
239

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

Portions of RGB colors in percentages

R + G + B = 187 + 233 + 239 = 659 (100%)
R 187 of 659 ~ 28.38%
G 233 of 659 ~ 35.36%
B 239 of 659 ~ 36.27'%

%28.38
%35.36
%36.27

CMYK color model

#BBE9EF color CMYK value is (22,3,0,6).

  • cyan value is 21.76%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (22,3,0,6)
C22M3Y0K6 (22%, 3%, 0%, 6%)
(0.22 / 0.03 / 0.00 / 0.06)

CMYK percentages

%21.76
%2.51
%0
%6.27

Codes

Color #BBE9EF in popluar color models

BB E9 EF
RGB 187 233 239
HSL 187° 61.90% 83.53%
HSB/HSV 187° 21.76% 93.73%
CMYK 21.76% 2.51% 0.00%
6.27%

Color #BBE9EF in popluar number systems.

HEX BB E9 EF
Decimal 187 233 239
Binary 10111011 11101001 11101111
Octal 273 351 357

Shades and tints

Shades of #BBE9EF

#BBE9EF
(187,233,239)
#AAD4DA
(170,212,218)
#99BFC5
(153,191,197)
#88AAB0
(136,170,176)
#77959B
(119,149,155)
#668086
(102,128,134)
#556B71
(85,107,113)
#44565C
(68,86,92)
#334147
(51,65,71)
#222C32
(34,44,50)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #BBE9EF

#BBE9EF
(187,233,239)
#C1EBF0
(193,235,240)
#C7EDF1
(199,237,241)
#CDEFF2
(205,239,242)
#D3F1F3
(211,241,243)
#D9F3F4
(217,243,244)
#DFF5F5
(223,245,245)
#E5F7F6
(229,247,246)
#EBF9F7
(235,249,247)
#F1FBF8
(241,251,248)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE9EF color. Also use rgb(187,233,239) instead hex code.

Text Font Color

.myTextColor { color: #BBE9EF; }

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

This text font color is #BBE9EF.

Background Color

.myBgColor { background-color: #BBE9EF; }

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

This div background color is #BBE9EF.

Border color

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

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

This div border color is #BBE9EF.

Opacity

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

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

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

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

This text has shadow with #BBE9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE9EF.

Preview

Color preview on black background

This text has color #BBE9EF on black background.


Color preview on white background

This text has color #BBE9EF on white background.


Black color preview on #BBE9EF background

This text has black color on #BBE9EF background.


White color preview on #BBE9EF background

This text has white color on #BBE9EF background.


Related colors

Complementary color

Complementary color for #hex is #441610.


I love getcolorcode.com

Triadic colors

1 #EFBBE9 and #E9EFBB with #BBE9EF are triadic colors.

2 #EFE9BB and #E9BBEF with #BBE9EF are triadic colors.