COLOR #BCD0BD

HEX: #BCD0BD
RGB: (188,208,189)

Color info

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

RGB color model

#BCD0BD color RGB value is (188,208,189).

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

RGB channels and saturation

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

188
208
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 189 = 585 (100%)
R 188 of 585 ~ 32.14%
G 208 of 585 ~ 35.56%
B 189 of 585 ~ 32.31%

%32.14
%35.56
%32.31

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(10,0,9,18)
C10M0Y9K18 
(10%,0%,9%,18%)
(0.10/0.00/0.09/0.18)	

CMYK percentages

%9.62
%0
%9.13
%18.43

Codes

Color #BCD0BD in popluar color models

BCD0BD
RGB188208189
HSL123°17.54%77.65%
HSB/HSV123°9.62%81.57%
CMYK9.62%0.00%9.13%
18.43%

Color #BCD0BD in popluar number systems.

HEXBCD0BD
Decimal188208189
Binary101111001101000010111101
Octal274320275

Shades and tints

Shades of #BCD0BD

#BCD0BD
(188,208,189)
#ABBEAC
(171,190,172)
#9AAC9B
(154,172,155)
#899A8A
(137,154,138)
#788879
(120,136,121)
#677668
(103,118,104)
#566457
(86,100,87)
#455246
(69,82,70)
#344035
(52,64,53)
#232E24
(35,46,36)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #BCD0BD

#BCD0BD
(188,208,189)
#C2D4C3
(194,212,195)
#C8D8C9
(200,216,201)
#CEDCCF
(206,220,207)
#D4E0D5
(212,224,213)
#DAE4DB
(218,228,219)
#E0E8E1
(224,232,225)
#E6ECE7
(230,236,231)
#ECF0ED
(236,240,237)
#F2F4F3
(242,244,243)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0BD; }

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

This text font color is #BCD0BD.


Background Color

.myBgColor { background-color: #BCD0BD; }

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

This div background color is #BCD0BD.


Border color

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

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

This div border color is #BCD0BD.


Opacity

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

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

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

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

This text has shadow with #BCD0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0BD on black background.


Color preview on white background

This text has color #BCD0BD on white background.



Black color preview on #BCD0BD background

This text has black color on #BCD0BD background.


White color preview on #BCD0BD background

This text has white color on #BCD0BD background.