COLOR #BFE9F5

HEX: #BFE9F5 RGB: (191,233,245)

Color info

#BFE9F5 contains red, green and blue colors in about the same proportion. Web safe color of #BFE9F5 is #CCFFFF (or #CFF).

RGB color model

#BFE9F5 color RGB value is (191,233,245).

RGB: (191,233,245) (75%, 91%, 96%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 245 of 255 = 96%

191
233
245

R + G + B ~ 87%. #BFE9F5 is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 233 + 245 = 669 (100%)
R 191 of 669 ~ 28.55%
G 233 of 669 ~ 34.83%
B 245 of 669 ~ 36.62'%

%28.55
%34.83
%36.62

CMYK color model

#BFE9F5 color CMYK value is (22,5,0,4).

  • cyan value is 22.04%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (22,5,0,4)
C22M5Y0K4 (22%, 5%, 0%, 4%)
(0.22 / 0.05 / 0.00 / 0.04)

CMYK percentages

%22.04
%4.9
%0
%3.92

Codes

Color #BFE9F5 in popluar color models

BF E9 F5
RGB 191 233 245
HSL 193° 72.97% 85.49%
HSB/HSV 193° 22.04% 96.08%
CMYK 22.04% 4.90% 0.00%
3.92%

Color #BFE9F5 in popluar number systems.

HEX BF E9 F5
Decimal 191 233 245
Binary 10111111 11101001 11110101
Octal 277 351 365

Shades and tints

Shades of #BFE9F5

#BFE9F5
(191,233,245)
#AED4DF
(174,212,223)
#9DBFC9
(157,191,201)
#8CAAB3
(140,170,179)
#7B959D
(123,149,157)
#6A8087
(106,128,135)
#596B71
(89,107,113)
#48565B
(72,86,91)
#374145
(55,65,69)
#262C2F
(38,44,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #BFE9F5

#BFE9F5
(191,233,245)
#C4EBF5
(196,235,245)
#C9EDF5
(201,237,245)
#CEEFF5
(206,239,245)
#D3F1F5
(211,241,245)
#D8F3F5
(216,243,245)
#DDF5F5
(221,245,245)
#E2F7F5
(226,247,245)
#E7F9F5
(231,249,245)
#ECFBF5
(236,251,245)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE9F5; }

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

This text font color is #BFE9F5.

Background Color

.myBgColor { background-color: #BFE9F5; }

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

This div background color is #BFE9F5.

Border color

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

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

This div border color is #BFE9F5.

Opacity

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

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

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

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

This text has shadow with #BFE9F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE9F5.

Preview

Color preview on black background

This text has color #BFE9F5 on black background.


Color preview on white background

This text has color #BFE9F5 on white background.


Black color preview on #BFE9F5 background

This text has black color on #BFE9F5 background.


White color preview on #BFE9F5 background

This text has white color on #BFE9F5 background.


Related colors

Complementary color

Complementary color for #hex is #40160A.


I love getcolorcode.com

Triadic colors

1 #F5BFE9 and #E9F5BF with #BFE9F5 are triadic colors.

2 #F5E9BF and #E9BFF5 with #BFE9F5 are triadic colors.