COLOR #BFD5F5

HEX: #BFD5F5
RGB: (191,213,245)

Color info

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

RGB color model

#BFD5F5 color RGB value is (191,213,245).

  • red value is 191;
  • green value is 213;
  • blue value is 245.
RGB:
(191,213,245)
(75%,84%,96%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 245 of 255 = 96%

191
213
245

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

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 245 = 649 (100%)
R 191 of 649 ~ 29.43%
G 213 of 649 ~ 32.82%
B 245 of 649 ~ 37.75%

%29.43
%32.82
%37.75

CMYK color model

#BFD5F5 color CMYK value is (22,13,0,4).

  • cyan value is 22.04%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(22,13,0,4)
C22M13Y0K4 
(22%,13%,0%,4%)
(0.22/0.13/0.00/0.04)	

CMYK percentages

%22.04
%13.06
%0
%3.92

Codes

Color #BFD5F5 in popluar color models

BFD5F5
RGB191213245
HSL216°72.97%85.49%
HSB/HSV216°22.04%96.08%
CMYK22.04%13.06%0.00%
3.92%

Color #BFD5F5 in popluar number systems.

HEXBFD5F5
Decimal191213245
Binary101111111101010111110101
Octal277325365

Shades and tints

Shades of #BFD5F5

#BFD5F5
(191,213,245)
#AEC2DF
(174,194,223)
#9DAFC9
(157,175,201)
#8C9CB3
(140,156,179)
#7B899D
(123,137,157)
#6A7687
(106,118,135)
#596371
(89,99,113)
#48505B
(72,80,91)
#373D45
(55,61,69)
#262A2F
(38,42,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #BFD5F5

#BFD5F5
(191,213,245)
#C4D8F5
(196,216,245)
#C9DBF5
(201,219,245)
#CEDEF5
(206,222,245)
#D3E1F5
(211,225,245)
#D8E4F5
(216,228,245)
#DDE7F5
(221,231,245)
#E2EAF5
(226,234,245)
#E7EDF5
(231,237,245)
#ECF0F5
(236,240,245)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD5F5; }

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

This text font color is #BFD5F5.


Background Color

.myBgColor { background-color: #BFD5F5; }

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

This div background color is #BFD5F5.


Border color

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

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

This div border color is #BFD5F5.


Opacity

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

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

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

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

This text has shadow with #BFD5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD5F5 on black background.


Color preview on white background

This text has color #BFD5F5 on white background.



Black color preview on #BFD5F5 background

This text has black color on #BFD5F5 background.


White color preview on #BFD5F5 background

This text has white color on #BFD5F5 background.