COLOR #BBF1E1

HEX: #BBF1E1 RGB: (187,241,225)

Color info

#BBF1E1 contains red, green and blue colors in about the same proportion. Web safe color of #BBF1E1 is #CCFFCC (or #CFC).

RGB color model

#BBF1E1 color RGB value is (187,241,225).

RGB: (187,241,225) (73%, 95%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 225 of 255 = 88%

187
241
225

R + G + B ~ 85%. #BBF1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 241 + 225 = 653 (100%)
R 187 of 653 ~ 28.64%
G 241 of 653 ~ 36.91%
B 225 of 653 ~ 34.46'%

%28.64
%36.91
%34.46

CMYK color model

#BBF1E1 color CMYK value is (22,0,7,5).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 5.49%

CMYK: (22,0,7,5)
C22M0Y7K5 (22%, 0%, 7%, 5%)
(0.22 / 0.00 / 0.07 / 0.05)

CMYK percentages

%22.41
%0
%6.64
%5.49

Codes

Color #BBF1E1 in popluar color models

BB F1 E1
RGB 187 241 225
HSL 162° 65.85% 83.92%
HSB/HSV 162° 22.41% 94.51%
CMYK 22.41% 0.00% 6.64%
5.49%

Color #BBF1E1 in popluar number systems.

HEX BB F1 E1
Decimal 187 241 225
Binary 10111011 11110001 11100001
Octal 273 361 341

Shades and tints

Shades of #BBF1E1

#BBF1E1
(187,241,225)
#AADCCD
(170,220,205)
#99C7B9
(153,199,185)
#88B2A5
(136,178,165)
#779D91
(119,157,145)
#66887D
(102,136,125)
#557369
(85,115,105)
#445E55
(68,94,85)
#334941
(51,73,65)
#22342D
(34,52,45)
#111F19
(17,31,25)
#000000
(0,0,0)

Tints of #BBF1E1

#BBF1E1
(187,241,225)
#C1F2E3
(193,242,227)
#C7F3E5
(199,243,229)
#CDF4E7
(205,244,231)
#D3F5E9
(211,245,233)
#D9F6EB
(217,246,235)
#DFF7ED
(223,247,237)
#E5F8EF
(229,248,239)
#EBF9F1
(235,249,241)
#F1FAF3
(241,250,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF1E1; }

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

This text font color is #BBF1E1.

Background Color

.myBgColor { background-color: #BBF1E1; }

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

This div background color is #BBF1E1.

Border color

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

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

This div border color is #BBF1E1.

Opacity

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

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

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

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

This text has shadow with #BBF1E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF1E1.

Preview

Color preview on black background

This text has color #BBF1E1 on black background.


Color preview on white background

This text has color #BBF1E1 on white background.


Black color preview on #BBF1E1 background

This text has black color on #BBF1E1 background.


White color preview on #BBF1E1 background

This text has white color on #BBF1E1 background.


Related colors

Complementary color

Complementary color for #hex is #440E1E.


I love getcolorcode.com

Triadic colors

1 #E1BBF1 and #F1E1BB with #BBF1E1 are triadic colors.

2 #E1F1BB and #F1BBE1 with #BBF1E1 are triadic colors.