COLOR #BCC9CC

HEX: #BCC9CC
RGB: (188,201,204)

Renk bilgisi

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

RGB renk modeli

#BCC9CC color RGB value is (188,201,204).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 201 of 255 = 79%
B 204 of 255 = 80%

188
201
204

R + G + B ~ 78%. #BCC9CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 201 + 204 = 593 (100%)
R 188 of 593 ~ 31.7%
G 201 of 593 ~ 33.9%
B 204 of 593 ~ 34.4%

%31.7
%33.9
%34.4

CMYK RENK MODELİ

#BCC9CC rengi CMYK tonu (8,1,0,20).

  • camgöbeği tonu 7.84%
  • eflatun tonu 1.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(8,1,0,20)
C8M1Y0K20 
(8%,1%,0%,20%)
(0.08/0.01/0.00/0.20)	

CMYK yüzdeleri

%7.84
%1.47
%0
%20

Codes

Color #BCC9CC in popluar color models

BCC9CC
RGB188201204
HSL191°13.56%76.86%
HSB/HSV191°7.84%80.00%
CMYK7.84%1.47%0.00%
20.00%

Color #BCC9CC in popluar number systems.

HEXBCC9CC
Decimal188201204
Binary101111001100100111001100
Octal274311314

Shades and tints

Shades of #BCC9CC

#BCC9CC
(188,201,204)
#ABB7BA
(171,183,186)
#9AA5A8
(154,165,168)
#899396
(137,147,150)
#788184
(120,129,132)
#676F72
(103,111,114)
#565D60
(86,93,96)
#454B4E
(69,75,78)
#34393C
(52,57,60)
#23272A
(35,39,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCC9CC

#BCC9CC
(188,201,204)
#C2CDD0
(194,205,208)
#C8D1D4
(200,209,212)
#CED5D8
(206,213,216)
#D4D9DC
(212,217,220)
#DADDE0
(218,221,224)
#E0E1E4
(224,225,228)
#E6E5E8
(230,229,232)
#ECE9EC
(236,233,236)
#F2EDF0
(242,237,240)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9CC; }

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

This text font color is #BCC9CC.


Background Color

.myBgColor { background-color: #BCC9CC; }

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

This div background color is #BCC9CC.


Border color

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

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

This div border color is #BCC9CC.


Opacity

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

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

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

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

This text has shadow with #BCC9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9CC on black background.


Color preview on white background

This text has color #BCC9CC on white background.



Black color preview on #BCC9CC background

This text has black color on #BCC9CC background.


White color preview on #BCC9CC background

This text has white color on #BCC9CC background.