COLOR #BCF7F0

HEX: #BCF7F0 RGB: (188,247,240)

Color info

#BCF7F0 contains red, green and blue colors in about the same proportion. Web safe color of #BCF7F0 is #CCFFFF (or #CFF).

RGB color model

#BCF7F0 color RGB value is (188,247,240).

RGB: (188,247,240) (74%, 97%, 94%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 240 of 255 = 94%

188
247
240

R + G + B ~ 88%. #BCF7F0 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 240 = 675 (100%)
R 188 of 675 ~ 27.85%
G 247 of 675 ~ 36.59%
B 240 of 675 ~ 35.56'%

%27.85
%36.59
%35.56

CMYK color model

#BCF7F0 color CMYK value is (24,0,3,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 3.14%

CMYK: (24,0,3,3)
C24M0Y3K3 (24%, 0%, 3%, 3%)
(0.24 / 0.00 / 0.03 / 0.03)

CMYK percentages

%23.89
%0
%2.83
%3.14

Codes

Color #BCF7F0 in popluar color models

BC F7 F0
RGB 188 247 240
HSL 173° 78.67% 85.29%
HSB/HSV 173° 23.89% 96.86%
CMYK 23.89% 0.00% 2.83%
3.14%

Color #BCF7F0 in popluar number systems.

HEX BC F7 F0
Decimal 188 247 240
Binary 10111100 11110111 11110000
Octal 274 367 360

Shades and tints

Shades of #BCF7F0

#BCF7F0
(188,247,240)
#ABE1DB
(171,225,219)
#9ACBC6
(154,203,198)
#89B5B1
(137,181,177)
#789F9C
(120,159,156)
#678987
(103,137,135)
#567372
(86,115,114)
#455D5D
(69,93,93)
#344748
(52,71,72)
#233133
(35,49,51)
#121B1E
(18,27,30)
#000000
(0,0,0)

Tints of #BCF7F0

#BCF7F0
(188,247,240)
#C2F7F1
(194,247,241)
#C8F7F2
(200,247,242)
#CEF7F3
(206,247,243)
#D4F7F4
(212,247,244)
#DAF7F5
(218,247,245)
#E0F7F6
(224,247,246)
#E6F7F7
(230,247,247)
#ECF7F8
(236,247,248)
#F2F7F9
(242,247,249)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7F0; }

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

This text font color is #BCF7F0.

Background Color

.myBgColor { background-color: #BCF7F0; }

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

This div background color is #BCF7F0.

Border color

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

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

This div border color is #BCF7F0.

Opacity

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

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

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

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

This text has shadow with #BCF7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7F0.

Preview

Color preview on black background

This text has color #BCF7F0 on black background.


Color preview on white background

This text has color #BCF7F0 on white background.


Black color preview on #BCF7F0 background

This text has black color on #BCF7F0 background.


White color preview on #BCF7F0 background

This text has white color on #BCF7F0 background.


Related colors

Complementary color

Complementary color for #hex is #43080F.


I love getcolorcode.com

Triadic colors

1 #F0BCF7 and #F7F0BC with #BCF7F0 are triadic colors.

2 #F0F7BC and #F7BCF0 with #BCF7F0 are triadic colors.