COLOR #BCE6ED

HEX: #BCE6ED
RGB: (188,230,237)

Renk bilgisi

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

RGB renk modeli

#BCE6ED color RGB value is (188,230,237).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 230 of 255 = 90%
B 237 of 255 = 93%

188
230
237

R + G + B ~ 86%. #BCE6ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 230 + 237 = 655 (100%)
R 188 of 655 ~ 28.7%
G 230 of 655 ~ 35.11%
B 237 of 655 ~ 36.18%

%28.7
%35.11
%36.18

CMYK RENK MODELİ

#BCE6ED rengi CMYK tonu (21,3,0,7).

  • camgöbeği tonu 20.68%
  • eflatun tonu 2.95%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(21,3,0,7)
C21M3Y0K7 
(21%,3%,0%,7%)
(0.21/0.03/0.00/0.07)	

CMYK yüzdeleri

%20.68
%2.95
%0
%7.06

Codes

Color #BCE6ED in popluar color models

BCE6ED
RGB188230237
HSL189°57.65%83.33%
HSB/HSV189°20.68%92.94%
CMYK20.68%2.95%0.00%
7.06%

Color #BCE6ED in popluar number systems.

HEXBCE6ED
Decimal188230237
Binary101111001110011011101101
Octal274346355

Shades and tints

Shades of #BCE6ED

#BCE6ED
(188,230,237)
#ABD2D8
(171,210,216)
#9ABEC3
(154,190,195)
#89AAAE
(137,170,174)
#789699
(120,150,153)
#678284
(103,130,132)
#566E6F
(86,110,111)
#455A5A
(69,90,90)
#344645
(52,70,69)
#233230
(35,50,48)
#121E1B
(18,30,27)
#000000
(0,0,0)

Tints of #BCE6ED

#BCE6ED
(188,230,237)
#C2E8EE
(194,232,238)
#C8EAEF
(200,234,239)
#CEECF0
(206,236,240)
#D4EEF1
(212,238,241)
#DAF0F2
(218,240,242)
#E0F2F3
(224,242,243)
#E6F4F4
(230,244,244)
#ECF6F5
(236,246,245)
#F2F8F6
(242,248,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE6ED; }

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

This text font color is #BCE6ED.


Background Color

.myBgColor { background-color: #BCE6ED; }

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

This div background color is #BCE6ED.


Border color

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

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

This div border color is #BCE6ED.


Opacity

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

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

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

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

This text has shadow with #BCE6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE6ED on black background.


Color preview on white background

This text has color #BCE6ED on white background.



Black color preview on #BCE6ED background

This text has black color on #BCE6ED background.


White color preview on #BCE6ED background

This text has white color on #BCE6ED background.