COLOR #BCD2B8

HEX: #BCD2B8
RGB: (188,210,184)

Color info

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

RGB color model

#BCD2B8 color RGB value is (188,210,184).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 184 of 255 = 72%

188
210
184

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 184 = 582 (100%)
R 188 of 582 ~ 32.3%
G 210 of 582 ~ 36.08%
B 184 of 582 ~ 31.62%

%32.3
%36.08
%31.62

CMYK color model

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

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 17.65%
CMYK:
(10,0,12,18)
C10M0Y12K18 
(10%,0%,12%,18%)
(0.10/0.00/0.12/0.18)	

CMYK percentages

%10.48
%0
%12.38
%17.65

Codes

Color #BCD2B8 in popluar color models

BCD2B8
RGB188210184
HSL111°22.41%77.25%
HSB/HSV111°12.38%82.35%
CMYK10.48%0.00%12.38%
17.65%

Color #BCD2B8 in popluar number systems.

HEXBCD2B8
Decimal188210184
Binary101111001101001010111000
Octal274322270

Shades and tints

Shades of #BCD2B8

#BCD2B8
(188,210,184)
#ABBFA8
(171,191,168)
#9AAC98
(154,172,152)
#899988
(137,153,136)
#788678
(120,134,120)
#677368
(103,115,104)
#566058
(86,96,88)
#454D48
(69,77,72)
#343A38
(52,58,56)
#232728
(35,39,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCD2B8

#BCD2B8
(188,210,184)
#C2D6BE
(194,214,190)
#C8DAC4
(200,218,196)
#CEDECA
(206,222,202)
#D4E2D0
(212,226,208)
#DAE6D6
(218,230,214)
#E0EADC
(224,234,220)
#E6EEE2
(230,238,226)
#ECF2E8
(236,242,232)
#F2F6EE
(242,246,238)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2B8; }

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

This text font color is #BCD2B8.


Background Color

.myBgColor { background-color: #BCD2B8; }

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

This div background color is #BCD2B8.


Border color

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

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

This div border color is #BCD2B8.


Opacity

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

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

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

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

This text has shadow with #BCD2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2B8 on black background.


Color preview on white background

This text has color #BCD2B8 on white background.



Black color preview on #BCD2B8 background

This text has black color on #BCD2B8 background.


White color preview on #BCD2B8 background

This text has white color on #BCD2B8 background.