COLOR #BFC7F6

HEX: #BFC7F6 RGB: (191,199,246)

Color info

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

RGB color model

#BFC7F6 color RGB value is (191,199,246).

RGB: (191,199,246) (75%, 78%, 96%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 246 of 255 = 96%

191
199
246

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

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 246 = 636 (100%)
R 191 of 636 ~ 30.03%
G 199 of 636 ~ 31.29%
B 246 of 636 ~ 38.68'%

%30.03
%31.29
%38.68

CMYK color model

#BFC7F6 color CMYK value is (22,19,0,4).

  • cyan value is 22.36%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (22,19,0,4)
C22M19Y0K4 (22%, 19%, 0%, 4%)
(0.22 / 0.19 / 0.00 / 0.04)

CMYK percentages

%22.36
%19.11
%0
%3.53

Codes

Color #BFC7F6 in popluar color models

BF C7 F6
RGB 191 199 246
HSL 231° 75.34% 85.69%
HSB/HSV 231° 22.36% 96.47%
CMYK 22.36% 19.11% 0.00%
3.53%

Color #BFC7F6 in popluar number systems.

HEX BF C7 F6
Decimal 191 199 246
Binary 10111111 11000111 11110110
Octal 277 307 366

Shades and tints

Shades of #BFC7F6

#BFC7F6
(191,199,246)
#AEB5E0
(174,181,224)
#9DA3CA
(157,163,202)
#8C91B4
(140,145,180)
#7B7F9E
(123,127,158)
#6A6D88
(106,109,136)
#595B72
(89,91,114)
#48495C
(72,73,92)
#373746
(55,55,70)
#262530
(38,37,48)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #BFC7F6

#BFC7F6
(191,199,246)
#C4CCF6
(196,204,246)
#C9D1F6
(201,209,246)
#CED6F6
(206,214,246)
#D3DBF6
(211,219,246)
#D8E0F6
(216,224,246)
#DDE5F6
(221,229,246)
#E2EAF6
(226,234,246)
#E7EFF6
(231,239,246)
#ECF4F6
(236,244,246)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7F6; }

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

This text font color is #BFC7F6.

Background Color

.myBgColor { background-color: #BFC7F6; }

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

This div background color is #BFC7F6.

Border color

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

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

This div border color is #BFC7F6.

Opacity

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

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

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

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

This text has shadow with #BFC7F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC7F6.

Preview

Color preview on black background

This text has color #BFC7F6 on black background.


Color preview on white background

This text has color #BFC7F6 on white background.


Black color preview on #BFC7F6 background

This text has black color on #BFC7F6 background.


White color preview on #BFC7F6 background

This text has white color on #BFC7F6 background.


Related colors

Complementary color

Complementary color for #hex is #403809.


I love getcolorcode.com

Triadic colors

1 #F6BFC7 and #C7F6BF with #BFC7F6 are triadic colors.

2 #F6C7BF and #C7BFF6 with #BFC7F6 are triadic colors.