COLOR #BBF5CB

HEX: #BBF5CB
RGB: (187,245,203)

Color info

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

RGB color model

#BBF5CB color RGB value is (187,245,203).

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

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 203 of 255 = 80%

187
245
203

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

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 203 = 635 (100%)
R 187 of 635 ~ 29.45%
G 245 of 635 ~ 38.58%
B 203 of 635 ~ 31.97%

%29.45
%38.58
%31.97

CMYK color model

#BBF5CB color CMYK value is (24,0,17,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(24,0,17,4)
C24M0Y17K4 
(24%,0%,17%,4%)
(0.24/0.00/0.17/0.04)	

CMYK percentages

%23.67
%0
%17.14
%3.92

Codes

Color #BBF5CB in popluar color models

BBF5CB
RGB187245203
HSL137°74.36%84.71%
HSB/HSV137°23.67%96.08%
CMYK23.67%0.00%17.14%
3.92%

Color #BBF5CB in popluar number systems.

HEXBBF5CB
Decimal187245203
Binary101110111111010111001011
Octal273365313

Shades and tints

Shades of #BBF5CB

#BBF5CB
(187,245,203)
#AADFB9
(170,223,185)
#99C9A7
(153,201,167)
#88B395
(136,179,149)
#779D83
(119,157,131)
#668771
(102,135,113)
#55715F
(85,113,95)
#445B4D
(68,91,77)
#33453B
(51,69,59)
#222F29
(34,47,41)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBF5CB

#BBF5CB
(187,245,203)
#C1F5CF
(193,245,207)
#C7F5D3
(199,245,211)
#CDF5D7
(205,245,215)
#D3F5DB
(211,245,219)
#D9F5DF
(217,245,223)
#DFF5E3
(223,245,227)
#E5F5E7
(229,245,231)
#EBF5EB
(235,245,235)
#F1F5EF
(241,245,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF5CB; }

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

This text font color is #BBF5CB.


Background Color

.myBgColor { background-color: #BBF5CB; }

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

This div background color is #BBF5CB.


Border color

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

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

This div border color is #BBF5CB.


Opacity

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

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

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

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

This text has shadow with #BBF5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5CB on black background.


Color preview on white background

This text has color #BBF5CB on white background.



Black color preview on #BBF5CB background

This text has black color on #BBF5CB background.


White color preview on #BBF5CB background

This text has white color on #BBF5CB background.