COLOR #BCD0BA

HEX: #BCD0BA
RGB: (188,208,186)

Color info

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

RGB color model

#BCD0BA color RGB value is (188,208,186).

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

RGB channels and saturation

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

188
208
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 186 = 582 (100%)
R 188 of 582 ~ 32.3%
G 208 of 582 ~ 35.74%
B 186 of 582 ~ 31.96%

%32.3
%35.74
%31.96

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(10,0,11,18)
C10M0Y11K18 
(10%,0%,11%,18%)
(0.10/0.00/0.11/0.18)	

CMYK percentages

%9.62
%0
%10.58
%18.43

Codes

Color #BCD0BA in popluar color models

BCD0BA
RGB188208186
HSL115°18.97%77.25%
HSB/HSV115°10.58%81.57%
CMYK9.62%0.00%10.58%
18.43%

Color #BCD0BA in popluar number systems.

HEXBCD0BA
Decimal188208186
Binary101111001101000010111010
Octal274320272

Shades and tints

Shades of #BCD0BA

#BCD0BA
(188,208,186)
#ABBEAA
(171,190,170)
#9AAC9A
(154,172,154)
#899A8A
(137,154,138)
#78887A
(120,136,122)
#67766A
(103,118,106)
#56645A
(86,100,90)
#45524A
(69,82,74)
#34403A
(52,64,58)
#232E2A
(35,46,42)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #BCD0BA

#BCD0BA
(188,208,186)
#C2D4C0
(194,212,192)
#C8D8C6
(200,216,198)
#CEDCCC
(206,220,204)
#D4E0D2
(212,224,210)
#DAE4D8
(218,228,216)
#E0E8DE
(224,232,222)
#E6ECE4
(230,236,228)
#ECF0EA
(236,240,234)
#F2F4F0
(242,244,240)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0BA; }

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

This text font color is #BCD0BA.


Background Color

.myBgColor { background-color: #BCD0BA; }

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

This div background color is #BCD0BA.


Border color

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

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

This div border color is #BCD0BA.


Opacity

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

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

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

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

This text has shadow with #BCD0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0BA on black background.


Color preview on white background

This text has color #BCD0BA on white background.



Black color preview on #BCD0BA background

This text has black color on #BCD0BA background.


White color preview on #BCD0BA background

This text has white color on #BCD0BA background.