COLOR #BCEFF0

HEX: #BCEFF0
RGB: (188,239,240)

Color info

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

RGB color model

#BCEFF0 color RGB value is (188,239,240).

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

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 240 of 255 = 94%

188
239
240

R + G + B ~ 87%. #BCEFF0 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 240 = 667 (100%)
R 188 of 667 ~ 28.19%
G 239 of 667 ~ 35.83%
B 240 of 667 ~ 35.98%

%28.19
%35.83
%35.98

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (22,0,0,6) C22M0Y0K6 (22%,0%,0%,6%) (0.22/0.00/0.00/0.06)

CMYK percentages

%21.67
%0.42
%0
%5.88

Codes

Color #BCEFF0 in popluar color models

BCEFF0
RGB188239240
HSL181°63.41%83.92%
HSB/HSV181°21.67%94.12%
CMYK21.67%0.42%0.00%
5.88%

Color #BCEFF0 in popluar number systems.

HEXBCEFF0
Decimal188239240
Binary101111001110111111110000
Octal274357360

Shades and tints

Shades of #BCEFF0

#BCEFF0
(188,239,240)
#ABDADB
(171,218,219)
#9AC5C6
(154,197,198)
#89B0B1
(137,176,177)
#789B9C
(120,155,156)
#678687
(103,134,135)
#567172
(86,113,114)
#455C5D
(69,92,93)
#344748
(52,71,72)
#233233
(35,50,51)
#121D1E
(18,29,30)
#000000
(0,0,0)

Tints of #BCEFF0

#BCEFF0
(188,239,240)
#C2F0F1
(194,240,241)
#C8F1F2
(200,241,242)
#CEF2F3
(206,242,243)
#D4F3F4
(212,243,244)
#DAF4F5
(218,244,245)
#E0F5F6
(224,245,246)
#E6F6F7
(230,246,247)
#ECF7F8
(236,247,248)
#F2F8F9
(242,248,249)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEFF0; }

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

This text font color is #BCEFF0.


Background Color

.myBgColor { background-color: #BCEFF0; }

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

This div background color is #BCEFF0.


Border color

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

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

This div border color is #BCEFF0.


Opacity

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

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

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

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

This text has shadow with #BCEFF0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCEFF0 on black background.


Color preview on white background

This text has color #BCEFF0 on white background.



Black color preview on #BCEFF0 background

This text has black color on #BCEFF0 background.


White color preview on #BCEFF0 background

This text has white color on #BCEFF0 background.