COLOR #BCC6E0

HEX: #BCC6E0
RGB: (188,198,224)

Renk bilgisi

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

RGB renk modeli

#BCC6E0 color RGB value is (188,198,224).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 198 of 255 = 78%
B 224 of 255 = 88%

188
198
224

R + G + B ~ 80%. #BCC6E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 198 + 224 = 610 (100%)
R 188 of 610 ~ 30.82%
G 198 of 610 ~ 32.46%
B 224 of 610 ~ 36.72%

%30.82
%32.46
%36.72

CMYK RENK MODELİ

#BCC6E0 rengi CMYK tonu (16,12,0,12).

  • camgöbeği tonu 16.07%
  • eflatun tonu 11.61%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(16,12,0,12)
C16M12Y0K12 
(16%,12%,0%,12%)
(0.16/0.12/0.00/0.12)	

CMYK yüzdeleri

%16.07
%11.61
%0
%12.16

Codes

Color #BCC6E0 in popluar color models

BCC6E0
RGB188198224
HSL223°36.73%80.78%
HSB/HSV223°16.07%87.84%
CMYK16.07%11.61%0.00%
12.16%

Color #BCC6E0 in popluar number systems.

HEXBCC6E0
Decimal188198224
Binary101111001100011011100000
Octal274306340

Shades and tints

Shades of #BCC6E0

#BCC6E0
(188,198,224)
#ABB4CC
(171,180,204)
#9AA2B8
(154,162,184)
#8990A4
(137,144,164)
#787E90
(120,126,144)
#676C7C
(103,108,124)
#565A68
(86,90,104)
#454854
(69,72,84)
#343640
(52,54,64)
#23242C
(35,36,44)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCC6E0

#BCC6E0
(188,198,224)
#C2CBE2
(194,203,226)
#C8D0E4
(200,208,228)
#CED5E6
(206,213,230)
#D4DAE8
(212,218,232)
#DADFEA
(218,223,234)
#E0E4EC
(224,228,236)
#E6E9EE
(230,233,238)
#ECEEF0
(236,238,240)
#F2F3F2
(242,243,242)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6E0; }

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

This text font color is #BCC6E0.


Background Color

.myBgColor { background-color: #BCC6E0; }

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

This div background color is #BCC6E0.


Border color

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

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

This div border color is #BCC6E0.


Opacity

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

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

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

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

This text has shadow with #BCC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6E0 on black background.


Color preview on white background

This text has color #BCC6E0 on white background.



Black color preview on #BCC6E0 background

This text has black color on #BCC6E0 background.


White color preview on #BCC6E0 background

This text has white color on #BCC6E0 background.