COLOR #BCCFB9

HEX: #BCCFB9
RGB: (188,207,185)

Color info

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

RGB color model

#BCCFB9 color RGB value is (188,207,185).

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

RGB channels and saturation

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

188
207
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 185 = 580 (100%)
R 188 of 580 ~ 32.41%
G 207 of 580 ~ 35.69%
B 185 of 580 ~ 31.9%

%32.41
%35.69
%31.9

CMYK color model

#BCCFB9 color CMYK value is (9,0,11,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(9,0,11,19)
C9M0Y11K19 
(9%,0%,11%,19%)
(0.09/0.00/0.11/0.19)	

CMYK percentages

%9.18
%0
%10.63
%18.82

Codes

Color #BCCFB9 in popluar color models

BCCFB9
RGB188207185
HSL112°18.64%76.86%
HSB/HSV112°10.63%81.18%
CMYK9.18%0.00%10.63%
18.82%

Color #BCCFB9 in popluar number systems.

HEXBCCFB9
Decimal188207185
Binary101111001100111110111001
Octal274317271

Shades and tints

Shades of #BCCFB9

#BCCFB9
(188,207,185)
#ABBDA9
(171,189,169)
#9AAB99
(154,171,153)
#899989
(137,153,137)
#788779
(120,135,121)
#677569
(103,117,105)
#566359
(86,99,89)
#455149
(69,81,73)
#343F39
(52,63,57)
#232D29
(35,45,41)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCCFB9

#BCCFB9
(188,207,185)
#C2D3BF
(194,211,191)
#C8D7C5
(200,215,197)
#CEDBCB
(206,219,203)
#D4DFD1
(212,223,209)
#DAE3D7
(218,227,215)
#E0E7DD
(224,231,221)
#E6EBE3
(230,235,227)
#ECEFE9
(236,239,233)
#F2F3EF
(242,243,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFB9; }

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

This text font color is #BCCFB9.


Background Color

.myBgColor { background-color: #BCCFB9; }

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

This div background color is #BCCFB9.


Border color

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

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

This div border color is #BCCFB9.


Opacity

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

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

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

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

This text has shadow with #BCCFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFB9 on black background.


Color preview on white background

This text has color #BCCFB9 on white background.



Black color preview on #BCCFB9 background

This text has black color on #BCCFB9 background.


White color preview on #BCCFB9 background

This text has white color on #BCCFB9 background.