COLOR #BCD5EB

HEX: #BCD5EB RGB: (188,213,235)

Color info

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

RGB color model

#BCD5EB color RGB value is (188,213,235).

RGB: (188,213,235) (74%, 84%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 235 of 255 = 92%

188
213
235

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

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 235 = 636 (100%)
R 188 of 636 ~ 29.56%
G 213 of 636 ~ 33.49%
B 235 of 636 ~ 36.95'%

%29.56
%33.49
%36.95

CMYK color model

#BCD5EB color CMYK value is (20,9,0,8).

  • cyan value is 20.00%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (20,9,0,8) C20M9Y0K8 (20%,9%,0%,8%) (0.20/0.09/0.00/0.08) 

CMYK percentages

%20
%9.36
%0
%7.84

Codes

Color #BCD5EB in popluar color models

BC D5 EB
RGB 188 213 235
HSL 208° 54.02% 82.94%
HSB/HSV 208° 20.00% 92.16%
CMYK 20.00% 9.36% 0.00%
7.84%

Color #BCD5EB in popluar number systems.

HEX BC D5 EB
Decimal 188 213 235
Binary 10111100 11010101 11101011
Octal 274 325 353

Shades and tints

Shades of #BCD5EB

#BCD5EB
(188,213,235)
#ABC2D6
(171,194,214)
#9AAFC1
(154,175,193)
#899CAC
(137,156,172)
#788997
(120,137,151)
#677682
(103,118,130)
#56636D
(86,99,109)
#455058
(69,80,88)
#343D43
(52,61,67)
#232A2E
(35,42,46)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCD5EB

#BCD5EB
(188,213,235)
#C2D8EC
(194,216,236)
#C8DBED
(200,219,237)
#CEDEEE
(206,222,238)
#D4E1EF
(212,225,239)
#DAE4F0
(218,228,240)
#E0E7F1
(224,231,241)
#E6EAF2
(230,234,242)
#ECEDF3
(236,237,243)
#F2F0F4
(242,240,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5EB; }

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

This text font color is #BCD5EB.

Background Color

.myBgColor { background-color: #BCD5EB; }

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

This div background color is #BCD5EB.

Border color

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

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

This div border color is #BCD5EB.

Opacity

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

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

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

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

This text has shadow with #BCD5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5EB.

Preview

Color preview on black background

This text has color #BCD5EB on black background.


Color preview on white background

This text has color #BCD5EB on white background.


Black color preview on #BCD5EB background

This text has black color on #BCD5EB background.


White color preview on #BCD5EB background

This text has white color on #BCD5EB background.


Related colors

Complementary color

Complementary color for #hex is #432A14.


I love getcolorcode.com

Triadic colors

1 #EBBCD5 and #D5EBBC with #BCD5EB are triadic colors.

2 #EBD5BC and #D5BCEB with #BCD5EB are triadic colors.