COLOR #BBFEDC

HEX: #BBFEDC
RGB: (187,254,220)

Color info

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

RGB color model

#BBFEDC color RGB value is (187,254,220).

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

RGB channels and saturation

R 187 of 255 = 73%
G 254 of 255 = 100%
B 220 of 255 = 86%

187
254
220

R + G + B ~ 86%. #BBFEDC is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 254 + 220 = 661 (100%)
R 187 of 661 ~ 28.29%
G 254 of 661 ~ 38.43%
B 220 of 661 ~ 33.28%

%28.29
%38.43
%33.28

CMYK color model

#BBFEDC color CMYK value is (26,0,13,0).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK:
(26,0,13,0)
C26M0Y13K0 
(26%,0%,13%,0%)
(0.26/0.00/0.13/0.00)	

CMYK percentages

%26.38
%0
%13.39
%0.39

Codes

Color #BBFEDC in popluar color models

BBFEDC
RGB187254220
HSL150°97.10%86.47%
HSB/HSV150°26.38%99.61%
CMYK26.38%0.00%13.39%
0.39%

Color #BBFEDC in popluar number systems.

HEXBBFEDC
Decimal187254220
Binary101110111111111011011100
Octal273376334

Shades and tints

Shades of #BBFEDC

#BBFEDC
(187,254,220)
#AAE7C8
(170,231,200)
#99D0B4
(153,208,180)
#88B9A0
(136,185,160)
#77A28C
(119,162,140)
#668B78
(102,139,120)
#557464
(85,116,100)
#445D50
(68,93,80)
#33463C
(51,70,60)
#222F28
(34,47,40)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBFEDC

#BBFEDC
(187,254,220)
#C1FEDF
(193,254,223)
#C7FEE2
(199,254,226)
#CDFEE5
(205,254,229)
#D3FEE8
(211,254,232)
#D9FEEB
(217,254,235)
#DFFEEE
(223,254,238)
#E5FEF1
(229,254,241)
#EBFEF4
(235,254,244)
#F1FEF7
(241,254,247)
#F7FEFA
(247,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFEDC; }

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

This text font color is #BBFEDC.


Background Color

.myBgColor { background-color: #BBFEDC; }

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

This div background color is #BBFEDC.


Border color

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

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

This div border color is #BBFEDC.


Opacity

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

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

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

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

This text has shadow with #BBFEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFEDC on black background.


Color preview on white background

This text has color #BBFEDC on white background.



Black color preview on #BBFEDC background

This text has black color on #BBFEDC background.


White color preview on #BBFEDC background

This text has white color on #BBFEDC background.