COLOR #BFC9EC

HEX: #BFC9EC RGB: (191,201,236)

Color info

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

RGB color model

#BFC9EC color RGB value is (191,201,236).

RGB: (191,201,236) (75%, 79%, 93%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 236 of 255 = 93%

191
201
236

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

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 236 = 628 (100%)
R 191 of 628 ~ 30.41%
G 201 of 628 ~ 32.01%
B 236 of 628 ~ 37.58'%

%30.41
%32.01
%37.58

CMYK color model

#BFC9EC color CMYK value is (19,15,0,7).

  • cyan value is 19.07%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,15,0,7)
C19M15Y0K7 (19%, 15%, 0%, 7%)
(0.19 / 0.15 / 0.00 / 0.07)

CMYK percentages

%19.07
%14.83
%0
%7.45

Codes

Color #BFC9EC in popluar color models

BF C9 EC
RGB 191 201 236
HSL 227° 54.22% 83.73%
HSB/HSV 227° 19.07% 92.55%
CMYK 19.07% 14.83% 0.00%
7.45%

Color #BFC9EC in popluar number systems.

HEX BF C9 EC
Decimal 191 201 236
Binary 10111111 11001001 11101100
Octal 277 311 354

Shades and tints

Shades of #BFC9EC

#BFC9EC
(191,201,236)
#AEB7D7
(174,183,215)
#9DA5C2
(157,165,194)
#8C93AD
(140,147,173)
#7B8198
(123,129,152)
#6A6F83
(106,111,131)
#595D6E
(89,93,110)
#484B59
(72,75,89)
#373944
(55,57,68)
#26272F
(38,39,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #BFC9EC

#BFC9EC
(191,201,236)
#C4CDED
(196,205,237)
#C9D1EE
(201,209,238)
#CED5EF
(206,213,239)
#D3D9F0
(211,217,240)
#D8DDF1
(216,221,241)
#DDE1F2
(221,225,242)
#E2E5F3
(226,229,243)
#E7E9F4
(231,233,244)
#ECEDF5
(236,237,245)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC9EC color. Also use rgb(191,201,236) instead hex code.

Text Font Color

.myTextColor { color: #BFC9EC; }

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

This text font color is #BFC9EC.

Background Color

.myBgColor { background-color: #BFC9EC; }

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

This div background color is #BFC9EC.

Border color

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

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

This div border color is #BFC9EC.

Opacity

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

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

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

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

This text has shadow with #BFC9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC9EC.

Preview

Color preview on black background

This text has color #BFC9EC on black background.


Color preview on white background

This text has color #BFC9EC on white background.


Black color preview on #BFC9EC background

This text has black color on #BFC9EC background.


White color preview on #BFC9EC background

This text has white color on #BFC9EC background.


Related colors

Complementary color

Complementary color for #hex is #403613.


I love getcolorcode.com

Triadic colors

1 #ECBFC9 and #C9ECBF with #BFC9EC are triadic colors.

2 #ECC9BF and #C9BFEC with #BFC9EC are triadic colors.