COLOR #BCC7EE

HEX: #BCC7EE
RGB: (188,199,238)

Renk bilgisi

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

RGB renk modeli

#BCC7EE color RGB value is (188,199,238).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 199 of 255 = 78%
B 238 of 255 = 93%

188
199
238

R + G + B ~ 82%. #BCC7EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 199 + 238 = 625 (100%)
R 188 of 625 ~ 30.08%
G 199 of 625 ~ 31.84%
B 238 of 625 ~ 38.08%

%30.08
%31.84
%38.08

CMYK RENK MODELİ

#BCC7EE rengi CMYK tonu (21,16,0,7).

  • camgöbeği tonu 21.01%
  • eflatun tonu 16.39%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(21,16,0,7)
C21M16Y0K7 
(21%,16%,0%,7%)
(0.21/0.16/0.00/0.07)	

CMYK yüzdeleri

%21.01
%16.39
%0
%6.67

Codes

Color #BCC7EE in popluar color models

BCC7EE
RGB188199238
HSL227°59.52%83.53%
HSB/HSV227°21.01%93.33%
CMYK21.01%16.39%0.00%
6.67%

Color #BCC7EE in popluar number systems.

HEXBCC7EE
Decimal188199238
Binary101111001100011111101110
Octal274307356

Shades and tints

Shades of #BCC7EE

#BCC7EE
(188,199,238)
#ABB5D9
(171,181,217)
#9AA3C4
(154,163,196)
#8991AF
(137,145,175)
#787F9A
(120,127,154)
#676D85
(103,109,133)
#565B70
(86,91,112)
#45495B
(69,73,91)
#343746
(52,55,70)
#232531
(35,37,49)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #BCC7EE

#BCC7EE
(188,199,238)
#C2CCEF
(194,204,239)
#C8D1F0
(200,209,240)
#CED6F1
(206,214,241)
#D4DBF2
(212,219,242)
#DAE0F3
(218,224,243)
#E0E5F4
(224,229,244)
#E6EAF5
(230,234,245)
#ECEFF6
(236,239,246)
#F2F4F7
(242,244,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7EE; }

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

This text font color is #BCC7EE.


Background Color

.myBgColor { background-color: #BCC7EE; }

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

This div background color is #BCC7EE.


Border color

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

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

This div border color is #BCC7EE.


Opacity

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

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

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

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

This text has shadow with #BCC7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7EE on black background.


Color preview on white background

This text has color #BCC7EE on white background.



Black color preview on #BCC7EE background

This text has black color on #BCC7EE background.


White color preview on #BCC7EE background

This text has white color on #BCC7EE background.