COLOR #BCF5D0

HEX: #BCF5D0
RGB: (188,245,208)

Color info

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

RGB color model

#BCF5D0 color RGB value is (188,245,208).

  • red value is 188;
  • green value is 245;
  • blue value is 208.
RGB:
(188,245,208)
(74%,96%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 245 of 255 = 96%
B 208 of 255 = 82%

188
245
208

R + G + B ~ 84%. #BCF5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 245 + 208 = 641 (100%)
R 188 of 641 ~ 29.33%
G 245 of 641 ~ 38.22%
B 208 of 641 ~ 32.45%

%29.33
%38.22
%32.45

CMYK color model

#BCF5D0 color CMYK value is (23,0,15,4).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 15.10%
  • key color value is 3.92%
CMYK:
(23,0,15,4)
C23M0Y15K4 
(23%,0%,15%,4%)
(0.23/0.00/0.15/0.04)	

CMYK percentages

%23.27
%0
%15.1
%3.92

Codes

Color #BCF5D0 in popluar color models

BCF5D0
RGB188245208
HSL141°74.03%84.90%
HSB/HSV141°23.27%96.08%
CMYK23.27%0.00%15.10%
3.92%

Color #BCF5D0 in popluar number systems.

HEXBCF5D0
Decimal188245208
Binary101111001111010111010000
Octal274365320

Shades and tints

Shades of #BCF5D0

#BCF5D0
(188,245,208)
#ABDFBE
(171,223,190)
#9AC9AC
(154,201,172)
#89B39A
(137,179,154)
#789D88
(120,157,136)
#678776
(103,135,118)
#567164
(86,113,100)
#455B52
(69,91,82)
#344540
(52,69,64)
#232F2E
(35,47,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #BCF5D0

#BCF5D0
(188,245,208)
#C2F5D4
(194,245,212)
#C8F5D8
(200,245,216)
#CEF5DC
(206,245,220)
#D4F5E0
(212,245,224)
#DAF5E4
(218,245,228)
#E0F5E8
(224,245,232)
#E6F5EC
(230,245,236)
#ECF5F0
(236,245,240)
#F2F5F4
(242,245,244)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF5D0 color. Also use rgb(188,245,208) instead hex code.

Text Font Color

.myTextColor { color: #BCF5D0; }

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

This text font color is #BCF5D0.


Background Color

.myBgColor { background-color: #BCF5D0; }

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

This div background color is #BCF5D0.


Border color

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

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

This div border color is #BCF5D0.


Opacity

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

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

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

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

This text has shadow with #BCF5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF5D0 on black background.


Color preview on white background

This text has color #BCF5D0 on white background.



Black color preview on #BCF5D0 background

This text has black color on #BCF5D0 background.


White color preview on #BCF5D0 background

This text has white color on #BCF5D0 background.