COLOR #BCF0B8

HEX: #BCF0B8
RGB: (188,240,184)

Color info

#BCF0B8 contains red, green and blue colors in about the same proportion. Web safe color of #BCF0B8 is #CCFFCC (or #CFC).

RGB color model

#BCF0B8 color RGB value is (188,240,184).

  • red value is 188;
  • green value is 240;
  • blue value is 184.
RGB:
(188,240,184)
(74%,94%,72%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 184 of 255 = 72%

188
240
184

R + G + B ~ 80%. #BCF0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 240 + 184 = 612 (100%)
R 188 of 612 ~ 30.72%
G 240 of 612 ~ 39.22%
B 184 of 612 ~ 30.07%

%30.72
%39.22
%30.07

CMYK color model

#BCF0B8 color CMYK value is (22,0,23,6).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(22,0,23,6)
C22M0Y23K6 
(22%,0%,23%,6%)
(0.22/0.00/0.23/0.06)	

CMYK percentages

%21.67
%0
%23.33
%5.88

Codes

Color #BCF0B8 in popluar color models

BCF0B8
RGB188240184
HSL116°65.12%83.14%
HSB/HSV116°23.33%94.12%
CMYK21.67%0.00%23.33%
5.88%

Color #BCF0B8 in popluar number systems.

HEXBCF0B8
Decimal188240184
Binary101111001111000010111000
Octal274360270

Shades and tints

Shades of #BCF0B8

#BCF0B8
(188,240,184)
#ABDBA8
(171,219,168)
#9AC698
(154,198,152)
#89B188
(137,177,136)
#789C78
(120,156,120)
#678768
(103,135,104)
#567258
(86,114,88)
#455D48
(69,93,72)
#344838
(52,72,56)
#233328
(35,51,40)
#121E18
(18,30,24)
#000000
(0,0,0)

Tints of #BCF0B8

#BCF0B8
(188,240,184)
#C2F1BE
(194,241,190)
#C8F2C4
(200,242,196)
#CEF3CA
(206,243,202)
#D4F4D0
(212,244,208)
#DAF5D6
(218,245,214)
#E0F6DC
(224,246,220)
#E6F7E2
(230,247,226)
#ECF8E8
(236,248,232)
#F2F9EE
(242,249,238)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF0B8 color. Also use rgb(188,240,184) instead hex code.

Text Font Color

.myTextColor { color: #BCF0B8; }

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

This text font color is #BCF0B8.


Background Color

.myBgColor { background-color: #BCF0B8; }

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

This div background color is #BCF0B8.


Border color

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

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

This div border color is #BCF0B8.


Opacity

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

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

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

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

This text has shadow with #BCF0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF0B8 on black background.


Color preview on white background

This text has color #BCF0B8 on white background.



Black color preview on #BCF0B8 background

This text has black color on #BCF0B8 background.


White color preview on #BCF0B8 background

This text has white color on #BCF0B8 background.