COLOR #BCC8CC

HEX: #BCC8CC
RGB: (188,200,204)

Renk bilgisi

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

RGB renk modeli

#BCC8CC color RGB value is (188,200,204).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 200 of 255 = 78%
B 204 of 255 = 80%

188
200
204

R + G + B ~ 77%. #BCC8CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 200 + 204 = 592 (100%)
R 188 of 592 ~ 31.76%
G 200 of 592 ~ 33.78%
B 204 of 592 ~ 34.46%

%31.76
%33.78
%34.46

CMYK RENK MODELİ

#BCC8CC rengi CMYK tonu (8,2,0,20).

  • camgöbeği tonu 7.84%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(8,2,0,20)
C8M2Y0K20 
(8%,2%,0%,20%)
(0.08/0.02/0.00/0.20)	

CMYK yüzdeleri

%7.84
%1.96
%0
%20

Codes

Color #BCC8CC in popluar color models

BCC8CC
RGB188200204
HSL195°13.56%76.86%
HSB/HSV195°7.84%80.00%
CMYK7.84%1.96%0.00%
20.00%

Color #BCC8CC in popluar number systems.

HEXBCC8CC
Decimal188200204
Binary101111001100100011001100
Octal274310314

Shades and tints

Shades of #BCC8CC

#BCC8CC
(188,200,204)
#ABB6BA
(171,182,186)
#9AA4A8
(154,164,168)
#899296
(137,146,150)
#788084
(120,128,132)
#676E72
(103,110,114)
#565C60
(86,92,96)
#454A4E
(69,74,78)
#34383C
(52,56,60)
#23262A
(35,38,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCC8CC

#BCC8CC
(188,200,204)
#C2CDD0
(194,205,208)
#C8D2D4
(200,210,212)
#CED7D8
(206,215,216)
#D4DCDC
(212,220,220)
#DAE1E0
(218,225,224)
#E0E6E4
(224,230,228)
#E6EBE8
(230,235,232)
#ECF0EC
(236,240,236)
#F2F5F0
(242,245,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8CC; }

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

This text font color is #BCC8CC.


Background Color

.myBgColor { background-color: #BCC8CC; }

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

This div background color is #BCC8CC.


Border color

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

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

This div border color is #BCC8CC.


Opacity

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

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

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

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

This text has shadow with #BCC8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8CC on black background.


Color preview on white background

This text has color #BCC8CC on white background.



Black color preview on #BCC8CC background

This text has black color on #BCC8CC background.


White color preview on #BCC8CC background

This text has white color on #BCC8CC background.