COLOR #BFC7F9

HEX: #BFC7F9 RGB: (191,199,249)

Color info

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

RGB color model

#BFC7F9 color RGB value is (191,199,249).

RGB: (191,199,249) (75%, 78%, 98%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 249 of 255 = 98%

191
199
249

R + G + B ~ 84%. #BFC7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 249 = 639 (100%)
R 191 of 639 ~ 29.89%
G 199 of 639 ~ 31.14%
B 249 of 639 ~ 38.97'%

%29.89
%31.14
%38.97

CMYK color model

#BFC7F9 color CMYK value is (23,20,0,2).

  • cyan value is 23.29%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (23,20,0,2)
C23M20Y0K2 (23%, 20%, 0%, 2%)
(0.23 / 0.20 / 0.00 / 0.02)

CMYK percentages

%23.29
%20.08
%0
%2.35

Codes

Color #BFC7F9 in popluar color models

BF C7 F9
RGB 191 199 249
HSL 232° 82.86% 86.27%
HSB/HSV 232° 23.29% 97.65%
CMYK 23.29% 20.08% 0.00%
2.35%

Color #BFC7F9 in popluar number systems.

HEX BF C7 F9
Decimal 191 199 249
Binary 10111111 11000111 11111001
Octal 277 307 371

Shades and tints

Shades of #BFC7F9

#BFC7F9
(191,199,249)
#AEB5E3
(174,181,227)
#9DA3CD
(157,163,205)
#8C91B7
(140,145,183)
#7B7FA1
(123,127,161)
#6A6D8B
(106,109,139)
#595B75
(89,91,117)
#48495F
(72,73,95)
#373749
(55,55,73)
#262533
(38,37,51)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #BFC7F9

#BFC7F9
(191,199,249)
#C4CCF9
(196,204,249)
#C9D1F9
(201,209,249)
#CED6F9
(206,214,249)
#D3DBF9
(211,219,249)
#D8E0F9
(216,224,249)
#DDE5F9
(221,229,249)
#E2EAF9
(226,234,249)
#E7EFF9
(231,239,249)
#ECF4F9
(236,244,249)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7F9; }

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

This text font color is #BFC7F9.

Background Color

.myBgColor { background-color: #BFC7F9; }

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

This div background color is #BFC7F9.

Border color

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

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

This div border color is #BFC7F9.

Opacity

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

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

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

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

This text has shadow with #BFC7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC7F9.

Preview

Color preview on black background

This text has color #BFC7F9 on black background.


Color preview on white background

This text has color #BFC7F9 on white background.


Black color preview on #BFC7F9 background

This text has black color on #BFC7F9 background.


White color preview on #BFC7F9 background

This text has white color on #BFC7F9 background.


Related colors

Complementary color

Complementary color for #hex is #403806.


I love getcolorcode.com

Triadic colors

1 #F9BFC7 and #C7F9BF with #BFC7F9 are triadic colors.

2 #F9C7BF and #C7BFF9 with #BFC7F9 are triadic colors.