COLOR #BCEBF3

HEX: #BCEBF3 RGB: (188,235,243)

Color info

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

RGB color model

#BCEBF3 color RGB value is (188,235,243).

RGB: (188,235,243) (74%, 92%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 235 of 255 = 92%
B 243 of 255 = 95%

188
235
243

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

Portions of RGB colors in percentages

R + G + B = 188 + 235 + 243 = 666 (100%)
R 188 of 666 ~ 28.23%
G 235 of 666 ~ 35.29%
B 243 of 666 ~ 36.49'%

%28.23
%35.29
%36.49

CMYK color model

#BCEBF3 color CMYK value is (23,3,0,5).

  • cyan value is 22.63%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (23,3,0,5)
C23M3Y0K5 (23%, 3%, 0%, 5%)
(0.23 / 0.03 / 0.00 / 0.05)

CMYK percentages

%22.63
%3.29
%0
%4.71

Codes

Color #BCEBF3 in popluar color models

BC EB F3
RGB 188 235 243
HSL 189° 69.62% 84.51%
HSB/HSV 189° 22.63% 95.29%
CMYK 22.63% 3.29% 0.00%
4.71%

Color #BCEBF3 in popluar number systems.

HEX BC EB F3
Decimal 188 235 243
Binary 10111100 11101011 11110011
Octal 274 353 363

Shades and tints

Shades of #BCEBF3

#BCEBF3
(188,235,243)
#ABD6DD
(171,214,221)
#9AC1C7
(154,193,199)
#89ACB1
(137,172,177)
#78979B
(120,151,155)
#678285
(103,130,133)
#566D6F
(86,109,111)
#455859
(69,88,89)
#344343
(52,67,67)
#232E2D
(35,46,45)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCEBF3

#BCEBF3
(188,235,243)
#C2ECF4
(194,236,244)
#C8EDF5
(200,237,245)
#CEEEF6
(206,238,246)
#D4EFF7
(212,239,247)
#DAF0F8
(218,240,248)
#E0F1F9
(224,241,249)
#E6F2FA
(230,242,250)
#ECF3FB
(236,243,251)
#F2F4FC
(242,244,252)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEBF3; }

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

This text font color is #BCEBF3.

Background Color

.myBgColor { background-color: #BCEBF3; }

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

This div background color is #BCEBF3.

Border color

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

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

This div border color is #BCEBF3.

Opacity

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

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

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

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

This text has shadow with #BCEBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEBF3.

Preview

Color preview on black background

This text has color #BCEBF3 on black background.


Color preview on white background

This text has color #BCEBF3 on white background.


Black color preview on #BCEBF3 background

This text has black color on #BCEBF3 background.


White color preview on #BCEBF3 background

This text has white color on #BCEBF3 background.


Related colors

Complementary color

Complementary color for #hex is #43140C.


I love getcolorcode.com

Triadic colors

1 #F3BCEB and #EBF3BC with #BCEBF3 are triadic colors.

2 #F3EBBC and #EBBCF3 with #BCEBF3 are triadic colors.