COLOR #BCD0BB

HEX: #BCD0BB
RGB: (188,208,187)

Color info

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

RGB color model

#BCD0BB color RGB value is (188,208,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 187 of 255 = 73%

188
208
187

R + G + B ~ 76%. #BCD0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 187 = 583 (100%)
R 188 of 583 ~ 32.25%
G 208 of 583 ~ 35.68%
B 187 of 583 ~ 32.08%

%32.25
%35.68
%32.08

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(10,0,10,18)
C10M0Y10K18 
(10%,0%,10%,18%)
(0.10/0.00/0.10/0.18)	

CMYK percentages

%9.62
%0
%10.1
%18.43

Codes

Color #BCD0BB in popluar color models

BCD0BB
RGB188208187
HSL117°18.26%77.45%
HSB/HSV117°10.10%81.57%
CMYK9.62%0.00%10.10%
18.43%

Color #BCD0BB in popluar number systems.

HEXBCD0BB
Decimal188208187
Binary101111001101000010111011
Octal274320273

Shades and tints

Shades of #BCD0BB

#BCD0BB
(188,208,187)
#ABBEAA
(171,190,170)
#9AAC99
(154,172,153)
#899A88
(137,154,136)
#788877
(120,136,119)
#677666
(103,118,102)
#566455
(86,100,85)
#455244
(69,82,68)
#344033
(52,64,51)
#232E22
(35,46,34)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #BCD0BB

#BCD0BB
(188,208,187)
#C2D4C1
(194,212,193)
#C8D8C7
(200,216,199)
#CEDCCD
(206,220,205)
#D4E0D3
(212,224,211)
#DAE4D9
(218,228,217)
#E0E8DF
(224,232,223)
#E6ECE5
(230,236,229)
#ECF0EB
(236,240,235)
#F2F4F1
(242,244,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0BB; }

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

This text font color is #BCD0BB.


Background Color

.myBgColor { background-color: #BCD0BB; }

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

This div background color is #BCD0BB.


Border color

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

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

This div border color is #BCD0BB.


Opacity

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

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

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

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

This text has shadow with #BCD0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0BB on black background.


Color preview on white background

This text has color #BCD0BB on white background.



Black color preview on #BCD0BB background

This text has black color on #BCD0BB background.


White color preview on #BCD0BB background

This text has white color on #BCD0BB background.