COLOR #BCDB95

HEX: #BCDB95
RGB: (188,219,149)

Color info

#BCDB95 contains mainly red and green colors. Web safe color of #BCDB95 is #CCCC99 (or #CC9).

RGB color model

#BCDB95 color RGB value is (188,219,149).

  • red value is 188;
  • green value is 219;
  • blue value is 149.
RGB:
(188,219,149)
(74%,86%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 149 of 255 = 58%

188
219
149

R + G + B ~ 73%. #BCDB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 149 = 556 (100%)
R 188 of 556 ~ 33.81%
G 219 of 556 ~ 39.39%
B 149 of 556 ~ 26.8%

%33.81
%39.39
%26.8

CMYK color model

#BCDB95 color CMYK value is (14,0,32,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 14.12%
CMYK:
(14,0,32,14)
C14M0Y32K14 
(14%,0%,32%,14%)
(0.14/0.00/0.32/0.14)	

CMYK percentages

%14.16
%0
%31.96
%14.12

Codes

Color #BCDB95 in popluar color models

BCDB95
RGB188219149
HSL87°49.30%72.16%
HSB/HSV87°31.96%85.88%
CMYK14.16%0.00%31.96%
14.12%

Color #BCDB95 in popluar number systems.

HEXBCDB95
Decimal188219149
Binary101111001101101110010101
Octal274333225

Shades and tints

Shades of #BCDB95

#BCDB95
(188,219,149)
#ABC888
(171,200,136)
#9AB57B
(154,181,123)
#89A26E
(137,162,110)
#788F61
(120,143,97)
#677C54
(103,124,84)
#566947
(86,105,71)
#45563A
(69,86,58)
#34432D
(52,67,45)
#233020
(35,48,32)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #BCDB95

#BCDB95
(188,219,149)
#C2DE9E
(194,222,158)
#C8E1A7
(200,225,167)
#CEE4B0
(206,228,176)
#D4E7B9
(212,231,185)
#DAEAC2
(218,234,194)
#E0EDCB
(224,237,203)
#E6F0D4
(230,240,212)
#ECF3DD
(236,243,221)
#F2F6E6
(242,246,230)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDB95 color. Also use rgb(188,219,149) instead hex code.

Text Font Color

.myTextColor { color: #BCDB95; }

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

This text font color is #BCDB95.


Background Color

.myBgColor { background-color: #BCDB95; }

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

This div background color is #BCDB95.


Border color

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

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

This div border color is #BCDB95.


Opacity

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

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

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

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

This text has shadow with #BCDB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDB95 on black background.


Color preview on white background

This text has color #BCDB95 on white background.



Black color preview on #BCDB95 background

This text has black color on #BCDB95 background.


White color preview on #BCDB95 background

This text has white color on #BCDB95 background.