COLOR #BCC4E6

HEX: #BCC4E6
RGB: (188,196,230)

Renk bilgisi

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

RGB renk modeli

#BCC4E6 color RGB value is (188,196,230).

  • kırmız ton 188;
  • yeşil ton 196;
  • mavi ton 230.
RGB:
(188,196,230)
(74%,77%,90%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 196 of 255 = 77%
B 230 of 255 = 90%

188
196
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 196 + 230 = 614 (100%)
R 188 of 614 ~ 30.62%
G 196 of 614 ~ 31.92%
B 230 of 614 ~ 37.46%

%30.62
%31.92
%37.46

CMYK RENK MODELİ

#BCC4E6 rengi CMYK tonu (18,15,0,10).

  • camgöbeği tonu 18.26%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(18,15,0,10)
C18M15Y0K10 
(18%,15%,0%,10%)
(0.18/0.15/0.00/0.10)	

CMYK yüzdeleri

%18.26
%14.78
%0
%9.8

Codes

Color #BCC4E6 in popluar color models

BCC4E6
RGB188196230
HSL229°45.65%81.96%
HSB/HSV229°18.26%90.20%
CMYK18.26%14.78%0.00%
9.80%

Color #BCC4E6 in popluar number systems.

HEXBCC4E6
Decimal188196230
Binary101111001100010011100110
Octal274304346

Shades and tints

Shades of #BCC4E6

#BCC4E6
(188,196,230)
#ABB3D2
(171,179,210)
#9AA2BE
(154,162,190)
#8991AA
(137,145,170)
#788096
(120,128,150)
#676F82
(103,111,130)
#565E6E
(86,94,110)
#454D5A
(69,77,90)
#343C46
(52,60,70)
#232B32
(35,43,50)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #BCC4E6

#BCC4E6
(188,196,230)
#C2C9E8
(194,201,232)
#C8CEEA
(200,206,234)
#CED3EC
(206,211,236)
#D4D8EE
(212,216,238)
#DADDF0
(218,221,240)
#E0E2F2
(224,226,242)
#E6E7F4
(230,231,244)
#ECECF6
(236,236,246)
#F2F1F8
(242,241,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC4E6 color. Also use rgb(188,196,230) instead hex code.

Text Font Color

.myTextColor { color: #BCC4E6; }

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

This text font color is #BCC4E6.


Background Color

.myBgColor { background-color: #BCC4E6; }

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

This div background color is #BCC4E6.


Border color

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

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

This div border color is #BCC4E6.


Opacity

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

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

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

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

This text has shadow with #BCC4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4E6 on black background.


Color preview on white background

This text has color #BCC4E6 on white background.



Black color preview on #BCC4E6 background

This text has black color on #BCC4E6 background.


White color preview on #BCC4E6 background

This text has white color on #BCC4E6 background.