COLOR #BBE0BC

HEX: #BBE0BC RGB: (187,224,188)

Color info

#BBE0BC contains red, green and blue colors in about the same proportion. Web safe color of #BBE0BC is #CCCCCC (or #CCC).

RGB color model

#BBE0BC color RGB value is (187,224,188).

RGB: (187,224,188) (73%, 88%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 188 of 255 = 74%

187
224
188

R + G + B ~ 78%. #BBE0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 188 = 599 (100%)
R 187 of 599 ~ 31.22%
G 224 of 599 ~ 37.4%
B 188 of 599 ~ 31.39'%

%31.22
%37.4
%31.39

CMYK color model

#BBE0BC color CMYK value is (17,0,16,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK: (17,0,16,12) C17M0Y16K12 (17%,0%,16%,12%) (0.17/0.00/0.16/0.12) 

CMYK percentages

%16.52
%0
%16.07
%12.16

Codes

Color #BBE0BC in popluar color models

BB E0 BC
RGB 187 224 188
HSL 122° 37.37% 80.59%
HSB/HSV 122° 16.52% 87.84%
CMYK 16.52% 0.00% 16.07%
12.16%

Color #BBE0BC in popluar number systems.

HEX BB E0 BC
Decimal 187 224 188
Binary 10111011 11100000 10111100
Octal 273 340 274

Shades and tints

Shades of #BBE0BC

#BBE0BC
(187,224,188)
#AACCAB
(170,204,171)
#99B89A
(153,184,154)
#88A489
(136,164,137)
#779078
(119,144,120)
#667C67
(102,124,103)
#556856
(85,104,86)
#445445
(68,84,69)
#334034
(51,64,52)
#222C23
(34,44,35)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBE0BC

#BBE0BC
(187,224,188)
#C1E2C2
(193,226,194)
#C7E4C8
(199,228,200)
#CDE6CE
(205,230,206)
#D3E8D4
(211,232,212)
#D9EADA
(217,234,218)
#DFECE0
(223,236,224)
#E5EEE6
(229,238,230)
#EBF0EC
(235,240,236)
#F1F2F2
(241,242,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE0BC color. Also use rgb(187,224,188) instead hex code.

Text Font Color

.myTextColor { color: #BBE0BC; }

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

This text font color is #BBE0BC.

Background Color

.myBgColor { background-color: #BBE0BC; }

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

This div background color is #BBE0BC.

Border color

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

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

This div border color is #BBE0BC.

Opacity

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

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

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

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

This text has shadow with #BBE0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE0BC.

Preview

Color preview on black background

This text has color #BBE0BC on black background.


Color preview on white background

This text has color #BBE0BC on white background.


Black color preview on #BBE0BC background

This text has black color on #BBE0BC background.


White color preview on #BBE0BC background

This text has white color on #BBE0BC background.


Related colors

Complementary color

Complementary color for #hex is #441F43.


I love getcolorcode.com

Triadic colors

1 #BCBBE0 and #E0BCBB with #BBE0BC are triadic colors.

2 #BCE0BB and #E0BBBC with #BBE0BC are triadic colors.