COLOR #BCDBED

HEX: #BCDBED
RGB: (188,219,237)

Color info

#BCDBED contains red, green and blue colors in about the same proportion. Web safe color of #BCDBED is #CCCCFF (or #CCF).

RGB color model

#BCDBED color RGB value is (188,219,237).

  • red value is 188;
  • green value is 219;
  • blue value is 237.
RGB:
(188,219,237)
(74%,86%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 237 of 255 = 93%

188
219
237

R + G + B ~ 84%. #BCDBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 237 = 644 (100%)
R 188 of 644 ~ 29.19%
G 219 of 644 ~ 34.01%
B 237 of 644 ~ 36.8%

%29.19
%34.01
%36.8

CMYK color model

#BCDBED color CMYK value is (21,8,0,7).

  • cyan value is 20.68%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,8,0,7)
C21M8Y0K7 
(21%,8%,0%,7%)
(0.21/0.08/0.00/0.07)	

CMYK percentages

%20.68
%7.59
%0
%7.06

Codes

Color #BCDBED in popluar color models

BCDBED
RGB188219237
HSL202°57.65%83.33%
HSB/HSV202°20.68%92.94%
CMYK20.68%7.59%0.00%
7.06%

Color #BCDBED in popluar number systems.

HEXBCDBED
Decimal188219237
Binary101111001101101111101101
Octal274333355

Shades and tints

Shades of #BCDBED

#BCDBED
(188,219,237)
#ABC8D8
(171,200,216)
#9AB5C3
(154,181,195)
#89A2AE
(137,162,174)
#788F99
(120,143,153)
#677C84
(103,124,132)
#56696F
(86,105,111)
#45565A
(69,86,90)
#344345
(52,67,69)
#233030
(35,48,48)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #BCDBED

#BCDBED
(188,219,237)
#C2DEEE
(194,222,238)
#C8E1EF
(200,225,239)
#CEE4F0
(206,228,240)
#D4E7F1
(212,231,241)
#DAEAF2
(218,234,242)
#E0EDF3
(224,237,243)
#E6F0F4
(230,240,244)
#ECF3F5
(236,243,245)
#F2F6F6
(242,246,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBED; }

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

This text font color is #BCDBED.


Background Color

.myBgColor { background-color: #BCDBED; }

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

This div background color is #BCDBED.


Border color

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

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

This div border color is #BCDBED.


Opacity

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

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

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

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

This text has shadow with #BCDBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBED on black background.


Color preview on white background

This text has color #BCDBED on white background.



Black color preview on #BCDBED background

This text has black color on #BCDBED background.


White color preview on #BCDBED background

This text has white color on #BCDBED background.