COLOR #BBDCB2

HEX: #BBDCB2 RGB: (187,220,178)

Color info

#BBDCB2 contains red, green and blue colors in about the same proportion. Web safe color of #BBDCB2 is #CCCC99 (or #CC9).

RGB color model

#BBDCB2 color RGB value is (187,220,178).

RGB: (187,220,178) (73%, 86%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 178 of 255 = 70%

187
220
178

R + G + B ~ 76%. #BBDCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 178 = 585 (100%)
R 187 of 585 ~ 31.97%
G 220 of 585 ~ 37.61%
B 178 of 585 ~ 30.43'%

%31.97
%37.61
%30.43

CMYK color model

#BBDCB2 color CMYK value is (15,0,19,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 13.73%
CMYK: (15,0,19,14) C15M0Y19K14 (15%,0%,19%,14%) (0.15/0.00/0.19/0.14) 

CMYK percentages

%15
%0
%19.09
%13.73

Codes

Color #BBDCB2 in popluar color models

BB DC B2
RGB 187 220 178
HSL 107° 37.50% 78.04%
HSB/HSV 107° 19.09% 86.27%
CMYK 15.00% 0.00% 19.09%
13.73%

Color #BBDCB2 in popluar number systems.

HEX BB DC B2
Decimal 187 220 178
Binary 10111011 11011100 10110010
Octal 273 334 262

Shades and tints

Shades of #BBDCB2

#BBDCB2
(187,220,178)
#AAC8A2
(170,200,162)
#99B492
(153,180,146)
#88A082
(136,160,130)
#778C72
(119,140,114)
#667862
(102,120,98)
#556452
(85,100,82)
#445042
(68,80,66)
#333C32
(51,60,50)
#222822
(34,40,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBDCB2

#BBDCB2
(187,220,178)
#C1DFB9
(193,223,185)
#C7E2C0
(199,226,192)
#CDE5C7
(205,229,199)
#D3E8CE
(211,232,206)
#D9EBD5
(217,235,213)
#DFEEDC
(223,238,220)
#E5F1E3
(229,241,227)
#EBF4EA
(235,244,234)
#F1F7F1
(241,247,241)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDCB2 color. Also use rgb(187,220,178) instead hex code.

Text Font Color

.myTextColor { color: #BBDCB2; }

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

This text font color is #BBDCB2.

Background Color

.myBgColor { background-color: #BBDCB2; }

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

This div background color is #BBDCB2.

Border color

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

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

This div border color is #BBDCB2.

Opacity

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

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

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

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

This text has shadow with #BBDCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCB2.

Preview

Color preview on black background

This text has color #BBDCB2 on black background.


Color preview on white background

This text has color #BBDCB2 on white background.


Black color preview on #BBDCB2 background

This text has black color on #BBDCB2 background.


White color preview on #BBDCB2 background

This text has white color on #BBDCB2 background.


Related colors

Complementary color

Complementary color for #hex is #44234D.


I love getcolorcode.com

Triadic colors

1 #B2BBDC and #DCB2BB with #BBDCB2 are triadic colors.

2 #B2DCBB and #DCBBB2 with #BBDCB2 are triadic colors.