COLOR #BCD1BD

HEX: #BCD1BD RGB: (188,209,189)

Color info

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

RGB color model

#BCD1BD color RGB value is (188,209,189).

RGB: (188,209,189) (74%, 82%, 74%)

RGB channels and saturation

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

188
209
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 189 = 586 (100%)
R 188 of 586 ~ 32.08%
G 209 of 586 ~ 35.67%
B 189 of 586 ~ 32.25'%

%32.08
%35.67
%32.25

CMYK color model

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

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 18.04%

CMYK: (10,0,10,18)
C10M0Y10K18 (10%, 0%, 10%, 18%)
(0.10 / 0.00 / 0.10 / 0.18)

CMYK percentages

%10.05
%0
%9.57
%18.04

Codes

Color #BCD1BD in popluar color models

BC D1 BD
RGB 188 209 189
HSL 123° 18.58% 77.84%
HSB/HSV 123° 10.05% 81.96%
CMYK 10.05% 0.00% 9.57%
18.04%

Color #BCD1BD in popluar number systems.

HEX BC D1 BD
Decimal 188 209 189
Binary 10111100 11010001 10111101
Octal 274 321 275

Shades and tints

Shades of #BCD1BD

#BCD1BD
(188,209,189)
#ABBEAC
(171,190,172)
#9AAB9B
(154,171,155)
#89988A
(137,152,138)
#788579
(120,133,121)
#677268
(103,114,104)
#565F57
(86,95,87)
#454C46
(69,76,70)
#343935
(52,57,53)
#232624
(35,38,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCD1BD

#BCD1BD
(188,209,189)
#C2D5C3
(194,213,195)
#C8D9C9
(200,217,201)
#CEDDCF
(206,221,207)
#D4E1D5
(212,225,213)
#DAE5DB
(218,229,219)
#E0E9E1
(224,233,225)
#E6EDE7
(230,237,231)
#ECF1ED
(236,241,237)
#F2F5F3
(242,245,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1BD; }

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

This text font color is #BCD1BD.

Background Color

.myBgColor { background-color: #BCD1BD; }

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

This div background color is #BCD1BD.

Border color

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

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

This div border color is #BCD1BD.

Opacity

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

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

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

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

This text has shadow with #BCD1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD1BD.

Preview

Color preview on black background

This text has color #BCD1BD on black background.


Color preview on white background

This text has color #BCD1BD on white background.


Black color preview on #BCD1BD background

This text has black color on #BCD1BD background.


White color preview on #BCD1BD background

This text has white color on #BCD1BD background.


Related colors

Complementary color

Complementary color for #hex is #432E42.


I love getcolorcode.com

Triadic colors

1 #BDBCD1 and #D1BDBC with #BCD1BD are triadic colors.

2 #BDD1BC and #D1BCBD with #BCD1BD are triadic colors.