COLOR #BFE5F0

HEX: #BFE5F0 RGB: (191,229,240)

Color info

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

RGB color model

#BFE5F0 color RGB value is (191,229,240).

RGB: (191,229,240) (75%, 90%, 94%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 240 of 255 = 94%

191
229
240

R + G + B ~ 86%. #BFE5F0 is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 229 + 240 = 660 (100%)
R 191 of 660 ~ 28.94%
G 229 of 660 ~ 34.7%
B 240 of 660 ~ 36.36'%

%28.94
%34.7
%36.36

CMYK color model

#BFE5F0 color CMYK value is (20,5,0,6).

  • cyan value is 20.42%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (20,5,0,6)
C20M5Y0K6 (20%, 5%, 0%, 6%)
(0.20 / 0.05 / 0.00 / 0.06)

CMYK percentages

%20.42
%4.58
%0
%5.88

Codes

Color #BFE5F0 in popluar color models

BF E5 F0
RGB 191 229 240
HSL 193° 62.03% 84.51%
HSB/HSV 193° 20.42% 94.12%
CMYK 20.42% 4.58% 0.00%
5.88%

Color #BFE5F0 in popluar number systems.

HEX BF E5 F0
Decimal 191 229 240
Binary 10111111 11100101 11110000
Octal 277 345 360

Shades and tints

Shades of #BFE5F0

#BFE5F0
(191,229,240)
#AED1DB
(174,209,219)
#9DBDC6
(157,189,198)
#8CA9B1
(140,169,177)
#7B959C
(123,149,156)
#6A8187
(106,129,135)
#596D72
(89,109,114)
#48595D
(72,89,93)
#374548
(55,69,72)
#263133
(38,49,51)
#151D1E
(21,29,30)
#000000
(0,0,0)

Tints of #BFE5F0

#BFE5F0
(191,229,240)
#C4E7F1
(196,231,241)
#C9E9F2
(201,233,242)
#CEEBF3
(206,235,243)
#D3EDF4
(211,237,244)
#D8EFF5
(216,239,245)
#DDF1F6
(221,241,246)
#E2F3F7
(226,243,247)
#E7F5F8
(231,245,248)
#ECF7F9
(236,247,249)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5F0; }

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

This text font color is #BFE5F0.

Background Color

.myBgColor { background-color: #BFE5F0; }

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

This div background color is #BFE5F0.

Border color

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

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

This div border color is #BFE5F0.

Opacity

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

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

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

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

This text has shadow with #BFE5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE5F0.

Preview

Color preview on black background

This text has color #BFE5F0 on black background.


Color preview on white background

This text has color #BFE5F0 on white background.


Black color preview on #BFE5F0 background

This text has black color on #BFE5F0 background.


White color preview on #BFE5F0 background

This text has white color on #BFE5F0 background.


Related colors

Complementary color

Complementary color for #hex is #401A0F.


I love getcolorcode.com

Triadic colors

1 #F0BFE5 and #E5F0BF with #BFE5F0 are triadic colors.

2 #F0E5BF and #E5BFF0 with #BFE5F0 are triadic colors.