COLOR #BCD0EB

HEX: #BCD0EB
RGB: (188,208,235)

Color info

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

RGB color model

#BCD0EB color RGB value is (188,208,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 235 of 255 = 92%

188
208
235

R + G + B ~ 83%. #BCD0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 235 = 631 (100%)
R 188 of 631 ~ 29.79%
G 208 of 631 ~ 32.96%
B 235 of 631 ~ 37.24%

%29.79
%32.96
%37.24

CMYK color model

#BCD0EB color CMYK value is (20,11,0,8).

  • cyan value is 20.00%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,11,0,8)
C20M11Y0K8 
(20%,11%,0%,8%)
(0.20/0.11/0.00/0.08)	

CMYK percentages

%20
%11.49
%0
%7.84

Codes

Color #BCD0EB in popluar color models

BCD0EB
RGB188208235
HSL214°54.02%82.94%
HSB/HSV214°20.00%92.16%
CMYK20.00%11.49%0.00%
7.84%

Color #BCD0EB in popluar number systems.

HEXBCD0EB
Decimal188208235
Binary101111001101000011101011
Octal274320353

Shades and tints

Shades of #BCD0EB

#BCD0EB
(188,208,235)
#ABBED6
(171,190,214)
#9AACC1
(154,172,193)
#899AAC
(137,154,172)
#788897
(120,136,151)
#677682
(103,118,130)
#56646D
(86,100,109)
#455258
(69,82,88)
#344043
(52,64,67)
#232E2E
(35,46,46)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #BCD0EB

#BCD0EB
(188,208,235)
#C2D4EC
(194,212,236)
#C8D8ED
(200,216,237)
#CEDCEE
(206,220,238)
#D4E0EF
(212,224,239)
#DAE4F0
(218,228,240)
#E0E8F1
(224,232,241)
#E6ECF2
(230,236,242)
#ECF0F3
(236,240,243)
#F2F4F4
(242,244,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0EB; }

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

This text font color is #BCD0EB.


Background Color

.myBgColor { background-color: #BCD0EB; }

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

This div background color is #BCD0EB.


Border color

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

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

This div border color is #BCD0EB.


Opacity

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

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

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

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

This text has shadow with #BCD0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0EB on black background.


Color preview on white background

This text has color #BCD0EB on white background.



Black color preview on #BCD0EB background

This text has black color on #BCD0EB background.


White color preview on #BCD0EB background

This text has white color on #BCD0EB background.