COLOR #BFE5E9

HEX: #BFE5E9
RGB: (191,229,233)

Color info

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

RGB color model

#BFE5E9 color RGB value is (191,229,233).

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

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 233 of 255 = 91%

191
229
233

R + G + B ~ 85%. #BFE5E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 229 + 233 = 653 (100%)
R 191 of 653 ~ 29.25%
G 229 of 653 ~ 35.07%
B 233 of 653 ~ 35.68%

%29.25
%35.07
%35.68

CMYK color model

#BFE5E9 color CMYK value is (18,2,0,9).

  • cyan value is 18.03%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,2,0,9)
C18M2Y0K9 
(18%,2%,0%,9%)
(0.18/0.02/0.00/0.09)	

CMYK percentages

%18.03
%1.72
%0
%8.63

Codes

Color #BFE5E9 in popluar color models

BFE5E9
RGB191229233
HSL186°48.84%83.14%
HSB/HSV186°18.03%91.37%
CMYK18.03%1.72%0.00%
8.63%

Color #BFE5E9 in popluar number systems.

HEXBFE5E9
Decimal191229233
Binary101111111110010111101001
Octal277345351

Shades and tints

Shades of #BFE5E9

#BFE5E9
(191,229,233)
#AED1D4
(174,209,212)
#9DBDBF
(157,189,191)
#8CA9AA
(140,169,170)
#7B9595
(123,149,149)
#6A8180
(106,129,128)
#596D6B
(89,109,107)
#485956
(72,89,86)
#374541
(55,69,65)
#26312C
(38,49,44)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #BFE5E9

#BFE5E9
(191,229,233)
#C4E7EB
(196,231,235)
#C9E9ED
(201,233,237)
#CEEBEF
(206,235,239)
#D3EDF1
(211,237,241)
#D8EFF3
(216,239,243)
#DDF1F5
(221,241,245)
#E2F3F7
(226,243,247)
#E7F5F9
(231,245,249)
#ECF7FB
(236,247,251)
#F1F9FD
(241,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5E9; }

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

This text font color is #BFE5E9.


Background Color

.myBgColor { background-color: #BFE5E9; }

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

This div background color is #BFE5E9.


Border color

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

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

This div border color is #BFE5E9.


Opacity

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

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

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

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

This text has shadow with #BFE5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE5E9 on black background.


Color preview on white background

This text has color #BFE5E9 on white background.



Black color preview on #BFE5E9 background

This text has black color on #BFE5E9 background.


White color preview on #BFE5E9 background

This text has white color on #BFE5E9 background.