COLOR #BBE1F8

HEX: #BBE1F8 RGB: (187,225,248)

Color info

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

RGB color model

#BBE1F8 color RGB value is (187,225,248).

RGB: (187,225,248) (73%, 88%, 97%)

RGB channels and saturation

R 187 of 255 = 73%
G 225 of 255 = 88%
B 248 of 255 = 97%

187
225
248

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

Portions of RGB colors in percentages

R + G + B = 187 + 225 + 248 = 660 (100%)
R 187 of 660 ~ 28.33%
G 225 of 660 ~ 34.09%
B 248 of 660 ~ 37.58'%

%28.33
%34.09
%37.58

CMYK color model

#BBE1F8 color CMYK value is (25,9,0,3).

  • cyan value is 24.60%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (25,9,0,3)
C25M9Y0K3 (25%, 9%, 0%, 3%)
(0.25 / 0.09 / 0.00 / 0.03)

CMYK percentages

%24.6
%9.27
%0
%2.75

Codes

Color #BBE1F8 in popluar color models

BB E1 F8
RGB 187 225 248
HSL 203° 81.33% 85.29%
HSB/HSV 203° 24.60% 97.25%
CMYK 24.60% 9.27% 0.00%
2.75%

Color #BBE1F8 in popluar number systems.

HEX BB E1 F8
Decimal 187 225 248
Binary 10111011 11100001 11111000
Octal 273 341 370

Shades and tints

Shades of #BBE1F8

#BBE1F8
(187,225,248)
#AACDE2
(170,205,226)
#99B9CC
(153,185,204)
#88A5B6
(136,165,182)
#7791A0
(119,145,160)
#667D8A
(102,125,138)
#556974
(85,105,116)
#44555E
(68,85,94)
#334148
(51,65,72)
#222D32
(34,45,50)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #BBE1F8

#BBE1F8
(187,225,248)
#C1E3F8
(193,227,248)
#C7E5F8
(199,229,248)
#CDE7F8
(205,231,248)
#D3E9F8
(211,233,248)
#D9EBF8
(217,235,248)
#DFEDF8
(223,237,248)
#E5EFF8
(229,239,248)
#EBF1F8
(235,241,248)
#F1F3F8
(241,243,248)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE1F8; }

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

This text font color is #BBE1F8.

Background Color

.myBgColor { background-color: #BBE1F8; }

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

This div background color is #BBE1F8.

Border color

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

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

This div border color is #BBE1F8.

Opacity

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

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

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

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

This text has shadow with #BBE1F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE1F8.

Preview

Color preview on black background

This text has color #BBE1F8 on black background.


Color preview on white background

This text has color #BBE1F8 on white background.


Black color preview on #BBE1F8 background

This text has black color on #BBE1F8 background.


White color preview on #BBE1F8 background

This text has white color on #BBE1F8 background.


Related colors

Complementary color

Complementary color for #hex is #441E07.


I love getcolorcode.com

Triadic colors

1 #F8BBE1 and #E1F8BB with #BBE1F8 are triadic colors.

2 #F8E1BB and #E1BBF8 with #BBE1F8 are triadic colors.