COLOR #BCB6CC

HEX: #BCB6CC
RGB: (188,182,204)

Renk bilgisi

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

RGB renk modeli

#BCB6CC color RGB value is (188,182,204).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 182 of 255 = 71%
B 204 of 255 = 80%

188
182
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 182 + 204 = 574 (100%)
R 188 of 574 ~ 32.75%
G 182 of 574 ~ 31.71%
B 204 of 574 ~ 35.54%

%32.75
%31.71
%35.54

CMYK RENK MODELİ

#BCB6CC rengi CMYK tonu (8,11,0,20).

  • camgöbeği tonu 7.84%
  • eflatun tonu 10.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(8,11,0,20)
C8M11Y0K20 
(8%,11%,0%,20%)
(0.08/0.11/0.00/0.20)	

CMYK yüzdeleri

%7.84
%10.78
%0
%20

Codes

Color #BCB6CC in popluar color models

BCB6CC
RGB188182204
HSL256°17.74%75.69%
HSB/HSV256°10.78%80.00%
CMYK7.84%10.78%0.00%
20.00%

Color #BCB6CC in popluar number systems.

HEXBCB6CC
Decimal188182204
Binary101111001011011011001100
Octal274266314

Shades and tints

Shades of #BCB6CC

#BCB6CC
(188,182,204)
#ABA6BA
(171,166,186)
#9A96A8
(154,150,168)
#898696
(137,134,150)
#787684
(120,118,132)
#676672
(103,102,114)
#565660
(86,86,96)
#45464E
(69,70,78)
#34363C
(52,54,60)
#23262A
(35,38,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCB6CC

#BCB6CC
(188,182,204)
#C2BCD0
(194,188,208)
#C8C2D4
(200,194,212)
#CEC8D8
(206,200,216)
#D4CEDC
(212,206,220)
#DAD4E0
(218,212,224)
#E0DAE4
(224,218,228)
#E6E0E8
(230,224,232)
#ECE6EC
(236,230,236)
#F2ECF0
(242,236,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6CC; }

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

This text font color is #BCB6CC.


Background Color

.myBgColor { background-color: #BCB6CC; }

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

This div background color is #BCB6CC.


Border color

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

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

This div border color is #BCB6CC.


Opacity

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

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

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

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

This text has shadow with #BCB6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6CC on black background.


Color preview on white background

This text has color #BCB6CC on white background.



Black color preview on #BCB6CC background

This text has black color on #BCB6CC background.


White color preview on #BCB6CC background

This text has white color on #BCB6CC background.