COLOR #BCDFB9

HEX: #BCDFB9
RGB: (188,223,185)

Color info

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

RGB color model

#BCDFB9 color RGB value is (188,223,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 185 of 255 = 73%

188
223
185

R + G + B ~ 78%. #BCDFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 185 = 596 (100%)
R 188 of 596 ~ 31.54%
G 223 of 596 ~ 37.42%
B 185 of 596 ~ 31.04%

%31.54
%37.42
%31.04

CMYK color model

#BCDFB9 color CMYK value is (16,0,17,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(16,0,17,13)
C16M0Y17K13 
(16%,0%,17%,13%)
(0.16/0.00/0.17/0.13)	

CMYK percentages

%15.7
%0
%17.04
%12.55

Codes

Color #BCDFB9 in popluar color models

BCDFB9
RGB188223185
HSL115°37.25%80.00%
HSB/HSV115°17.04%87.45%
CMYK15.70%0.00%17.04%
12.55%

Color #BCDFB9 in popluar number systems.

HEXBCDFB9
Decimal188223185
Binary101111001101111110111001
Octal274337271

Shades and tints

Shades of #BCDFB9

#BCDFB9
(188,223,185)
#ABCBA9
(171,203,169)
#9AB799
(154,183,153)
#89A389
(137,163,137)
#788F79
(120,143,121)
#677B69
(103,123,105)
#566759
(86,103,89)
#455349
(69,83,73)
#343F39
(52,63,57)
#232B29
(35,43,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCDFB9

#BCDFB9
(188,223,185)
#C2E1BF
(194,225,191)
#C8E3C5
(200,227,197)
#CEE5CB
(206,229,203)
#D4E7D1
(212,231,209)
#DAE9D7
(218,233,215)
#E0EBDD
(224,235,221)
#E6EDE3
(230,237,227)
#ECEFE9
(236,239,233)
#F2F1EF
(242,241,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFB9; }

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

This text font color is #BCDFB9.


Background Color

.myBgColor { background-color: #BCDFB9; }

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

This div background color is #BCDFB9.


Border color

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

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

This div border color is #BCDFB9.


Opacity

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

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

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

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

This text has shadow with #BCDFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDFB9 on black background.


Color preview on white background

This text has color #BCDFB9 on white background.



Black color preview on #BCDFB9 background

This text has black color on #BCDFB9 background.


White color preview on #BCDFB9 background

This text has white color on #BCDFB9 background.