COLOR #BCC8DE

HEX: #BCC8DE
RGB: (188,200,222)

Renk bilgisi

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

RGB renk modeli

#BCC8DE color RGB value is (188,200,222).

  • kırmız ton 188;
  • yeşil ton 200;
  • mavi ton 222.
RGB:
(188,200,222)
(74%,78%,87%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 200 of 255 = 78%
B 222 of 255 = 87%

188
200
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 200 + 222 = 610 (100%)
R 188 of 610 ~ 30.82%
G 200 of 610 ~ 32.79%
B 222 of 610 ~ 36.39%

%30.82
%32.79
%36.39

CMYK RENK MODELİ

#BCC8DE rengi CMYK tonu (15,10,0,13).

  • camgöbeği tonu 15.32%
  • eflatun tonu 9.91%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(15,10,0,13)
C15M10Y0K13 
(15%,10%,0%,13%)
(0.15/0.10/0.00/0.13)	

CMYK yüzdeleri

%15.32
%9.91
%0
%12.94

Codes

Color #BCC8DE in popluar color models

BCC8DE
RGB188200222
HSL219°34.00%80.39%
HSB/HSV219°15.32%87.06%
CMYK15.32%9.91%0.00%
12.94%

Color #BCC8DE in popluar number systems.

HEXBCC8DE
Decimal188200222
Binary101111001100100011011110
Octal274310336

Shades and tints

Shades of #BCC8DE

#BCC8DE
(188,200,222)
#ABB6CA
(171,182,202)
#9AA4B6
(154,164,182)
#8992A2
(137,146,162)
#78808E
(120,128,142)
#676E7A
(103,110,122)
#565C66
(86,92,102)
#454A52
(69,74,82)
#34383E
(52,56,62)
#23262A
(35,38,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCC8DE

#BCC8DE
(188,200,222)
#C2CDE1
(194,205,225)
#C8D2E4
(200,210,228)
#CED7E7
(206,215,231)
#D4DCEA
(212,220,234)
#DAE1ED
(218,225,237)
#E0E6F0
(224,230,240)
#E6EBF3
(230,235,243)
#ECF0F6
(236,240,246)
#F2F5F9
(242,245,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8DE color. Also use rgb(188,200,222) instead hex code.

Text Font Color

.myTextColor { color: #BCC8DE; }

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

This text font color is #BCC8DE.


Background Color

.myBgColor { background-color: #BCC8DE; }

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

This div background color is #BCC8DE.


Border color

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

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

This div border color is #BCC8DE.


Opacity

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

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

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

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

This text has shadow with #BCC8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8DE on black background.


Color preview on white background

This text has color #BCC8DE on white background.



Black color preview on #BCC8DE background

This text has black color on #BCC8DE background.


White color preview on #BCC8DE background

This text has white color on #BCC8DE background.