COLOR #BCC9D5

HEX: #BCC9D5
RGB: (188,201,213)

Renk bilgisi

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

RGB renk modeli

#BCC9D5 color RGB value is (188,201,213).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 201 of 255 = 79%
B 213 of 255 = 84%

188
201
213

R + G + B ~ 79%. #BCC9D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 201 + 213 = 602 (100%)
R 188 of 602 ~ 31.23%
G 201 of 602 ~ 33.39%
B 213 of 602 ~ 35.38%

%31.23
%33.39
%35.38

CMYK RENK MODELİ

#BCC9D5 rengi CMYK tonu (12,6,0,16).

  • camgöbeği tonu 11.74%
  • eflatun tonu 5.63%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(12,6,0,16)
C12M6Y0K16 
(12%,6%,0%,16%)
(0.12/0.06/0.00/0.16)	

CMYK yüzdeleri

%11.74
%5.63
%0
%16.47

Codes

Color #BCC9D5 in popluar color models

BCC9D5
RGB188201213
HSL209°22.94%78.63%
HSB/HSV209°11.74%83.53%
CMYK11.74%5.63%0.00%
16.47%

Color #BCC9D5 in popluar number systems.

HEXBCC9D5
Decimal188201213
Binary101111001100100111010101
Octal274311325

Shades and tints

Shades of #BCC9D5

#BCC9D5
(188,201,213)
#ABB7C2
(171,183,194)
#9AA5AF
(154,165,175)
#89939C
(137,147,156)
#788189
(120,129,137)
#676F76
(103,111,118)
#565D63
(86,93,99)
#454B50
(69,75,80)
#34393D
(52,57,61)
#23272A
(35,39,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCC9D5

#BCC9D5
(188,201,213)
#C2CDD8
(194,205,216)
#C8D1DB
(200,209,219)
#CED5DE
(206,213,222)
#D4D9E1
(212,217,225)
#DADDE4
(218,221,228)
#E0E1E7
(224,225,231)
#E6E5EA
(230,229,234)
#ECE9ED
(236,233,237)
#F2EDF0
(242,237,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9D5; }

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

This text font color is #BCC9D5.


Background Color

.myBgColor { background-color: #BCC9D5; }

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

This div background color is #BCC9D5.


Border color

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

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

This div border color is #BCC9D5.


Opacity

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

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

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

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

This text has shadow with #BCC9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9D5 on black background.


Color preview on white background

This text has color #BCC9D5 on white background.



Black color preview on #BCC9D5 background

This text has black color on #BCC9D5 background.


White color preview on #BCC9D5 background

This text has white color on #BCC9D5 background.