COLOR #BBEBF1

HEX: #BBEBF1 RGB: (187,235,241)

Color info

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

RGB color model

#BBEBF1 color RGB value is (187,235,241).

RGB: (187,235,241) (73%, 92%, 95%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 241 of 255 = 95%

187
235
241

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

Portions of RGB colors in percentages

R + G + B = 187 + 235 + 241 = 663 (100%)
R 187 of 663 ~ 28.21%
G 235 of 663 ~ 35.44%
B 241 of 663 ~ 36.35'%

%28.21
%35.44
%36.35

CMYK color model

#BBEBF1 color CMYK value is (22,2,0,5).

  • cyan value is 22.41%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (22,2,0,5) C22M2Y0K5 (22%,2%,0%,5%) (0.22/0.02/0.00/0.05) 

CMYK percentages

%22.41
%2.49
%0
%5.49

Codes

Color #BBEBF1 in popluar color models

BB EB F1
RGB 187 235 241
HSL 187° 65.85% 83.92%
HSB/HSV 187° 22.41% 94.51%
CMYK 22.41% 2.49% 0.00%
5.49%

Color #BBEBF1 in popluar number systems.

HEX BB EB F1
Decimal 187 235 241
Binary 10111011 11101011 11110001
Octal 273 353 361

Shades and tints

Shades of #BBEBF1

#BBEBF1
(187,235,241)
#AAD6DC
(170,214,220)
#99C1C7
(153,193,199)
#88ACB2
(136,172,178)
#77979D
(119,151,157)
#668288
(102,130,136)
#556D73
(85,109,115)
#44585E
(68,88,94)
#334349
(51,67,73)
#222E34
(34,46,52)
#11191F
(17,25,31)
#000000
(0,0,0)

Tints of #BBEBF1

#BBEBF1
(187,235,241)
#C1ECF2
(193,236,242)
#C7EDF3
(199,237,243)
#CDEEF4
(205,238,244)
#D3EFF5
(211,239,245)
#D9F0F6
(217,240,246)
#DFF1F7
(223,241,247)
#E5F2F8
(229,242,248)
#EBF3F9
(235,243,249)
#F1F4FA
(241,244,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEBF1; }

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

This text font color is #BBEBF1.

Background Color

.myBgColor { background-color: #BBEBF1; }

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

This div background color is #BBEBF1.

Border color

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

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

This div border color is #BBEBF1.

Opacity

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

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

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

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

This text has shadow with #BBEBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEBF1.

Preview

Color preview on black background

This text has color #BBEBF1 on black background.


Color preview on white background

This text has color #BBEBF1 on white background.


Black color preview on #BBEBF1 background

This text has black color on #BBEBF1 background.


White color preview on #BBEBF1 background

This text has white color on #BBEBF1 background.


Related colors

Complementary color

Complementary color for #hex is #44140E.


I love getcolorcode.com

Triadic colors

1 #F1BBEB and #EBF1BB with #BBEBF1 are triadic colors.

2 #F1EBBB and #EBBBF1 with #BBEBF1 are triadic colors.