COLOR #BCD2BD

HEX: #BCD2BD
RGB: (188,210,189)

Color info

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

RGB color model

#BCD2BD color RGB value is (188,210,189).

  • red value is 188;
  • green value is 210;
  • blue value is 189.
RGB:
(188,210,189)
(74%,82%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 189 of 255 = 74%

188
210
189

R + G + B ~ 77%. #BCD2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 189 = 587 (100%)
R 188 of 587 ~ 32.03%
G 210 of 587 ~ 35.78%
B 189 of 587 ~ 32.2%

%32.03
%35.78
%32.2

CMYK color model

#BCD2BD color CMYK value is (10,0,10,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(10,0,10,18)
C10M0Y10K18 
(10%,0%,10%,18%)
(0.10/0.00/0.10/0.18)	

CMYK percentages

%10.48
%0
%10
%17.65

Codes

Color #BCD2BD in popluar color models

BCD2BD
RGB188210189
HSL123°19.64%78.04%
HSB/HSV123°10.48%82.35%
CMYK10.48%0.00%10.00%
17.65%

Color #BCD2BD in popluar number systems.

HEXBCD2BD
Decimal188210189
Binary101111001101001010111101
Octal274322275

Shades and tints

Shades of #BCD2BD

#BCD2BD
(188,210,189)
#ABBFAC
(171,191,172)
#9AAC9B
(154,172,155)
#89998A
(137,153,138)
#788679
(120,134,121)
#677368
(103,115,104)
#566057
(86,96,87)
#454D46
(69,77,70)
#343A35
(52,58,53)
#232724
(35,39,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCD2BD

#BCD2BD
(188,210,189)
#C2D6C3
(194,214,195)
#C8DAC9
(200,218,201)
#CEDECF
(206,222,207)
#D4E2D5
(212,226,213)
#DAE6DB
(218,230,219)
#E0EAE1
(224,234,225)
#E6EEE7
(230,238,231)
#ECF2ED
(236,242,237)
#F2F6F3
(242,246,243)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2BD; }

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

This text font color is #BCD2BD.


Background Color

.myBgColor { background-color: #BCD2BD; }

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

This div background color is #BCD2BD.


Border color

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

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

This div border color is #BCD2BD.


Opacity

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

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

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

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

This text has shadow with #BCD2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2BD on black background.


Color preview on white background

This text has color #BCD2BD on white background.



Black color preview on #BCD2BD background

This text has black color on #BCD2BD background.


White color preview on #BCD2BD background

This text has white color on #BCD2BD background.