COLOR #BCD2EC

HEX: #BCD2EC
RGB: (188,210,236)

Renk bilgisi

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

RGB renk modeli

#BCD2EC color RGB value is (188,210,236).

  • kırmız ton 188;
  • yeşil ton 210;
  • mavi ton 236.
RGB:
(188,210,236)
(74%,82%,93%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 210 of 255 = 82%
B 236 of 255 = 93%

188
210
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 210 + 236 = 634 (100%)
R 188 of 634 ~ 29.65%
G 210 of 634 ~ 33.12%
B 236 of 634 ~ 37.22%

%29.65
%33.12
%37.22

CMYK RENK MODELİ

#BCD2EC rengi CMYK tonu (20,11,0,7).

  • camgöbeği tonu 20.34%
  • eflatun tonu 11.02%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(20,11,0,7)
C20M11Y0K7 
(20%,11%,0%,7%)
(0.20/0.11/0.00/0.07)	

CMYK yüzdeleri

%20.34
%11.02
%0
%7.45

Codes

Color #BCD2EC in popluar color models

BCD2EC
RGB188210236
HSL213°55.81%83.14%
HSB/HSV213°20.34%92.55%
CMYK20.34%11.02%0.00%
7.45%

Color #BCD2EC in popluar number systems.

HEXBCD2EC
Decimal188210236
Binary101111001101001011101100
Octal274322354

Shades and tints

Shades of #BCD2EC

#BCD2EC
(188,210,236)
#ABBFD7
(171,191,215)
#9AACC2
(154,172,194)
#8999AD
(137,153,173)
#788698
(120,134,152)
#677383
(103,115,131)
#56606E
(86,96,110)
#454D59
(69,77,89)
#343A44
(52,58,68)
#23272F
(35,39,47)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #BCD2EC

#BCD2EC
(188,210,236)
#C2D6ED
(194,214,237)
#C8DAEE
(200,218,238)
#CEDEEF
(206,222,239)
#D4E2F0
(212,226,240)
#DAE6F1
(218,230,241)
#E0EAF2
(224,234,242)
#E6EEF3
(230,238,243)
#ECF2F4
(236,242,244)
#F2F6F5
(242,246,245)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD2EC color. Also use rgb(188,210,236) instead hex code.

Text Font Color

.myTextColor { color: #BCD2EC; }

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

This text font color is #BCD2EC.


Background Color

.myBgColor { background-color: #BCD2EC; }

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

This div background color is #BCD2EC.


Border color

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

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

This div border color is #BCD2EC.


Opacity

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

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

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

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

This text has shadow with #BCD2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2EC on black background.


Color preview on white background

This text has color #BCD2EC on white background.



Black color preview on #BCD2EC background

This text has black color on #BCD2EC background.


White color preview on #BCD2EC background

This text has white color on #BCD2EC background.