COLOR #BFE5FB

HEX: #BFE5FB
RGB: (191,229,251)

Color info

#BFE5FB contains mainly green and blue colors. Web safe color of #BFE5FB is #CCCCFF (or #CCF).

RGB color model

#BFE5FB color RGB value is (191,229,251).

  • red value is 191;
  • green value is 229;
  • blue value is 251.
RGB:
(191,229,251)
(75%,90%,98%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 251 of 255 = 98%

191
229
251

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

Portions of RGB colors in percentages

R + G + B =
191 + 229 + 251 = 671 (100%)
R 191 of 671 ~ 28.46%
G 229 of 671 ~ 34.13%
B 251 of 671 ~ 37.41%

%28.46
%34.13
%37.41

CMYK color model

#BFE5FB color CMYK value is (24,9,0,2).

  • cyan value is 23.90%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(24,9,0,2)
C24M9Y0K2 
(24%,9%,0%,2%)
(0.24/0.09/0.00/0.02)	

CMYK percentages

%23.9
%8.76
%0
%1.57

Codes

Color #BFE5FB in popluar color models

BFE5FB
RGB191229251
HSL202°88.24%86.67%
HSB/HSV202°23.90%98.43%
CMYK23.90%8.76%0.00%
1.57%

Color #BFE5FB in popluar number systems.

HEXBFE5FB
Decimal191229251
Binary101111111110010111111011
Octal277345373

Shades and tints

Shades of #BFE5FB

#BFE5FB
(191,229,251)
#AED1E5
(174,209,229)
#9DBDCF
(157,189,207)
#8CA9B9
(140,169,185)
#7B95A3
(123,149,163)
#6A818D
(106,129,141)
#596D77
(89,109,119)
#485961
(72,89,97)
#37454B
(55,69,75)
#263135
(38,49,53)
#151D1F
(21,29,31)
#000000
(0,0,0)

Tints of #BFE5FB

#BFE5FB
(191,229,251)
#C4E7FB
(196,231,251)
#C9E9FB
(201,233,251)
#CEEBFB
(206,235,251)
#D3EDFB
(211,237,251)
#D8EFFB
(216,239,251)
#DDF1FB
(221,241,251)
#E2F3FB
(226,243,251)
#E7F5FB
(231,245,251)
#ECF7FB
(236,247,251)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5FB; }

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

This text font color is #BFE5FB.


Background Color

.myBgColor { background-color: #BFE5FB; }

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

This div background color is #BFE5FB.


Border color

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

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

This div border color is #BFE5FB.


Opacity

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

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

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

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

This text has shadow with #BFE5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE5FB on black background.


Color preview on white background

This text has color #BFE5FB on white background.



Black color preview on #BFE5FB background

This text has black color on #BFE5FB background.


White color preview on #BFE5FB background

This text has white color on #BFE5FB background.