COLOR #BCCBB9

HEX: #BCCBB9
RGB: (188,203,185)

Color info

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

RGB color model

#BCCBB9 color RGB value is (188,203,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 185 of 255 = 73%

188
203
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 185 = 576 (100%)
R 188 of 576 ~ 32.64%
G 203 of 576 ~ 35.24%
B 185 of 576 ~ 32.12%

%32.64
%35.24
%32.12

CMYK color model

#BCCBB9 color CMYK value is (7,0,9,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(7,0,9,20)
C7M0Y9K20 
(7%,0%,9%,20%)
(0.07/0.00/0.09/0.20)	

CMYK percentages

%7.39
%0
%8.87
%20.39

Codes

Color #BCCBB9 in popluar color models

BCCBB9
RGB188203185
HSL110°14.75%76.08%
HSB/HSV110°8.87%79.61%
CMYK7.39%0.00%8.87%
20.39%

Color #BCCBB9 in popluar number systems.

HEXBCCBB9
Decimal188203185
Binary101111001100101110111001
Octal274313271

Shades and tints

Shades of #BCCBB9

#BCCBB9
(188,203,185)
#ABB9A9
(171,185,169)
#9AA799
(154,167,153)
#899589
(137,149,137)
#788379
(120,131,121)
#677169
(103,113,105)
#565F59
(86,95,89)
#454D49
(69,77,73)
#343B39
(52,59,57)
#232929
(35,41,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCCBB9

#BCCBB9
(188,203,185)
#C2CFBF
(194,207,191)
#C8D3C5
(200,211,197)
#CED7CB
(206,215,203)
#D4DBD1
(212,219,209)
#DADFD7
(218,223,215)
#E0E3DD
(224,227,221)
#E6E7E3
(230,231,227)
#ECEBE9
(236,235,233)
#F2EFEF
(242,239,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBB9; }

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

This text font color is #BCCBB9.


Background Color

.myBgColor { background-color: #BCCBB9; }

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

This div background color is #BCCBB9.


Border color

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

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

This div border color is #BCCBB9.


Opacity

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

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

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

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

This text has shadow with #BCCBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBB9 on black background.


Color preview on white background

This text has color #BCCBB9 on white background.



Black color preview on #BCCBB9 background

This text has black color on #BCCBB9 background.


White color preview on #BCCBB9 background

This text has white color on #BCCBB9 background.