COLOR #BBF1DC

HEX: #BBF1DC RGB: (187,241,220)

Color info

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

RGB color model

#BBF1DC color RGB value is (187,241,220).

RGB: (187,241,220) (73%, 95%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 220 of 255 = 86%

187
241
220

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

Portions of RGB colors in percentages

R + G + B = 187 + 241 + 220 = 648 (100%)
R 187 of 648 ~ 28.86%
G 241 of 648 ~ 37.19%
B 220 of 648 ~ 33.95'%

%28.86
%37.19
%33.95

CMYK color model

#BBF1DC color CMYK value is (22,0,9,5).

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

CMYK: (22,0,9,5)
C22M0Y9K5 (22%, 0%, 9%, 5%)
(0.22 / 0.00 / 0.09 / 0.05)

CMYK percentages

%22.41
%0
%8.71
%5.49

Codes

Color #BBF1DC in popluar color models

BB F1 DC
RGB 187 241 220
HSL 157° 65.85% 83.92%
HSB/HSV 157° 22.41% 94.51%
CMYK 22.41% 0.00% 8.71%
5.49%

Color #BBF1DC in popluar number systems.

HEX BB F1 DC
Decimal 187 241 220
Binary 10111011 11110001 11011100
Octal 273 361 334

Shades and tints

Shades of #BBF1DC

#BBF1DC
(187,241,220)
#AADCC8
(170,220,200)
#99C7B4
(153,199,180)
#88B2A0
(136,178,160)
#779D8C
(119,157,140)
#668878
(102,136,120)
#557364
(85,115,100)
#445E50
(68,94,80)
#33493C
(51,73,60)
#223428
(34,52,40)
#111F14
(17,31,20)
#000000
(0,0,0)

Tints of #BBF1DC

#BBF1DC
(187,241,220)
#C1F2DF
(193,242,223)
#C7F3E2
(199,243,226)
#CDF4E5
(205,244,229)
#D3F5E8
(211,245,232)
#D9F6EB
(217,246,235)
#DFF7EE
(223,247,238)
#E5F8F1
(229,248,241)
#EBF9F4
(235,249,244)
#F1FAF7
(241,250,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF1DC; }

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

This text font color is #BBF1DC.

Background Color

.myBgColor { background-color: #BBF1DC; }

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

This div background color is #BBF1DC.

Border color

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

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

This div border color is #BBF1DC.

Opacity

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

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

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

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

This text has shadow with #BBF1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF1DC.

Preview

Color preview on black background

This text has color #BBF1DC on black background.


Color preview on white background

This text has color #BBF1DC on white background.


Black color preview on #BBF1DC background

This text has black color on #BBF1DC background.


White color preview on #BBF1DC background

This text has white color on #BBF1DC background.


Related colors

Complementary color

Complementary color for #hex is #440E23.


I love getcolorcode.com

Triadic colors

1 #DCBBF1 and #F1DCBB with #BBF1DC are triadic colors.

2 #DCF1BB and #F1BBDC with #BBF1DC are triadic colors.