COLOR #BCD5ED

HEX: #BCD5ED
RGB: (188,213,237)

Renk bilgisi

#BCD5ED contains red, green and blue colors in about the same proportion. #BCD5ED ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#BCD5ED color RGB value is (188,213,237).

  • kırmız ton 188;
  • yeşil ton 213;
  • mavi ton 237.
RGB:
(188,213,237)
(74%,84%,93%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 213 of 255 = 84%
B 237 of 255 = 93%

188
213
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 213 + 237 = 638 (100%)
R 188 of 638 ~ 29.47%
G 213 of 638 ~ 33.39%
B 237 of 638 ~ 37.15%

%29.47
%33.39
%37.15

CMYK RENK MODELİ

#BCD5ED rengi CMYK tonu (21,10,0,7).

  • camgöbeği tonu 20.68%
  • eflatun tonu 10.13%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(21,10,0,7)
C21M10Y0K7 
(21%,10%,0%,7%)
(0.21/0.10/0.00/0.07)	

CMYK yüzdeleri

%20.68
%10.13
%0
%7.06

Codes

Color #BCD5ED in popluar color models

BCD5ED
RGB188213237
HSL209°57.65%83.33%
HSB/HSV209°20.68%92.94%
CMYK20.68%10.13%0.00%
7.06%

Color #BCD5ED in popluar number systems.

HEXBCD5ED
Decimal188213237
Binary101111001101010111101101
Octal274325355

Shades and tints

Shades of #BCD5ED

#BCD5ED
(188,213,237)
#ABC2D8
(171,194,216)
#9AAFC3
(154,175,195)
#899CAE
(137,156,174)
#788999
(120,137,153)
#677684
(103,118,132)
#56636F
(86,99,111)
#45505A
(69,80,90)
#343D45
(52,61,69)
#232A30
(35,42,48)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #BCD5ED

#BCD5ED
(188,213,237)
#C2D8EE
(194,216,238)
#C8DBEF
(200,219,239)
#CEDEF0
(206,222,240)
#D4E1F1
(212,225,241)
#DAE4F2
(218,228,242)
#E0E7F3
(224,231,243)
#E6EAF4
(230,234,244)
#ECEDF5
(236,237,245)
#F2F0F6
(242,240,246)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5ED; }

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

This text font color is #BCD5ED.


Background Color

.myBgColor { background-color: #BCD5ED; }

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

This div background color is #BCD5ED.


Border color

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

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

This div border color is #BCD5ED.


Opacity

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

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

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

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

This text has shadow with #BCD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD5ED on black background.


Color preview on white background

This text has color #BCD5ED on white background.



Black color preview on #BCD5ED background

This text has black color on #BCD5ED background.


White color preview on #BCD5ED background

This text has white color on #BCD5ED background.