COLOR #BBF2D6

HEX: #BBF2D6 RGB: (187,242,214)

Color info

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

RGB color model

#BBF2D6 color RGB value is (187,242,214).

RGB: (187,242,214) (73%, 95%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 214 of 255 = 84%

187
242
214

R + G + B ~ 84%. #BBF2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 242 + 214 = 643 (100%)
R 187 of 643 ~ 29.08%
G 242 of 643 ~ 37.64%
B 214 of 643 ~ 33.28'%

%29.08
%37.64
%33.28

CMYK color model

#BBF2D6 color CMYK value is (23,0,12,5).

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

CMYK: (23,0,12,5)
C23M0Y12K5 (23%, 0%, 12%, 5%)
(0.23 / 0.00 / 0.12 / 0.05)

CMYK percentages

%22.73
%0
%11.57
%5.1

Codes

Color #BBF2D6 in popluar color models

BB F2 D6
RGB 187 242 214
HSL 149° 67.90% 84.12%
HSB/HSV 149° 22.73% 94.90%
CMYK 22.73% 0.00% 11.57%
5.10%

Color #BBF2D6 in popluar number systems.

HEX BB F2 D6
Decimal 187 242 214
Binary 10111011 11110010 11010110
Octal 273 362 326

Shades and tints

Shades of #BBF2D6

#BBF2D6
(187,242,214)
#AADCC3
(170,220,195)
#99C6B0
(153,198,176)
#88B09D
(136,176,157)
#779A8A
(119,154,138)
#668477
(102,132,119)
#556E64
(85,110,100)
#445851
(68,88,81)
#33423E
(51,66,62)
#222C2B
(34,44,43)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBF2D6

#BBF2D6
(187,242,214)
#C1F3D9
(193,243,217)
#C7F4DC
(199,244,220)
#CDF5DF
(205,245,223)
#D3F6E2
(211,246,226)
#D9F7E5
(217,247,229)
#DFF8E8
(223,248,232)
#E5F9EB
(229,249,235)
#EBFAEE
(235,250,238)
#F1FBF1
(241,251,241)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF2D6; }

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

This text font color is #BBF2D6.

Background Color

.myBgColor { background-color: #BBF2D6; }

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

This div background color is #BBF2D6.

Border color

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

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

This div border color is #BBF2D6.

Opacity

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

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

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

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

This text has shadow with #BBF2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF2D6.

Preview

Color preview on black background

This text has color #BBF2D6 on black background.


Color preview on white background

This text has color #BBF2D6 on white background.


Black color preview on #BBF2D6 background

This text has black color on #BBF2D6 background.


White color preview on #BBF2D6 background

This text has white color on #BBF2D6 background.


Related colors

Complementary color

Complementary color for #hex is #440D29.


I love getcolorcode.com

Triadic colors

1 #D6BBF2 and #F2D6BB with #BBF2D6 are triadic colors.

2 #D6F2BB and #F2BBD6 with #BBF2D6 are triadic colors.