COLOR #BBECBE

HEX: #BBECBE
RGB: (187,236,190)

Color info

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

RGB color model

#BBECBE color RGB value is (187,236,190).

  • red value is 187;
  • green value is 236;
  • blue value is 190.
RGB:
(187,236,190)
(73%,93%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 190 of 255 = 75%

187
236
190

R + G + B ~ 80%. #BBECBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 236 + 190 = 613 (100%)
R 187 of 613 ~ 30.51%
G 236 of 613 ~ 38.5%
B 190 of 613 ~ 31%

%30.51
%38.5
%31

CMYK color model

#BBECBE color CMYK value is (21,0,19,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 7.45%
CMYK:
(21,0,19,7)
C21M0Y19K7 
(21%,0%,19%,7%)
(0.21/0.00/0.19/0.07)	

CMYK percentages

%20.76
%0
%19.49
%7.45

Codes

Color #BBECBE in popluar color models

BBECBE
RGB187236190
HSL124°56.32%82.94%
HSB/HSV124°20.76%92.55%
CMYK20.76%0.00%19.49%
7.45%

Color #BBECBE in popluar number systems.

HEXBBECBE
Decimal187236190
Binary101110111110110010111110
Octal273354276

Shades and tints

Shades of #BBECBE

#BBECBE
(187,236,190)
#AAD7AD
(170,215,173)
#99C29C
(153,194,156)
#88AD8B
(136,173,139)
#77987A
(119,152,122)
#668369
(102,131,105)
#556E58
(85,110,88)
#445947
(68,89,71)
#334436
(51,68,54)
#222F25
(34,47,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #BBECBE

#BBECBE
(187,236,190)
#C1EDC3
(193,237,195)
#C7EEC8
(199,238,200)
#CDEFCD
(205,239,205)
#D3F0D2
(211,240,210)
#D9F1D7
(217,241,215)
#DFF2DC
(223,242,220)
#E5F3E1
(229,243,225)
#EBF4E6
(235,244,230)
#F1F5EB
(241,245,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBECBE color. Also use rgb(187,236,190) instead hex code.

Text Font Color

.myTextColor { color: #BBECBE; }

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

This text font color is #BBECBE.


Background Color

.myBgColor { background-color: #BBECBE; }

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

This div background color is #BBECBE.


Border color

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

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

This div border color is #BBECBE.


Opacity

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

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

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

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

This text has shadow with #BBECBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBECBE on black background.


Color preview on white background

This text has color #BBECBE on white background.



Black color preview on #BBECBE background

This text has black color on #BBECBE background.


White color preview on #BBECBE background

This text has white color on #BBECBE background.