COLOR #BCC5CC

HEX: #BCC5CC
RGB: (188,197,204)

Renk bilgisi

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

RGB renk modeli

#BCC5CC color RGB value is (188,197,204).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 197 of 255 = 77%
B 204 of 255 = 80%

188
197
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 197 + 204 = 589 (100%)
R 188 of 589 ~ 31.92%
G 197 of 589 ~ 33.45%
B 204 of 589 ~ 34.63%

%31.92
%33.45
%34.63

CMYK RENK MODELİ

#BCC5CC rengi CMYK tonu (8,3,0,20).

  • camgöbeği tonu 7.84%
  • eflatun tonu 3.43%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(8,3,0,20)
C8M3Y0K20 
(8%,3%,0%,20%)
(0.08/0.03/0.00/0.20)	

CMYK yüzdeleri

%7.84
%3.43
%0
%20

Codes

Color #BCC5CC in popluar color models

BCC5CC
RGB188197204
HSL206°13.56%76.86%
HSB/HSV206°7.84%80.00%
CMYK7.84%3.43%0.00%
20.00%

Color #BCC5CC in popluar number systems.

HEXBCC5CC
Decimal188197204
Binary101111001100010111001100
Octal274305314

Shades and tints

Shades of #BCC5CC

#BCC5CC
(188,197,204)
#ABB4BA
(171,180,186)
#9AA3A8
(154,163,168)
#899296
(137,146,150)
#788184
(120,129,132)
#677072
(103,112,114)
#565F60
(86,95,96)
#454E4E
(69,78,78)
#343D3C
(52,61,60)
#232C2A
(35,44,42)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCC5CC

#BCC5CC
(188,197,204)
#C2CAD0
(194,202,208)
#C8CFD4
(200,207,212)
#CED4D8
(206,212,216)
#D4D9DC
(212,217,220)
#DADEE0
(218,222,224)
#E0E3E4
(224,227,228)
#E6E8E8
(230,232,232)
#ECEDEC
(236,237,236)
#F2F2F0
(242,242,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5CC; }

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

This text font color is #BCC5CC.


Background Color

.myBgColor { background-color: #BCC5CC; }

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

This div background color is #BCC5CC.


Border color

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

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

This div border color is #BCC5CC.


Opacity

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

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

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

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

This text has shadow with #BCC5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5CC on black background.


Color preview on white background

This text has color #BCC5CC on white background.



Black color preview on #BCC5CC background

This text has black color on #BCC5CC background.


White color preview on #BCC5CC background

This text has white color on #BCC5CC background.