COLOR #BBF9D9

HEX: #BBF9D9 RGB: (187,249,217)

Color info

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

RGB color model

#BBF9D9 color RGB value is (187,249,217).

RGB: (187,249,217) (73%, 98%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 249 of 255 = 98%
B 217 of 255 = 85%

187
249
217

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

Portions of RGB colors in percentages

R + G + B = 187 + 249 + 217 = 653 (100%)
R 187 of 653 ~ 28.64%
G 249 of 653 ~ 38.13%
B 217 of 653 ~ 33.23'%

%28.64
%38.13
%33.23

CMYK color model

#BBF9D9 color CMYK value is (25,0,13,2).

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

CMYK: (25,0,13,2)
C25M0Y13K2 (25%, 0%, 13%, 2%)
(0.25 / 0.00 / 0.13 / 0.02)

CMYK percentages

%24.9
%0
%12.85
%2.35

Codes

Color #BBF9D9 in popluar color models

BB F9 D9
RGB 187 249 217
HSL 149° 83.78% 85.49%
HSB/HSV 149° 24.90% 97.65%
CMYK 24.90% 0.00% 12.85%
2.35%

Color #BBF9D9 in popluar number systems.

HEX BB F9 D9
Decimal 187 249 217
Binary 10111011 11111001 11011001
Octal 273 371 331

Shades and tints

Shades of #BBF9D9

#BBF9D9
(187,249,217)
#AAE3C6
(170,227,198)
#99CDB3
(153,205,179)
#88B7A0
(136,183,160)
#77A18D
(119,161,141)
#668B7A
(102,139,122)
#557567
(85,117,103)
#445F54
(68,95,84)
#334941
(51,73,65)
#22332E
(34,51,46)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #BBF9D9

#BBF9D9
(187,249,217)
#C1F9DC
(193,249,220)
#C7F9DF
(199,249,223)
#CDF9E2
(205,249,226)
#D3F9E5
(211,249,229)
#D9F9E8
(217,249,232)
#DFF9EB
(223,249,235)
#E5F9EE
(229,249,238)
#EBF9F1
(235,249,241)
#F1F9F4
(241,249,244)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF9D9; }

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

This text font color is #BBF9D9.

Background Color

.myBgColor { background-color: #BBF9D9; }

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

This div background color is #BBF9D9.

Border color

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

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

This div border color is #BBF9D9.

Opacity

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

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

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

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

This text has shadow with #BBF9D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF9D9.

Preview

Color preview on black background

This text has color #BBF9D9 on black background.


Color preview on white background

This text has color #BBF9D9 on white background.


Black color preview on #BBF9D9 background

This text has black color on #BBF9D9 background.


White color preview on #BBF9D9 background

This text has white color on #BBF9D9 background.


Related colors

Complementary color

Complementary color for #hex is #440626.


I love getcolorcode.com

Triadic colors

1 #D9BBF9 and #F9D9BB with #BBF9D9 are triadic colors.

2 #D9F9BB and #F9BBD9 with #BBF9D9 are triadic colors.