COLOR #BBF8CB

HEX: #BBF8CB
RGB: (187,248,203)

Color info

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

RGB color model

#BBF8CB color RGB value is (187,248,203).

  • red value is 187;
  • green value is 248;
  • blue value is 203.
RGB:
(187,248,203)
(73%,97%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 203 of 255 = 80%

187
248
203

R + G + B ~ 83%. #BBF8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 203 = 638 (100%)
R 187 of 638 ~ 29.31%
G 248 of 638 ~ 38.87%
B 203 of 638 ~ 31.82%

%29.31
%38.87
%31.82

CMYK color model

#BBF8CB color CMYK value is (25,0,18,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(25,0,18,3)
C25M0Y18K3 
(25%,0%,18%,3%)
(0.25/0.00/0.18/0.03)	

CMYK percentages

%24.6
%0
%18.15
%2.75

Codes

Color #BBF8CB in popluar color models

BBF8CB
RGB187248203
HSL136°81.33%85.29%
HSB/HSV136°24.60%97.25%
CMYK24.60%0.00%18.15%
2.75%

Color #BBF8CB in popluar number systems.

HEXBBF8CB
Decimal187248203
Binary101110111111100011001011
Octal273370313

Shades and tints

Shades of #BBF8CB

#BBF8CB
(187,248,203)
#AAE2B9
(170,226,185)
#99CCA7
(153,204,167)
#88B695
(136,182,149)
#77A083
(119,160,131)
#668A71
(102,138,113)
#55745F
(85,116,95)
#445E4D
(68,94,77)
#33483B
(51,72,59)
#223229
(34,50,41)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #BBF8CB

#BBF8CB
(187,248,203)
#C1F8CF
(193,248,207)
#C7F8D3
(199,248,211)
#CDF8D7
(205,248,215)
#D3F8DB
(211,248,219)
#D9F8DF
(217,248,223)
#DFF8E3
(223,248,227)
#E5F8E7
(229,248,231)
#EBF8EB
(235,248,235)
#F1F8EF
(241,248,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF8CB color. Also use rgb(187,248,203) instead hex code.

Text Font Color

.myTextColor { color: #BBF8CB; }

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

This text font color is #BBF8CB.


Background Color

.myBgColor { background-color: #BBF8CB; }

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

This div background color is #BBF8CB.


Border color

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

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

This div border color is #BBF8CB.


Opacity

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

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

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

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

This text has shadow with #BBF8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF8CB on black background.


Color preview on white background

This text has color #BBF8CB on white background.



Black color preview on #BBF8CB background

This text has black color on #BBF8CB background.


White color preview on #BBF8CB background

This text has white color on #BBF8CB background.