COLOR #BCD2E5

HEX: #BCD2E5
RGB: (188,210,229)

Renk bilgisi

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

RGB renk modeli

#BCD2E5 color RGB value is (188,210,229).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 210 of 255 = 82%
B 229 of 255 = 90%

188
210
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 210 + 229 = 627 (100%)
R 188 of 627 ~ 29.98%
G 210 of 627 ~ 33.49%
B 229 of 627 ~ 36.52%

%29.98
%33.49
%36.52

CMYK RENK MODELİ

#BCD2E5 rengi CMYK tonu (18,8,0,10).

  • camgöbeği tonu 17.90%
  • eflatun tonu 8.30%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(18,8,0,10)
C18M8Y0K10 
(18%,8%,0%,10%)
(0.18/0.08/0.00/0.10)	

CMYK yüzdeleri

%17.9
%8.3
%0
%10.2

Codes

Color #BCD2E5 in popluar color models

BCD2E5
RGB188210229
HSL208°44.09%81.76%
HSB/HSV208°17.90%89.80%
CMYK17.90%8.30%0.00%
10.20%

Color #BCD2E5 in popluar number systems.

HEXBCD2E5
Decimal188210229
Binary101111001101001011100101
Octal274322345

Shades and tints

Shades of #BCD2E5

#BCD2E5
(188,210,229)
#ABBFD1
(171,191,209)
#9AACBD
(154,172,189)
#8999A9
(137,153,169)
#788695
(120,134,149)
#677381
(103,115,129)
#56606D
(86,96,109)
#454D59
(69,77,89)
#343A45
(52,58,69)
#232731
(35,39,49)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #BCD2E5

#BCD2E5
(188,210,229)
#C2D6E7
(194,214,231)
#C8DAE9
(200,218,233)
#CEDEEB
(206,222,235)
#D4E2ED
(212,226,237)
#DAE6EF
(218,230,239)
#E0EAF1
(224,234,241)
#E6EEF3
(230,238,243)
#ECF2F5
(236,242,245)
#F2F6F7
(242,246,247)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2E5; }

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

This text font color is #BCD2E5.


Background Color

.myBgColor { background-color: #BCD2E5; }

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

This div background color is #BCD2E5.


Border color

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

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

This div border color is #BCD2E5.


Opacity

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

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

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

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

This text has shadow with #BCD2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2E5 on black background.


Color preview on white background

This text has color #BCD2E5 on white background.



Black color preview on #BCD2E5 background

This text has black color on #BCD2E5 background.


White color preview on #BCD2E5 background

This text has white color on #BCD2E5 background.