COLOR #BCD0E8

HEX: #BCD0E8
RGB: (188,208,232)

Color info

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

RGB color model

#BCD0E8 color RGB value is (188,208,232).

  • red value is 188;
  • green value is 208;
  • blue value is 232.
RGB:
(188,208,232)
(74%,82%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 232 of 255 = 91%

188
208
232

R + G + B ~ 82%. #BCD0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 232 = 628 (100%)
R 188 of 628 ~ 29.94%
G 208 of 628 ~ 33.12%
B 232 of 628 ~ 36.94%

%29.94
%33.12
%36.94

CMYK color model

#BCD0E8 color CMYK value is (19,10,0,9).

  • cyan value is 18.97%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,10,0,9)
C19M10Y0K9 
(19%,10%,0%,9%)
(0.19/0.10/0.00/0.09)	

CMYK percentages

%18.97
%10.34
%0
%9.02

Codes

Color #BCD0E8 in popluar color models

BCD0E8
RGB188208232
HSL213°48.89%82.35%
HSB/HSV213°18.97%90.98%
CMYK18.97%10.34%0.00%
9.02%

Color #BCD0E8 in popluar number systems.

HEXBCD0E8
Decimal188208232
Binary101111001101000011101000
Octal274320350

Shades and tints

Shades of #BCD0E8

#BCD0E8
(188,208,232)
#ABBED3
(171,190,211)
#9AACBE
(154,172,190)
#899AA9
(137,154,169)
#788894
(120,136,148)
#67767F
(103,118,127)
#56646A
(86,100,106)
#455255
(69,82,85)
#344040
(52,64,64)
#232E2B
(35,46,43)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #BCD0E8

#BCD0E8
(188,208,232)
#C2D4EA
(194,212,234)
#C8D8EC
(200,216,236)
#CEDCEE
(206,220,238)
#D4E0F0
(212,224,240)
#DAE4F2
(218,228,242)
#E0E8F4
(224,232,244)
#E6ECF6
(230,236,246)
#ECF0F8
(236,240,248)
#F2F4FA
(242,244,250)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD0E8 color. Also use rgb(188,208,232) instead hex code.

Text Font Color

.myTextColor { color: #BCD0E8; }

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

This text font color is #BCD0E8.


Background Color

.myBgColor { background-color: #BCD0E8; }

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

This div background color is #BCD0E8.


Border color

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

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

This div border color is #BCD0E8.


Opacity

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

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

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

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

This text has shadow with #BCD0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0E8 on black background.


Color preview on white background

This text has color #BCD0E8 on white background.



Black color preview on #BCD0E8 background

This text has black color on #BCD0E8 background.


White color preview on #BCD0E8 background

This text has white color on #BCD0E8 background.