COLOR #BBFEC6

HEX: #BBFEC6
RGB: (187,254,198)

Color info

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

RGB color model

#BBFEC6 color RGB value is (187,254,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 254 of 255 = 100%
B 198 of 255 = 78%

187
254
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 254 + 198 = 639 (100%)
R 187 of 639 ~ 29.26%
G 254 of 639 ~ 39.75%
B 198 of 639 ~ 30.99%

%29.26
%39.75
%30.99

CMYK color model

#BBFEC6 color CMYK value is (26,0,22,0).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 0.39%
CMYK:
(26,0,22,0)
C26M0Y22K0 
(26%,0%,22%,0%)
(0.26/0.00/0.22/0.00)	

CMYK percentages

%26.38
%0
%22.05
%0.39

Codes

Color #BBFEC6 in popluar color models

BBFEC6
RGB187254198
HSL130°97.10%86.47%
HSB/HSV130°26.38%99.61%
CMYK26.38%0.00%22.05%
0.39%

Color #BBFEC6 in popluar number systems.

HEXBBFEC6
Decimal187254198
Binary101110111111111011000110
Octal273376306

Shades and tints

Shades of #BBFEC6

#BBFEC6
(187,254,198)
#AAE7B4
(170,231,180)
#99D0A2
(153,208,162)
#88B990
(136,185,144)
#77A27E
(119,162,126)
#668B6C
(102,139,108)
#55745A
(85,116,90)
#445D48
(68,93,72)
#334636
(51,70,54)
#222F24
(34,47,36)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBFEC6

#BBFEC6
(187,254,198)
#C1FECB
(193,254,203)
#C7FED0
(199,254,208)
#CDFED5
(205,254,213)
#D3FEDA
(211,254,218)
#D9FEDF
(217,254,223)
#DFFEE4
(223,254,228)
#E5FEE9
(229,254,233)
#EBFEEE
(235,254,238)
#F1FEF3
(241,254,243)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFEC6; }

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

This text font color is #BBFEC6.


Background Color

.myBgColor { background-color: #BBFEC6; }

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

This div background color is #BBFEC6.


Border color

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

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

This div border color is #BBFEC6.


Opacity

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

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

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

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

This text has shadow with #BBFEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFEC6 on black background.


Color preview on white background

This text has color #BBFEC6 on white background.



Black color preview on #BBFEC6 background

This text has black color on #BBFEC6 background.


White color preview on #BBFEC6 background

This text has white color on #BBFEC6 background.