COLOR #BCCEB9

HEX: #BCCEB9
RGB: (188,206,185)

Color info

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

RGB color model

#BCCEB9 color RGB value is (188,206,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 185 of 255 = 73%

188
206
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 185 = 579 (100%)
R 188 of 579 ~ 32.47%
G 206 of 579 ~ 35.58%
B 185 of 579 ~ 31.95%

%32.47
%35.58
%31.95

CMYK color model

#BCCEB9 color CMYK value is (9,0,10,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(9,0,10,19)
C9M0Y10K19 
(9%,0%,10%,19%)
(0.09/0.00/0.10/0.19)	

CMYK percentages

%8.74
%0
%10.19
%19.22

Codes

Color #BCCEB9 in popluar color models

BCCEB9
RGB188206185
HSL111°17.65%76.67%
HSB/HSV111°10.19%80.78%
CMYK8.74%0.00%10.19%
19.22%

Color #BCCEB9 in popluar number systems.

HEXBCCEB9
Decimal188206185
Binary101111001100111010111001
Octal274316271

Shades and tints

Shades of #BCCEB9

#BCCEB9
(188,206,185)
#ABBCA9
(171,188,169)
#9AAA99
(154,170,153)
#899889
(137,152,137)
#788679
(120,134,121)
#677469
(103,116,105)
#566259
(86,98,89)
#455049
(69,80,73)
#343E39
(52,62,57)
#232C29
(35,44,41)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCCEB9

#BCCEB9
(188,206,185)
#C2D2BF
(194,210,191)
#C8D6C5
(200,214,197)
#CEDACB
(206,218,203)
#D4DED1
(212,222,209)
#DAE2D7
(218,226,215)
#E0E6DD
(224,230,221)
#E6EAE3
(230,234,227)
#ECEEE9
(236,238,233)
#F2F2EF
(242,242,239)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEB9; }

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

This text font color is #BCCEB9.


Background Color

.myBgColor { background-color: #BCCEB9; }

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

This div background color is #BCCEB9.


Border color

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

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

This div border color is #BCCEB9.


Opacity

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

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

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

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

This text has shadow with #BCCEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEB9 on black background.


Color preview on white background

This text has color #BCCEB9 on white background.



Black color preview on #BCCEB9 background

This text has black color on #BCCEB9 background.


White color preview on #BCCEB9 background

This text has white color on #BCCEB9 background.