COLOR #BBF2DF

HEX: #BBF2DF RGB: (187,242,223)

Color info

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

RGB color model

#BBF2DF color RGB value is (187,242,223).

RGB: (187,242,223) (73%, 95%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 223 of 255 = 87%

187
242
223

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

Portions of RGB colors in percentages

R + G + B = 187 + 242 + 223 = 652 (100%)
R 187 of 652 ~ 28.68%
G 242 of 652 ~ 37.12%
B 223 of 652 ~ 34.2'%

%28.68
%37.12
%34.2

CMYK color model

#BBF2DF color CMYK value is (23,0,8,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%

CMYK: (23,0,8,5)
C23M0Y8K5 (23%, 0%, 8%, 5%)
(0.23 / 0.00 / 0.08 / 0.05)

CMYK percentages

%22.73
%0
%7.85
%5.1

Codes

Color #BBF2DF in popluar color models

BB F2 DF
RGB 187 242 223
HSL 159° 67.90% 84.12%
HSB/HSV 159° 22.73% 94.90%
CMYK 22.73% 0.00% 7.85%
5.10%

Color #BBF2DF in popluar number systems.

HEX BB F2 DF
Decimal 187 242 223
Binary 10111011 11110010 11011111
Octal 273 362 337

Shades and tints

Shades of #BBF2DF

#BBF2DF
(187,242,223)
#AADCCB
(170,220,203)
#99C6B7
(153,198,183)
#88B0A3
(136,176,163)
#779A8F
(119,154,143)
#66847B
(102,132,123)
#556E67
(85,110,103)
#445853
(68,88,83)
#33423F
(51,66,63)
#222C2B
(34,44,43)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBF2DF

#BBF2DF
(187,242,223)
#C1F3E1
(193,243,225)
#C7F4E3
(199,244,227)
#CDF5E5
(205,245,229)
#D3F6E7
(211,246,231)
#D9F7E9
(217,247,233)
#DFF8EB
(223,248,235)
#E5F9ED
(229,249,237)
#EBFAEF
(235,250,239)
#F1FBF1
(241,251,241)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF2DF color. Also use rgb(187,242,223) instead hex code.

Text Font Color

.myTextColor { color: #BBF2DF; }

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

This text font color is #BBF2DF.

Background Color

.myBgColor { background-color: #BBF2DF; }

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

This div background color is #BBF2DF.

Border color

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

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

This div border color is #BBF2DF.

Opacity

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

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

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

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

This text has shadow with #BBF2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF2DF.

Preview

Color preview on black background

This text has color #BBF2DF on black background.


Color preview on white background

This text has color #BBF2DF on white background.


Black color preview on #BBF2DF background

This text has black color on #BBF2DF background.


White color preview on #BBF2DF background

This text has white color on #BBF2DF background.


Related colors

Complementary color

Complementary color for #hex is #440D20.


I love getcolorcode.com

Triadic colors

1 #DFBBF2 and #F2DFBB with #BBF2DF are triadic colors.

2 #DFF2BB and #F2BBDF with #BBF2DF are triadic colors.