COLOR #BBECBD

HEX: #BBECBD RGB: (187,236,189)

Color info

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

RGB color model

#BBECBD color RGB value is (187,236,189).

RGB: (187,236,189) (73%, 93%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 189 of 255 = 74%

187
236
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 189 = 612 (100%)
R 187 of 612 ~ 30.56%
G 236 of 612 ~ 38.56%
B 189 of 612 ~ 30.88'%

%30.56
%38.56
%30.88

CMYK color model

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

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

CMYK: (21,0,20,7)
C21M0Y20K7 (21%, 0%, 20%, 7%)
(0.21 / 0.00 / 0.20 / 0.07)

CMYK percentages

%20.76
%0
%19.92
%7.45

Codes

Color #BBECBD in popluar color models

BB EC BD
RGB 187 236 189
HSL 122° 56.32% 82.94%
HSB/HSV 122° 20.76% 92.55%
CMYK 20.76% 0.00% 19.92%
7.45%

Color #BBECBD in popluar number systems.

HEX BB EC BD
Decimal 187 236 189
Binary 10111011 11101100 10111101
Octal 273 354 275

Shades and tints

Shades of #BBECBD

#BBECBD
(187,236,189)
#AAD7AC
(170,215,172)
#99C29B
(153,194,155)
#88AD8A
(136,173,138)
#779879
(119,152,121)
#668368
(102,131,104)
#556E57
(85,110,87)
#445946
(68,89,70)
#334435
(51,68,53)
#222F24
(34,47,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBECBD

#BBECBD
(187,236,189)
#C1EDC3
(193,237,195)
#C7EEC9
(199,238,201)
#CDEFCF
(205,239,207)
#D3F0D5
(211,240,213)
#D9F1DB
(217,241,219)
#DFF2E1
(223,242,225)
#E5F3E7
(229,243,231)
#EBF4ED
(235,244,237)
#F1F5F3
(241,245,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBECBD; }

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

This text font color is #BBECBD.

Background Color

.myBgColor { background-color: #BBECBD; }

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

This div background color is #BBECBD.

Border color

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

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

This div border color is #BBECBD.

Opacity

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

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

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

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

This text has shadow with #BBECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECBD.

Preview

Color preview on black background

This text has color #BBECBD on black background.


Color preview on white background

This text has color #BBECBD on white background.


Black color preview on #BBECBD background

This text has black color on #BBECBD background.


White color preview on #BBECBD background

This text has white color on #BBECBD background.


Related colors

Complementary color

Complementary color for #hex is #441342.


I love getcolorcode.com

Triadic colors

1 #BDBBEC and #ECBDBB with #BBECBD are triadic colors.

2 #BDECBB and #ECBBBD with #BBECBD are triadic colors.