COLOR #BCDBBC

HEX: #BCDBBC
RGB: (188,219,188)

Color info

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

RGB color model

#BCDBBC color RGB value is (188,219,188).

  • red value is 188;
  • green value is 219;
  • blue value is 188.
RGB:
(188,219,188)
(74%,86%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 188 of 255 = 74%

188
219
188

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

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 188 = 595 (100%)
R 188 of 595 ~ 31.6%
G 219 of 595 ~ 36.81%
B 188 of 595 ~ 31.6%

%31.6
%36.81
%31.6

CMYK color model

#BCDBBC color CMYK value is (14,0,14,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 14.12%
CMYK:
(14,0,14,14)
C14M0Y14K14 
(14%,0%,14%,14%)
(0.14/0.00/0.14/0.14)	

CMYK percentages

%14.16
%0
%14.16
%14.12

Codes

Color #BCDBBC in popluar color models

BCDBBC
RGB188219188
HSL120°30.10%79.80%
HSB/HSV120°14.16%85.88%
CMYK14.16%0.00%14.16%
14.12%

Color #BCDBBC in popluar number systems.

HEXBCDBBC
Decimal188219188
Binary101111001101101110111100
Octal274333274

Shades and tints

Shades of #BCDBBC

#BCDBBC
(188,219,188)
#ABC8AB
(171,200,171)
#9AB59A
(154,181,154)
#89A289
(137,162,137)
#788F78
(120,143,120)
#677C67
(103,124,103)
#566956
(86,105,86)
#455645
(69,86,69)
#344334
(52,67,52)
#233023
(35,48,35)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #BCDBBC

#BCDBBC
(188,219,188)
#C2DEC2
(194,222,194)
#C8E1C8
(200,225,200)
#CEE4CE
(206,228,206)
#D4E7D4
(212,231,212)
#DAEADA
(218,234,218)
#E0EDE0
(224,237,224)
#E6F0E6
(230,240,230)
#ECF3EC
(236,243,236)
#F2F6F2
(242,246,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBBC; }

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

This text font color is #BCDBBC.


Background Color

.myBgColor { background-color: #BCDBBC; }

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

This div background color is #BCDBBC.


Border color

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

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

This div border color is #BCDBBC.


Opacity

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

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

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

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

This text has shadow with #BCDBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBBC on black background.


Color preview on white background

This text has color #BCDBBC on white background.



Black color preview on #BCDBBC background

This text has black color on #BCDBBC background.


White color preview on #BCDBBC background

This text has white color on #BCDBBC background.