COLOR #BBF9DC

HEX: #BBF9DC RGB: (187,249,220)

Color info

#BBF9DC contains mainly green and blue colors. Web safe color of #BBF9DC is #CCFFCC (or #CFC).

RGB color model

#BBF9DC color RGB value is (187,249,220).

RGB: (187,249,220) (73%, 98%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 249 of 255 = 98%
B 220 of 255 = 86%

187
249
220

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

Portions of RGB colors in percentages

R + G + B = 187 + 249 + 220 = 656 (100%)
R 187 of 656 ~ 28.51%
G 249 of 656 ~ 37.96%
B 220 of 656 ~ 33.54'%

%28.51
%37.96
%33.54

CMYK color model

#BBF9DC color CMYK value is (25,0,12,2).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (25,0,12,2)
C25M0Y12K2 (25%, 0%, 12%, 2%)
(0.25 / 0.00 / 0.12 / 0.02)

CMYK percentages

%24.9
%0
%11.65
%2.35

Codes

Color #BBF9DC in popluar color models

BB F9 DC
RGB 187 249 220
HSL 152° 83.78% 85.49%
HSB/HSV 152° 24.90% 97.65%
CMYK 24.90% 0.00% 11.65%
2.35%

Color #BBF9DC in popluar number systems.

HEX BB F9 DC
Decimal 187 249 220
Binary 10111011 11111001 11011100
Octal 273 371 334

Shades and tints

Shades of #BBF9DC

#BBF9DC
(187,249,220)
#AAE3C8
(170,227,200)
#99CDB4
(153,205,180)
#88B7A0
(136,183,160)
#77A18C
(119,161,140)
#668B78
(102,139,120)
#557564
(85,117,100)
#445F50
(68,95,80)
#33493C
(51,73,60)
#223328
(34,51,40)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #BBF9DC

#BBF9DC
(187,249,220)
#C1F9DF
(193,249,223)
#C7F9E2
(199,249,226)
#CDF9E5
(205,249,229)
#D3F9E8
(211,249,232)
#D9F9EB
(217,249,235)
#DFF9EE
(223,249,238)
#E5F9F1
(229,249,241)
#EBF9F4
(235,249,244)
#F1F9F7
(241,249,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF9DC; }

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

This text font color is #BBF9DC.

Background Color

.myBgColor { background-color: #BBF9DC; }

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

This div background color is #BBF9DC.

Border color

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

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

This div border color is #BBF9DC.

Opacity

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

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

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

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

This text has shadow with #BBF9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF9DC.

Preview

Color preview on black background

This text has color #BBF9DC on black background.


Color preview on white background

This text has color #BBF9DC on white background.


Black color preview on #BBF9DC background

This text has black color on #BBF9DC background.


White color preview on #BBF9DC background

This text has white color on #BBF9DC background.


Related colors

Complementary color

Complementary color for #hex is #440623.


I love getcolorcode.com

Triadic colors

1 #DCBBF9 and #F9DCBB with #BBF9DC are triadic colors.

2 #DCF9BB and #F9BBDC with #BBF9DC are triadic colors.