COLOR #BBFECC

HEX: #BBFECC
RGB: (187,254,204)

Color info

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

RGB color model

#BBFECC color RGB value is (187,254,204).

  • red value is 187;
  • green value is 254;
  • blue value is 204.
RGB:
(187,254,204)
(73%,100%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 254 of 255 = 100%
B 204 of 255 = 80%

187
254
204

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

Portions of RGB colors in percentages

R + G + B =
187 + 254 + 204 = 645 (100%)
R 187 of 645 ~ 28.99%
G 254 of 645 ~ 39.38%
B 204 of 645 ~ 31.63%

%28.99
%39.38
%31.63

CMYK color model

#BBFECC color CMYK value is (26,0,20,0).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(26,0,20,0)
C26M0Y20K0 
(26%,0%,20%,0%)
(0.26/0.00/0.20/0.00)	

CMYK percentages

%26.38
%0
%19.69
%0.39

Codes

Color #BBFECC in popluar color models

BBFECC
RGB187254204
HSL135°97.10%86.47%
HSB/HSV135°26.38%99.61%
CMYK26.38%0.00%19.69%
0.39%

Color #BBFECC in popluar number systems.

HEXBBFECC
Decimal187254204
Binary101110111111111011001100
Octal273376314

Shades and tints

Shades of #BBFECC

#BBFECC
(187,254,204)
#AAE7BA
(170,231,186)
#99D0A8
(153,208,168)
#88B996
(136,185,150)
#77A284
(119,162,132)
#668B72
(102,139,114)
#557460
(85,116,96)
#445D4E
(68,93,78)
#33463C
(51,70,60)
#222F2A
(34,47,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBFECC

#BBFECC
(187,254,204)
#C1FED0
(193,254,208)
#C7FED4
(199,254,212)
#CDFED8
(205,254,216)
#D3FEDC
(211,254,220)
#D9FEE0
(217,254,224)
#DFFEE4
(223,254,228)
#E5FEE8
(229,254,232)
#EBFEEC
(235,254,236)
#F1FEF0
(241,254,240)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFECC color. Also use rgb(187,254,204) instead hex code.

Text Font Color

.myTextColor { color: #BBFECC; }

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

This text font color is #BBFECC.


Background Color

.myBgColor { background-color: #BBFECC; }

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

This div background color is #BBFECC.


Border color

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

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

This div border color is #BBFECC.


Opacity

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

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

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

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

This text has shadow with #BBFECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFECC on black background.


Color preview on white background

This text has color #BBFECC on white background.



Black color preview on #BBFECC background

This text has black color on #BBFECC background.


White color preview on #BBFECC background

This text has white color on #BBFECC background.