COLOR #BBEBF8

HEX: #BBEBF8
RGB: (187,235,248)

Color info

#BBEBF8 contains mainly green and blue colors. Web safe color of #BBEBF8 is #CCFFFF (or #CFF).

RGB color model

#BBEBF8 color RGB value is (187,235,248).

  • red value is 187;
  • green value is 235;
  • blue value is 248.
RGB:
(187,235,248)
(73%,92%,97%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 248 of 255 = 97%

187
235
248

R + G + B ~ 87%. #BBEBF8 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 235 + 248 = 670 (100%)
R 187 of 670 ~ 27.91%
G 235 of 670 ~ 35.07%
B 248 of 670 ~ 37.01%

%27.91
%35.07
%37.01

CMYK color model

#BBEBF8 color CMYK value is (25,5,0,3).

  • cyan value is 24.60%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(25,5,0,3)
C25M5Y0K3 
(25%,5%,0%,3%)
(0.25/0.05/0.00/0.03)	

CMYK percentages

%24.6
%5.24
%0
%2.75

Codes

Color #BBEBF8 in popluar color models

BBEBF8
RGB187235248
HSL193°81.33%85.29%
HSB/HSV193°24.60%97.25%
CMYK24.60%5.24%0.00%
2.75%

Color #BBEBF8 in popluar number systems.

HEXBBEBF8
Decimal187235248
Binary101110111110101111111000
Octal273353370

Shades and tints

Shades of #BBEBF8

#BBEBF8
(187,235,248)
#AAD6E2
(170,214,226)
#99C1CC
(153,193,204)
#88ACB6
(136,172,182)
#7797A0
(119,151,160)
#66828A
(102,130,138)
#556D74
(85,109,116)
#44585E
(68,88,94)
#334348
(51,67,72)
#222E32
(34,46,50)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #BBEBF8

#BBEBF8
(187,235,248)
#C1ECF8
(193,236,248)
#C7EDF8
(199,237,248)
#CDEEF8
(205,238,248)
#D3EFF8
(211,239,248)
#D9F0F8
(217,240,248)
#DFF1F8
(223,241,248)
#E5F2F8
(229,242,248)
#EBF3F8
(235,243,248)
#F1F4F8
(241,244,248)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEBF8 color. Also use rgb(187,235,248) instead hex code.

Text Font Color

.myTextColor { color: #BBEBF8; }

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

This text font color is #BBEBF8.


Background Color

.myBgColor { background-color: #BBEBF8; }

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

This div background color is #BBEBF8.


Border color

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

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

This div border color is #BBEBF8.


Opacity

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

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

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

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

This text has shadow with #BBEBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEBF8 on black background.


Color preview on white background

This text has color #BBEBF8 on white background.



Black color preview on #BBEBF8 background

This text has black color on #BBEBF8 background.


White color preview on #BBEBF8 background

This text has white color on #BBEBF8 background.