COLOR #BCF9EB

HEX: #BCF9EB RGB: (188,249,235)

Color info

#BCF9EB contains mainly green and blue colors. Web safe color of #BCF9EB is #CCFFFF (or #CFF).

RGB color model

#BCF9EB color RGB value is (188,249,235).

RGB: (188,249,235) (74%, 98%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 249 of 255 = 98%
B 235 of 255 = 92%

188
249
235

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

Portions of RGB colors in percentages

R + G + B = 188 + 249 + 235 = 672 (100%)
R 188 of 672 ~ 27.98%
G 249 of 672 ~ 37.05%
B 235 of 672 ~ 34.97'%

%27.98
%37.05
%34.97

CMYK color model

#BCF9EB color CMYK value is (24,0,6,2).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%

CMYK: (24,0,6,2)
C24M0Y6K2 (24%, 0%, 6%, 2%)
(0.24 / 0.00 / 0.06 / 0.02)

CMYK percentages

%24.5
%0
%5.62
%2.35

Codes

Color #BCF9EB in popluar color models

BC F9 EB
RGB 188 249 235
HSL 166° 83.56% 85.69%
HSB/HSV 166° 24.50% 97.65%
CMYK 24.50% 0.00% 5.62%
2.35%

Color #BCF9EB in popluar number systems.

HEX BC F9 EB
Decimal 188 249 235
Binary 10111100 11111001 11101011
Octal 274 371 353

Shades and tints

Shades of #BCF9EB

#BCF9EB
(188,249,235)
#ABE3D6
(171,227,214)
#9ACDC1
(154,205,193)
#89B7AC
(137,183,172)
#78A197
(120,161,151)
#678B82
(103,139,130)
#56756D
(86,117,109)
#455F58
(69,95,88)
#344943
(52,73,67)
#23332E
(35,51,46)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #BCF9EB

#BCF9EB
(188,249,235)
#C2F9EC
(194,249,236)
#C8F9ED
(200,249,237)
#CEF9EE
(206,249,238)
#D4F9EF
(212,249,239)
#DAF9F0
(218,249,240)
#E0F9F1
(224,249,241)
#E6F9F2
(230,249,242)
#ECF9F3
(236,249,243)
#F2F9F4
(242,249,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF9EB; }

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

This text font color is #BCF9EB.

Background Color

.myBgColor { background-color: #BCF9EB; }

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

This div background color is #BCF9EB.

Border color

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

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

This div border color is #BCF9EB.

Opacity

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

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

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

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

This text has shadow with #BCF9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF9EB.

Preview

Color preview on black background

This text has color #BCF9EB on black background.


Color preview on white background

This text has color #BCF9EB on white background.


Black color preview on #BCF9EB background

This text has black color on #BCF9EB background.


White color preview on #BCF9EB background

This text has white color on #BCF9EB background.


Related colors

Complementary color

Complementary color for #hex is #430614.


I love getcolorcode.com

Triadic colors

1 #EBBCF9 and #F9EBBC with #BCF9EB are triadic colors.

2 #EBF9BC and #F9BCEB with #BCF9EB are triadic colors.