COLOR #BCEDF9

HEX: #BCEDF9 RGB: (188,237,249)

Color info

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

RGB color model

#BCEDF9 color RGB value is (188,237,249).

RGB: (188,237,249) (74%, 93%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 249 of 255 = 98%

188
237
249

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

Portions of RGB colors in percentages

R + G + B = 188 + 237 + 249 = 674 (100%)
R 188 of 674 ~ 27.89%
G 237 of 674 ~ 35.16%
B 249 of 674 ~ 36.94'%

%27.89
%35.16
%36.94

CMYK color model

#BCEDF9 color CMYK value is (24,5,0,2).

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

CMYK: (24,5,0,2)
C24M5Y0K2 (24%, 5%, 0%, 2%)
(0.24 / 0.05 / 0.00 / 0.02)

CMYK percentages

%24.5
%4.82
%0
%2.35

Codes

Color #BCEDF9 in popluar color models

BC ED F9
RGB 188 237 249
HSL 192° 83.56% 85.69%
HSB/HSV 192° 24.50% 97.65%
CMYK 24.50% 4.82% 0.00%
2.35%

Color #BCEDF9 in popluar number systems.

HEX BC ED F9
Decimal 188 237 249
Binary 10111100 11101101 11111001
Octal 274 355 371

Shades and tints

Shades of #BCEDF9

#BCEDF9
(188,237,249)
#ABD8E3
(171,216,227)
#9AC3CD
(154,195,205)
#89AEB7
(137,174,183)
#7899A1
(120,153,161)
#67848B
(103,132,139)
#566F75
(86,111,117)
#455A5F
(69,90,95)
#344549
(52,69,73)
#233033
(35,48,51)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #BCEDF9

#BCEDF9
(188,237,249)
#C2EEF9
(194,238,249)
#C8EFF9
(200,239,249)
#CEF0F9
(206,240,249)
#D4F1F9
(212,241,249)
#DAF2F9
(218,242,249)
#E0F3F9
(224,243,249)
#E6F4F9
(230,244,249)
#ECF5F9
(236,245,249)
#F2F6F9
(242,246,249)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEDF9; }

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

This text font color is #BCEDF9.

Background Color

.myBgColor { background-color: #BCEDF9; }

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

This div background color is #BCEDF9.

Border color

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

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

This div border color is #BCEDF9.

Opacity

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

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

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

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

This text has shadow with #BCEDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEDF9.

Preview

Color preview on black background

This text has color #BCEDF9 on black background.


Color preview on white background

This text has color #BCEDF9 on white background.


Black color preview on #BCEDF9 background

This text has black color on #BCEDF9 background.


White color preview on #BCEDF9 background

This text has white color on #BCEDF9 background.


Related colors

Complementary color

Complementary color for #hex is #431206.


I love getcolorcode.com

Triadic colors

1 #F9BCED and #EDF9BC with #BCEDF9 are triadic colors.

2 #F9EDBC and #EDBCF9 with #BCEDF9 are triadic colors.