COLOR #BCF9D8

HEX: #BCF9D8
RGB: (188,249,216)

Color info

#BCF9D8 contains mainly green and blue colors. Web safe color of #BCF9D8 is #CCFFCC (or #CFC).

RGB color model

#BCF9D8 color RGB value is (188,249,216).

  • red value is 188;
  • green value is 249;
  • blue value is 216.
RGB:
(188,249,216)
(74%,98%,85%)

RGB channels and saturation

R 188 of 255 = 74%
G 249 of 255 = 98%
B 216 of 255 = 85%

188
249
216

R + G + B ~ 86%. #BCF9D8 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 249 + 216 = 653 (100%)
R 188 of 653 ~ 28.79%
G 249 of 653 ~ 38.13%
B 216 of 653 ~ 33.08%

%28.79
%38.13
%33.08

CMYK color model

#BCF9D8 color CMYK value is (24,0,13,2).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 2.35%
CMYK:
(24,0,13,2)
C24M0Y13K2 
(24%,0%,13%,2%)
(0.24/0.00/0.13/0.02)	

CMYK percentages

%24.5
%0
%13.25
%2.35

Codes

Color #BCF9D8 in popluar color models

BCF9D8
RGB188249216
HSL148°83.56%85.69%
HSB/HSV148°24.50%97.65%
CMYK24.50%0.00%13.25%
2.35%

Color #BCF9D8 in popluar number systems.

HEXBCF9D8
Decimal188249216
Binary101111001111100111011000
Octal274371330

Shades and tints

Shades of #BCF9D8

#BCF9D8
(188,249,216)
#ABE3C5
(171,227,197)
#9ACDB2
(154,205,178)
#89B79F
(137,183,159)
#78A18C
(120,161,140)
#678B79
(103,139,121)
#567566
(86,117,102)
#455F53
(69,95,83)
#344940
(52,73,64)
#23332D
(35,51,45)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #BCF9D8

#BCF9D8
(188,249,216)
#C2F9DB
(194,249,219)
#C8F9DE
(200,249,222)
#CEF9E1
(206,249,225)
#D4F9E4
(212,249,228)
#DAF9E7
(218,249,231)
#E0F9EA
(224,249,234)
#E6F9ED
(230,249,237)
#ECF9F0
(236,249,240)
#F2F9F3
(242,249,243)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF9D8 color. Also use rgb(188,249,216) instead hex code.

Text Font Color

.myTextColor { color: #BCF9D8; }

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

This text font color is #BCF9D8.


Background Color

.myBgColor { background-color: #BCF9D8; }

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

This div background color is #BCF9D8.


Border color

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

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

This div border color is #BCF9D8.


Opacity

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

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

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

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

This text has shadow with #BCF9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF9D8 on black background.


Color preview on white background

This text has color #BCF9D8 on white background.



Black color preview on #BCF9D8 background

This text has black color on #BCF9D8 background.


White color preview on #BCF9D8 background

This text has white color on #BCF9D8 background.