COLOR #BCC9BB

HEX: #BCC9BB
RGB: (188,201,187)

Renk bilgisi

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

RGB renk modeli

#BCC9BB color RGB value is (188,201,187).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 201 of 255 = 79%
B 187 of 255 = 73%

188
201
187

R + G + B ~ 75%. #BCC9BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 201 + 187 = 576 (100%)
R 188 of 576 ~ 32.64%
G 201 of 576 ~ 34.9%
B 187 of 576 ~ 32.47%

%32.64
%34.9
%32.47

CMYK RENK MODELİ

#BCC9BB rengi CMYK tonu (6,0,7,21).

  • camgöbeği tonu 6.47%
  • eflatun tonu 0.00%
  • sarı tonu 6.97%
  • ana renk tonu 21.18%
CMYK:
(6,0,7,21)
C6M0Y7K21 
(6%,0%,7%,21%)
(0.06/0.00/0.07/0.21)	

CMYK yüzdeleri

%6.47
%0
%6.97
%21.18

Codes

Color #BCC9BB in popluar color models

BCC9BB
RGB188201187
HSL116°11.48%76.08%
HSB/HSV116°6.97%78.82%
CMYK6.47%0.00%6.97%
21.18%

Color #BCC9BB in popluar number systems.

HEXBCC9BB
Decimal188201187
Binary101111001100100110111011
Octal274311273

Shades and tints

Shades of #BCC9BB

#BCC9BB
(188,201,187)
#ABB7AA
(171,183,170)
#9AA599
(154,165,153)
#899388
(137,147,136)
#788177
(120,129,119)
#676F66
(103,111,102)
#565D55
(86,93,85)
#454B44
(69,75,68)
#343933
(52,57,51)
#232722
(35,39,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCC9BB

#BCC9BB
(188,201,187)
#C2CDC1
(194,205,193)
#C8D1C7
(200,209,199)
#CED5CD
(206,213,205)
#D4D9D3
(212,217,211)
#DADDD9
(218,221,217)
#E0E1DF
(224,225,223)
#E6E5E5
(230,229,229)
#ECE9EB
(236,233,235)
#F2EDF1
(242,237,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9BB; }

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

This text font color is #BCC9BB.


Background Color

.myBgColor { background-color: #BCC9BB; }

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

This div background color is #BCC9BB.


Border color

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

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

This div border color is #BCC9BB.


Opacity

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

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

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

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

This text has shadow with #BCC9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9BB on black background.


Color preview on white background

This text has color #BCC9BB on white background.



Black color preview on #BCC9BB background

This text has black color on #BCC9BB background.


White color preview on #BCC9BB background

This text has white color on #BCC9BB background.