COLOR #BBDCBC

HEX: #BBDCBC RGB: (187,220,188)

Color info

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

RGB color model

#BBDCBC color RGB value is (187,220,188).

RGB: (187,220,188) (73%, 86%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 188 of 255 = 74%

187
220
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 188 = 595 (100%)
R 187 of 595 ~ 31.43%
G 220 of 595 ~ 36.97%
B 188 of 595 ~ 31.6'%

%31.43
%36.97
%31.6

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 13.73%

CMYK: (15,0,15,14)
C15M0Y15K14 (15%, 0%, 15%, 14%)
(0.15 / 0.00 / 0.15 / 0.14)

CMYK percentages

%15
%0
%14.55
%13.73

Codes

Color #BBDCBC in popluar color models

BB DC BC
RGB 187 220 188
HSL 122° 32.04% 79.80%
HSB/HSV 122° 15.00% 86.27%
CMYK 15.00% 0.00% 14.55%
13.73%

Color #BBDCBC in popluar number systems.

HEX BB DC BC
Decimal 187 220 188
Binary 10111011 11011100 10111100
Octal 273 334 274

Shades and tints

Shades of #BBDCBC

#BBDCBC
(187,220,188)
#AAC8AB
(170,200,171)
#99B49A
(153,180,154)
#88A089
(136,160,137)
#778C78
(119,140,120)
#667867
(102,120,103)
#556456
(85,100,86)
#445045
(68,80,69)
#333C34
(51,60,52)
#222823
(34,40,35)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBDCBC

#BBDCBC
(187,220,188)
#C1DFC2
(193,223,194)
#C7E2C8
(199,226,200)
#CDE5CE
(205,229,206)
#D3E8D4
(211,232,212)
#D9EBDA
(217,235,218)
#DFEEE0
(223,238,224)
#E5F1E6
(229,241,230)
#EBF4EC
(235,244,236)
#F1F7F2
(241,247,242)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCBC; }

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

This text font color is #BBDCBC.

Background Color

.myBgColor { background-color: #BBDCBC; }

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

This div background color is #BBDCBC.

Border color

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

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

This div border color is #BBDCBC.

Opacity

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

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

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

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

This text has shadow with #BBDCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCBC.

Preview

Color preview on black background

This text has color #BBDCBC on black background.


Color preview on white background

This text has color #BBDCBC on white background.


Black color preview on #BBDCBC background

This text has black color on #BBDCBC background.


White color preview on #BBDCBC background

This text has white color on #BBDCBC background.


Related colors

Complementary color

Complementary color for #hex is #442343.


I love getcolorcode.com

Triadic colors

1 #BCBBDC and #DCBCBB with #BBDCBC are triadic colors.

2 #BCDCBB and #DCBBBC with #BBDCBC are triadic colors.