COLOR #BCCFE9

HEX: #BCCFE9
RGB: (188,207,233)

Color info

#BCCFE9 contains red, green and blue colors in about the same proportion. Web safe color of #BCCFE9 is #CCCCFF (or #CCF).

RGB color model

#BCCFE9 color RGB value is (188,207,233).

  • red value is 188;
  • green value is 207;
  • blue value is 233.
RGB:
(188,207,233)
(74%,81%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 233 of 255 = 91%

188
207
233

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 233 = 628 (100%)
R 188 of 628 ~ 29.94%
G 207 of 628 ~ 32.96%
B 233 of 628 ~ 37.1%

%29.94
%32.96
%37.1

CMYK color model

#BCCFE9 color CMYK value is (19,11,0,9).

  • cyan value is 19.31%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,11,0,9)
C19M11Y0K9 
(19%,11%,0%,9%)
(0.19/0.11/0.00/0.09)	

CMYK percentages

%19.31
%11.16
%0
%8.63

Codes

Color #BCCFE9 in popluar color models

BCCFE9
RGB188207233
HSL215°50.56%82.55%
HSB/HSV215°19.31%91.37%
CMYK19.31%11.16%0.00%
8.63%

Color #BCCFE9 in popluar number systems.

HEXBCCFE9
Decimal188207233
Binary101111001100111111101001
Octal274317351

Shades and tints

Shades of #BCCFE9

#BCCFE9
(188,207,233)
#ABBDD4
(171,189,212)
#9AABBF
(154,171,191)
#8999AA
(137,153,170)
#788795
(120,135,149)
#677580
(103,117,128)
#56636B
(86,99,107)
#455156
(69,81,86)
#343F41
(52,63,65)
#232D2C
(35,45,44)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCCFE9

#BCCFE9
(188,207,233)
#C2D3EB
(194,211,235)
#C8D7ED
(200,215,237)
#CEDBEF
(206,219,239)
#D4DFF1
(212,223,241)
#DAE3F3
(218,227,243)
#E0E7F5
(224,231,245)
#E6EBF7
(230,235,247)
#ECEFF9
(236,239,249)
#F2F3FB
(242,243,251)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCFE9 color. Also use rgb(188,207,233) instead hex code.

Text Font Color

.myTextColor { color: #BCCFE9; }

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

This text font color is #BCCFE9.


Background Color

.myBgColor { background-color: #BCCFE9; }

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

This div background color is #BCCFE9.


Border color

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

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

This div border color is #BCCFE9.


Opacity

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

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

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

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

This text has shadow with #BCCFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFE9 on black background.


Color preview on white background

This text has color #BCCFE9 on white background.



Black color preview on #BCCFE9 background

This text has black color on #BCCFE9 background.


White color preview on #BCCFE9 background

This text has white color on #BCCFE9 background.