COLOR #BCC2DC

HEX: #BCC2DC
RGB: (188,194,220)

Renk bilgisi

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

RGB renk modeli

#BCC2DC color RGB value is (188,194,220).

  • kırmız ton 188;
  • yeşil ton 194;
  • mavi ton 220.
RGB:
(188,194,220)
(74%,76%,86%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 194 of 255 = 76%
B 220 of 255 = 86%

188
194
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 194 + 220 = 602 (100%)
R 188 of 602 ~ 31.23%
G 194 of 602 ~ 32.23%
B 220 of 602 ~ 36.54%

%31.23
%32.23
%36.54

CMYK RENK MODELİ

#BCC2DC rengi CMYK tonu (15,12,0,14).

  • camgöbeği tonu 14.55%
  • eflatun tonu 11.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(15,12,0,14)
C15M12Y0K14 
(15%,12%,0%,14%)
(0.15/0.12/0.00/0.14)	

CMYK yüzdeleri

%14.55
%11.82
%0
%13.73

Codes

Color #BCC2DC in popluar color models

BCC2DC
RGB188194220
HSL229°31.37%80.00%
HSB/HSV229°14.55%86.27%
CMYK14.55%11.82%0.00%
13.73%

Color #BCC2DC in popluar number systems.

HEXBCC2DC
Decimal188194220
Binary101111001100001011011100
Octal274302334

Shades and tints

Shades of #BCC2DC

#BCC2DC
(188,194,220)
#ABB1C8
(171,177,200)
#9AA0B4
(154,160,180)
#898FA0
(137,143,160)
#787E8C
(120,126,140)
#676D78
(103,109,120)
#565C64
(86,92,100)
#454B50
(69,75,80)
#343A3C
(52,58,60)
#232928
(35,41,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCC2DC

#BCC2DC
(188,194,220)
#C2C7DF
(194,199,223)
#C8CCE2
(200,204,226)
#CED1E5
(206,209,229)
#D4D6E8
(212,214,232)
#DADBEB
(218,219,235)
#E0E0EE
(224,224,238)
#E6E5F1
(230,229,241)
#ECEAF4
(236,234,244)
#F2EFF7
(242,239,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC2DC color. Also use rgb(188,194,220) instead hex code.

Text Font Color

.myTextColor { color: #BCC2DC; }

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

This text font color is #BCC2DC.


Background Color

.myBgColor { background-color: #BCC2DC; }

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

This div background color is #BCC2DC.


Border color

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

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

This div border color is #BCC2DC.


Opacity

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

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

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

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

This text has shadow with #BCC2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2DC on black background.


Color preview on white background

This text has color #BCC2DC on white background.



Black color preview on #BCC2DC background

This text has black color on #BCC2DC background.


White color preview on #BCC2DC background

This text has white color on #BCC2DC background.