COLOR #BCC7F6

HEX: #BCC7F6
RGB: (188,199,246)

Renk bilgisi

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

RGB renk modeli

#BCC7F6 color RGB value is (188,199,246).

  • kırmız ton 188;
  • yeşil ton 199;
  • mavi ton 246.
RGB:
(188,199,246)
(74%,78%,96%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 199 of 255 = 78%
B 246 of 255 = 96%

188
199
246

R + G + B ~ 83%. #BCC7F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 199 + 246 = 633 (100%)
R 188 of 633 ~ 29.7%
G 199 of 633 ~ 31.44%
B 246 of 633 ~ 38.86%

%29.7
%31.44
%38.86

CMYK RENK MODELİ

#BCC7F6 rengi CMYK tonu (24,19,0,4).

  • camgöbeği tonu 23.58%
  • eflatun tonu 19.11%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(24,19,0,4)
C24M19Y0K4 
(24%,19%,0%,4%)
(0.24/0.19/0.00/0.04)	

CMYK yüzdeleri

%23.58
%19.11
%0
%3.53

Codes

Color #BCC7F6 in popluar color models

BCC7F6
RGB188199246
HSL229°76.32%85.10%
HSB/HSV229°23.58%96.47%
CMYK23.58%19.11%0.00%
3.53%

Color #BCC7F6 in popluar number systems.

HEXBCC7F6
Decimal188199246
Binary101111001100011111110110
Octal274307366

Shades and tints

Shades of #BCC7F6

#BCC7F6
(188,199,246)
#ABB5E0
(171,181,224)
#9AA3CA
(154,163,202)
#8991B4
(137,145,180)
#787F9E
(120,127,158)
#676D88
(103,109,136)
#565B72
(86,91,114)
#45495C
(69,73,92)
#343746
(52,55,70)
#232530
(35,37,48)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #BCC7F6

#BCC7F6
(188,199,246)
#C2CCF6
(194,204,246)
#C8D1F6
(200,209,246)
#CED6F6
(206,214,246)
#D4DBF6
(212,219,246)
#DAE0F6
(218,224,246)
#E0E5F6
(224,229,246)
#E6EAF6
(230,234,246)
#ECEFF6
(236,239,246)
#F2F4F6
(242,244,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC7F6 color. Also use rgb(188,199,246) instead hex code.

Text Font Color

.myTextColor { color: #BCC7F6; }

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

This text font color is #BCC7F6.


Background Color

.myBgColor { background-color: #BCC7F6; }

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

This div background color is #BCC7F6.


Border color

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

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

This div border color is #BCC7F6.


Opacity

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

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

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

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

This text has shadow with #BCC7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7F6 on black background.


Color preview on white background

This text has color #BCC7F6 on white background.



Black color preview on #BCC7F6 background

This text has black color on #BCC7F6 background.


White color preview on #BCC7F6 background

This text has white color on #BCC7F6 background.