COLOR #BBEAEF

HEX: #BBEAEF
RGB: (187,234,239)

Color info

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

RGB color model

#BBEAEF color RGB value is (187,234,239).

  • red value is 187;
  • green value is 234;
  • blue value is 239.
RGB:
(187,234,239)
(73%,92%,94%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 239 of 255 = 94%

187
234
239

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

Portions of RGB colors in percentages

R + G + B =
187 + 234 + 239 = 660 (100%)
R 187 of 660 ~ 28.33%
G 234 of 660 ~ 35.45%
B 239 of 660 ~ 36.21%

%28.33
%35.45
%36.21

CMYK color model

#BBEAEF color CMYK value is (22,2,0,6).

  • cyan value is 21.76%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,2,0,6)
C22M2Y0K6 
(22%,2%,0%,6%)
(0.22/0.02/0.00/0.06)	

CMYK percentages

%21.76
%2.09
%0
%6.27

Codes

Color #BBEAEF in popluar color models

BBEAEF
RGB187234239
HSL186°61.90%83.53%
HSB/HSV186°21.76%93.73%
CMYK21.76%2.09%0.00%
6.27%

Color #BBEAEF in popluar number systems.

HEXBBEAEF
Decimal187234239
Binary101110111110101011101111
Octal273352357

Shades and tints

Shades of #BBEAEF

#BBEAEF
(187,234,239)
#AAD5DA
(170,213,218)
#99C0C5
(153,192,197)
#88ABB0
(136,171,176)
#77969B
(119,150,155)
#668186
(102,129,134)
#556C71
(85,108,113)
#44575C
(68,87,92)
#334247
(51,66,71)
#222D32
(34,45,50)
#11181D
(17,24,29)
#000000
(0,0,0)

Tints of #BBEAEF

#BBEAEF
(187,234,239)
#C1EBF0
(193,235,240)
#C7ECF1
(199,236,241)
#CDEDF2
(205,237,242)
#D3EEF3
(211,238,243)
#D9EFF4
(217,239,244)
#DFF0F5
(223,240,245)
#E5F1F6
(229,241,246)
#EBF2F7
(235,242,247)
#F1F3F8
(241,243,248)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEAEF; }

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

This text font color is #BBEAEF.


Background Color

.myBgColor { background-color: #BBEAEF; }

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

This div background color is #BBEAEF.


Border color

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

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

This div border color is #BBEAEF.


Opacity

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

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

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

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

This text has shadow with #BBEAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEAEF on black background.


Color preview on white background

This text has color #BBEAEF on white background.



Black color preview on #BBEAEF background

This text has black color on #BBEAEF background.


White color preview on #BBEAEF background

This text has white color on #BBEAEF background.