COLOR #BCCCDC

HEX: #BCCCDC
RGB: (188,204,220)

Renk bilgisi

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

RGB renk modeli

#BCCCDC color RGB value is (188,204,220).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 204 of 255 = 80%
B 220 of 255 = 86%

188
204
220

R + G + B ~ 80%. #BCCCDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 204 + 220 = 612 (100%)
R 188 of 612 ~ 30.72%
G 204 of 612 ~ 33.33%
B 220 of 612 ~ 35.95%

%30.72
%33.33
%35.95

CMYK RENK MODELİ

#BCCCDC rengi CMYK tonu (15,7,0,14).

  • camgöbeği tonu 14.55%
  • eflatun tonu 7.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK: (15,7,0,14) C15M7Y0K14 (15%,7%,0%,14%) (0.15/0.07/0.00/0.14)

CMYK yüzdeleri

%14.55
%7.27
%0
%13.73

Codes

Color #BCCCDC in popluar color models

BCCCDC
RGB188204220
HSL210°31.37%80.00%
HSB/HSV210°14.55%86.27%
CMYK14.55%7.27%0.00%
13.73%

Color #BCCCDC in popluar number systems.

HEXBCCCDC
Decimal188204220
Binary101111001100110011011100
Octal274314334

Shades and tints

Shades of #BCCCDC

#BCCCDC
(188,204,220)
#ABBAC8
(171,186,200)
#9AA8B4
(154,168,180)
#8996A0
(137,150,160)
#78848C
(120,132,140)
#677278
(103,114,120)
#566064
(86,96,100)
#454E50
(69,78,80)
#343C3C
(52,60,60)
#232A28
(35,42,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCCCDC

#BCCCDC
(188,204,220)
#C2D0DF
(194,208,223)
#C8D4E2
(200,212,226)
#CED8E5
(206,216,229)
#D4DCE8
(212,220,232)
#DAE0EB
(218,224,235)
#E0E4EE
(224,228,238)
#E6E8F1
(230,232,241)
#ECECF4
(236,236,244)
#F2F0F7
(242,240,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCDC; }

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

This text font color is #BCCCDC.


Background Color

.myBgColor { background-color: #BCCCDC; }

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

This div background color is #BCCCDC.


Border color

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

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

This div border color is #BCCCDC.


Opacity

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

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

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

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

This text has shadow with #BCCCDC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCCCDC on black background.


Color preview on white background

This text has color #BCCCDC on white background.



Black color preview on #BCCCDC background

This text has black color on #BCCCDC background.


White color preview on #BCCCDC background

This text has white color on #BCCCDC background.