COLOR #BBECBA

HEX: #BBECBA RGB: (187,236,186)

Color info

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

RGB color model

#BBECBA color RGB value is (187,236,186).

RGB: (187,236,186) (73%, 93%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 186 of 255 = 73%

187
236
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 186 = 609 (100%)
R 187 of 609 ~ 30.71%
G 236 of 609 ~ 38.75%
B 186 of 609 ~ 30.54'%

%30.71
%38.75
%30.54

CMYK color model

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

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 7.45%

CMYK: (21,0,21,7)
C21M0Y21K7 (21%, 0%, 21%, 7%)
(0.21 / 0.00 / 0.21 / 0.07)

CMYK percentages

%20.76
%0
%21.19
%7.45

Codes

Color #BBECBA in popluar color models

BB EC BA
RGB 187 236 186
HSL 119° 56.82% 82.75%
HSB/HSV 119° 21.19% 92.55%
CMYK 20.76% 0.00% 21.19%
7.45%

Color #BBECBA in popluar number systems.

HEX BB EC BA
Decimal 187 236 186
Binary 10111011 11101100 10111010
Octal 273 354 272

Shades and tints

Shades of #BBECBA

#BBECBA
(187,236,186)
#AAD7AA
(170,215,170)
#99C29A
(153,194,154)
#88AD8A
(136,173,138)
#77987A
(119,152,122)
#66836A
(102,131,106)
#556E5A
(85,110,90)
#44594A
(68,89,74)
#33443A
(51,68,58)
#222F2A
(34,47,42)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #BBECBA

#BBECBA
(187,236,186)
#C1EDC0
(193,237,192)
#C7EEC6
(199,238,198)
#CDEFCC
(205,239,204)
#D3F0D2
(211,240,210)
#D9F1D8
(217,241,216)
#DFF2DE
(223,242,222)
#E5F3E4
(229,243,228)
#EBF4EA
(235,244,234)
#F1F5F0
(241,245,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBECBA; }

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

This text font color is #BBECBA.

Background Color

.myBgColor { background-color: #BBECBA; }

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

This div background color is #BBECBA.

Border color

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

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

This div border color is #BBECBA.

Opacity

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

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

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

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

This text has shadow with #BBECBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECBA.

Preview

Color preview on black background

This text has color #BBECBA on black background.


Color preview on white background

This text has color #BBECBA on white background.


Black color preview on #BBECBA background

This text has black color on #BBECBA background.


White color preview on #BBECBA background

This text has white color on #BBECBA background.


Related colors

Complementary color

Complementary color for #hex is #441345.


I love getcolorcode.com

Triadic colors

1 #BABBEC and #ECBABB with #BBECBA are triadic colors.

2 #BAECBB and #ECBBBA with #BBECBA are triadic colors.