COLOR #BCC6EF

HEX: #BCC6EF
RGB: (188,198,239)

Renk bilgisi

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

RGB renk modeli

#BCC6EF color RGB value is (188,198,239).

  • kırmız ton 188;
  • yeşil ton 198;
  • mavi ton 239.
RGB:
(188,198,239)
(74%,78%,94%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 198 of 255 = 78%
B 239 of 255 = 94%

188
198
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 198 + 239 = 625 (100%)
R 188 of 625 ~ 30.08%
G 198 of 625 ~ 31.68%
B 239 of 625 ~ 38.24%

%30.08
%31.68
%38.24

CMYK RENK MODELİ

#BCC6EF rengi CMYK tonu (21,17,0,6).

  • camgöbeği tonu 21.34%
  • eflatun tonu 17.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(21,17,0,6)
C21M17Y0K6 
(21%,17%,0%,6%)
(0.21/0.17/0.00/0.06)	

CMYK yüzdeleri

%21.34
%17.15
%0
%6.27

Codes

Color #BCC6EF in popluar color models

BCC6EF
RGB188198239
HSL228°61.45%83.73%
HSB/HSV228°21.34%93.73%
CMYK21.34%17.15%0.00%
6.27%

Color #BCC6EF in popluar number systems.

HEXBCC6EF
Decimal188198239
Binary101111001100011011101111
Octal274306357

Shades and tints

Shades of #BCC6EF

#BCC6EF
(188,198,239)
#ABB4DA
(171,180,218)
#9AA2C5
(154,162,197)
#8990B0
(137,144,176)
#787E9B
(120,126,155)
#676C86
(103,108,134)
#565A71
(86,90,113)
#45485C
(69,72,92)
#343647
(52,54,71)
#232432
(35,36,50)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #BCC6EF

#BCC6EF
(188,198,239)
#C2CBF0
(194,203,240)
#C8D0F1
(200,208,241)
#CED5F2
(206,213,242)
#D4DAF3
(212,218,243)
#DADFF4
(218,223,244)
#E0E4F5
(224,228,245)
#E6E9F6
(230,233,246)
#ECEEF7
(236,238,247)
#F2F3F8
(242,243,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6EF color. Also use rgb(188,198,239) instead hex code.

Text Font Color

.myTextColor { color: #BCC6EF; }

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

This text font color is #BCC6EF.


Background Color

.myBgColor { background-color: #BCC6EF; }

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

This div background color is #BCC6EF.


Border color

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

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

This div border color is #BCC6EF.


Opacity

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

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

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

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

This text has shadow with #BCC6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6EF on black background.


Color preview on white background

This text has color #BCC6EF on white background.



Black color preview on #BCC6EF background

This text has black color on #BCC6EF background.


White color preview on #BCC6EF background

This text has white color on #BCC6EF background.