COLOR #BCCEB5

HEX: #BCCEB5
RGB: (188,206,181)

Color info

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

RGB color model

#BCCEB5 color RGB value is (188,206,181).

  • red value is 188;
  • green value is 206;
  • blue value is 181.
RGB:
(188,206,181)
(74%,81%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 181 of 255 = 71%

188
206
181

R + G + B ~ 75%. #BCCEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 181 = 575 (100%)
R 188 of 575 ~ 32.7%
G 206 of 575 ~ 35.83%
B 181 of 575 ~ 31.48%

%32.7
%35.83
%31.48

CMYK color model

#BCCEB5 color CMYK value is (9,0,12,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(9,0,12,19)
C9M0Y12K19 
(9%,0%,12%,19%)
(0.09/0.00/0.12/0.19)	

CMYK percentages

%8.74
%0
%12.14
%19.22

Codes

Color #BCCEB5 in popluar color models

BCCEB5
RGB188206181
HSL103°20.33%75.88%
HSB/HSV103°12.14%80.78%
CMYK8.74%0.00%12.14%
19.22%

Color #BCCEB5 in popluar number systems.

HEXBCCEB5
Decimal188206181
Binary101111001100111010110101
Octal274316265

Shades and tints

Shades of #BCCEB5

#BCCEB5
(188,206,181)
#ABBCA5
(171,188,165)
#9AAA95
(154,170,149)
#899885
(137,152,133)
#788675
(120,134,117)
#677465
(103,116,101)
#566255
(86,98,85)
#455045
(69,80,69)
#343E35
(52,62,53)
#232C25
(35,44,37)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCCEB5

#BCCEB5
(188,206,181)
#C2D2BB
(194,210,187)
#C8D6C1
(200,214,193)
#CEDAC7
(206,218,199)
#D4DECD
(212,222,205)
#DAE2D3
(218,226,211)
#E0E6D9
(224,230,217)
#E6EADF
(230,234,223)
#ECEEE5
(236,238,229)
#F2F2EB
(242,242,235)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCEB5 color. Also use rgb(188,206,181) instead hex code.

Text Font Color

.myTextColor { color: #BCCEB5; }

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

This text font color is #BCCEB5.


Background Color

.myBgColor { background-color: #BCCEB5; }

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

This div background color is #BCCEB5.


Border color

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

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

This div border color is #BCCEB5.


Opacity

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

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

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

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

This text has shadow with #BCCEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEB5 on black background.


Color preview on white background

This text has color #BCCEB5 on white background.



Black color preview on #BCCEB5 background

This text has black color on #BCCEB5 background.


White color preview on #BCCEB5 background

This text has white color on #BCCEB5 background.