COLOR #BFE9FB

HEX: #BFE9FB RGB: (191,233,251)

Color info

#BFE9FB contains mainly green and blue colors. Web safe color of #BFE9FB is #CCFFFF (or #CFF).

RGB color model

#BFE9FB color RGB value is (191,233,251).

RGB: (191,233,251) (75%, 91%, 98%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 251 of 255 = 98%

191
233
251

R + G + B ~ 88%. #BFE9FB is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 233 + 251 = 675 (100%)
R 191 of 675 ~ 28.3%
G 233 of 675 ~ 34.52%
B 251 of 675 ~ 37.19'%

%28.3
%34.52
%37.19

CMYK color model

#BFE9FB color CMYK value is (24,7,0,2).

  • cyan value is 23.90%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (24,7,0,2)
C24M7Y0K2 (24%, 7%, 0%, 2%)
(0.24 / 0.07 / 0.00 / 0.02)

CMYK percentages

%23.9
%7.17
%0
%1.57

Codes

Color #BFE9FB in popluar color models

BF E9 FB
RGB 191 233 251
HSL 198° 88.24% 86.67%
HSB/HSV 198° 23.90% 98.43%
CMYK 23.90% 7.17% 0.00%
1.57%

Color #BFE9FB in popluar number systems.

HEX BF E9 FB
Decimal 191 233 251
Binary 10111111 11101001 11111011
Octal 277 351 373

Shades and tints

Shades of #BFE9FB

#BFE9FB
(191,233,251)
#AED4E5
(174,212,229)
#9DBFCF
(157,191,207)
#8CAAB9
(140,170,185)
#7B95A3
(123,149,163)
#6A808D
(106,128,141)
#596B77
(89,107,119)
#485661
(72,86,97)
#37414B
(55,65,75)
#262C35
(38,44,53)
#15171F
(21,23,31)
#000000
(0,0,0)

Tints of #BFE9FB

#BFE9FB
(191,233,251)
#C4EBFB
(196,235,251)
#C9EDFB
(201,237,251)
#CEEFFB
(206,239,251)
#D3F1FB
(211,241,251)
#D8F3FB
(216,243,251)
#DDF5FB
(221,245,251)
#E2F7FB
(226,247,251)
#E7F9FB
(231,249,251)
#ECFBFB
(236,251,251)
#F1FDFB
(241,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE9FB color. Also use rgb(191,233,251) instead hex code.

Text Font Color

.myTextColor { color: #BFE9FB; }

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

This text font color is #BFE9FB.

Background Color

.myBgColor { background-color: #BFE9FB; }

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

This div background color is #BFE9FB.

Border color

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

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

This div border color is #BFE9FB.

Opacity

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

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

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

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

This text has shadow with #BFE9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE9FB.

Preview

Color preview on black background

This text has color #BFE9FB on black background.


Color preview on white background

This text has color #BFE9FB on white background.


Black color preview on #BFE9FB background

This text has black color on #BFE9FB background.


White color preview on #BFE9FB background

This text has white color on #BFE9FB background.


Related colors

Complementary color

Complementary color for #hex is #401604.


I love getcolorcode.com

Triadic colors

1 #FBBFE9 and #E9FBBF with #BFE9FB are triadic colors.

2 #FBE9BF and #E9BFFB with #BFE9FB are triadic colors.