COLOR #BCD9EE

HEX: #BCD9EE
RGB: (188,217,238)

Renk bilgisi

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

RGB renk modeli

#BCD9EE color RGB value is (188,217,238).

  • kırmız ton 188;
  • yeşil ton 217;
  • mavi ton 238.
RGB:
(188,217,238)
(74%,85%,93%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 217 of 255 = 85%
B 238 of 255 = 93%

188
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 217 + 238 = 643 (100%)
R 188 of 643 ~ 29.24%
G 217 of 643 ~ 33.75%
B 238 of 643 ~ 37.01%

%29.24
%33.75
%37.01

CMYK RENK MODELİ

#BCD9EE rengi CMYK tonu (21,9,0,7).

  • camgöbeği tonu 21.01%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(21,9,0,7)
C21M9Y0K7 
(21%,9%,0%,7%)
(0.21/0.09/0.00/0.07)	

CMYK yüzdeleri

%21.01
%8.82
%0
%6.67

Codes

Color #BCD9EE in popluar color models

BCD9EE
RGB188217238
HSL205°59.52%83.53%
HSB/HSV205°21.01%93.33%
CMYK21.01%8.82%0.00%
6.67%

Color #BCD9EE in popluar number systems.

HEXBCD9EE
Decimal188217238
Binary101111001101100111101110
Octal274331356

Shades and tints

Shades of #BCD9EE

#BCD9EE
(188,217,238)
#ABC6D9
(171,198,217)
#9AB3C4
(154,179,196)
#89A0AF
(137,160,175)
#788D9A
(120,141,154)
#677A85
(103,122,133)
#566770
(86,103,112)
#45545B
(69,84,91)
#344146
(52,65,70)
#232E31
(35,46,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #BCD9EE

#BCD9EE
(188,217,238)
#C2DCEF
(194,220,239)
#C8DFF0
(200,223,240)
#CEE2F1
(206,226,241)
#D4E5F2
(212,229,242)
#DAE8F3
(218,232,243)
#E0EBF4
(224,235,244)
#E6EEF5
(230,238,245)
#ECF1F6
(236,241,246)
#F2F4F7
(242,244,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9EE color. Also use rgb(188,217,238) instead hex code.

Text Font Color

.myTextColor { color: #BCD9EE; }

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

This text font color is #BCD9EE.


Background Color

.myBgColor { background-color: #BCD9EE; }

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

This div background color is #BCD9EE.


Border color

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

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

This div border color is #BCD9EE.


Opacity

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

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

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

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

This text has shadow with #BCD9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9EE on black background.


Color preview on white background

This text has color #BCD9EE on white background.



Black color preview on #BCD9EE background

This text has black color on #BCD9EE background.


White color preview on #BCD9EE background

This text has white color on #BCD9EE background.