COLOR #BBFCE5

HEX: #BBFCE5
RGB: (187,252,229)

Color info

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

RGB color model

#BBFCE5 color RGB value is (187,252,229).

  • red value is 187;
  • green value is 252;
  • blue value is 229.
RGB:
(187,252,229)
(73%,99%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 252 of 255 = 99%
B 229 of 255 = 90%

187
252
229

R + G + B ~ 87%. #BBFCE5 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 252 + 229 = 668 (100%)
R 187 of 668 ~ 27.99%
G 252 of 668 ~ 37.72%
B 229 of 668 ~ 34.28%

%27.99
%37.72
%34.28

CMYK color model

#BBFCE5 color CMYK value is (26,0,9,1).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(26,0,9,1)
C26M0Y9K1 
(26%,0%,9%,1%)
(0.26/0.00/0.09/0.01)	

CMYK percentages

%25.79
%0
%9.13
%1.18

Codes

Color #BBFCE5 in popluar color models

BBFCE5
RGB187252229
HSL159°91.55%86.08%
HSB/HSV159°25.79%98.82%
CMYK25.79%0.00%9.13%
1.18%

Color #BBFCE5 in popluar number systems.

HEXBBFCE5
Decimal187252229
Binary101110111111110011100101
Octal273374345

Shades and tints

Shades of #BBFCE5

#BBFCE5
(187,252,229)
#AAE6D1
(170,230,209)
#99D0BD
(153,208,189)
#88BAA9
(136,186,169)
#77A495
(119,164,149)
#668E81
(102,142,129)
#55786D
(85,120,109)
#446259
(68,98,89)
#334C45
(51,76,69)
#223631
(34,54,49)
#11201D
(17,32,29)
#000000
(0,0,0)

Tints of #BBFCE5

#BBFCE5
(187,252,229)
#C1FCE7
(193,252,231)
#C7FCE9
(199,252,233)
#CDFCEB
(205,252,235)
#D3FCED
(211,252,237)
#D9FCEF
(217,252,239)
#DFFCF1
(223,252,241)
#E5FCF3
(229,252,243)
#EBFCF5
(235,252,245)
#F1FCF7
(241,252,247)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFCE5 color. Also use rgb(187,252,229) instead hex code.

Text Font Color

.myTextColor { color: #BBFCE5; }

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

This text font color is #BBFCE5.


Background Color

.myBgColor { background-color: #BBFCE5; }

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

This div background color is #BBFCE5.


Border color

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

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

This div border color is #BBFCE5.


Opacity

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

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

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

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

This text has shadow with #BBFCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFCE5 on black background.


Color preview on white background

This text has color #BBFCE5 on white background.



Black color preview on #BBFCE5 background

This text has black color on #BBFCE5 background.


White color preview on #BBFCE5 background

This text has white color on #BBFCE5 background.