COLOR #BDF1F5

HEX: #BDF1F5
RGB: (189,241,245)

Color info

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

RGB color model

#BDF1F5 color RGB value is (189,241,245).

  • red value is 189;
  • green value is 241;
  • blue value is 245.
RGB:
(189,241,245)
(74%,95%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 245 of 255 = 96%

189
241
245

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 245 = 675 (100%)
R 189 of 675 ~ 28%
G 241 of 675 ~ 35.7%
B 245 of 675 ~ 36.3%

%28
%35.7
%36.3

CMYK color model

#BDF1F5 color CMYK value is (23,2,0,4).

  • cyan value is 22.86%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(23,2,0,4)
C23M2Y0K4 
(23%,2%,0%,4%)
(0.23/0.02/0.00/0.04)	

CMYK percentages

%22.86
%1.63
%0
%3.92

Codes

Color #BDF1F5 in popluar color models

BDF1F5
RGB189241245
HSL184°73.68%85.10%
HSB/HSV184°22.86%96.08%
CMYK22.86%1.63%0.00%
3.92%

Color #BDF1F5 in popluar number systems.

HEXBDF1F5
Decimal189241245
Binary101111011111000111110101
Octal275361365

Shades and tints

Shades of #BDF1F5

#BDF1F5
(189,241,245)
#ACDCDF
(172,220,223)
#9BC7C9
(155,199,201)
#8AB2B3
(138,178,179)
#799D9D
(121,157,157)
#688887
(104,136,135)
#577371
(87,115,113)
#465E5B
(70,94,91)
#354945
(53,73,69)
#24342F
(36,52,47)
#131F19
(19,31,25)
#000000
(0,0,0)

Tints of #BDF1F5

#BDF1F5
(189,241,245)
#C3F2F5
(195,242,245)
#C9F3F5
(201,243,245)
#CFF4F5
(207,244,245)
#D5F5F5
(213,245,245)
#DBF6F5
(219,246,245)
#E1F7F5
(225,247,245)
#E7F8F5
(231,248,245)
#EDF9F5
(237,249,245)
#F3FAF5
(243,250,245)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF1F5 color. Also use rgb(189,241,245) instead hex code.

Text Font Color

.myTextColor { color: #BDF1F5; }

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

This text font color is #BDF1F5.


Background Color

.myBgColor { background-color: #BDF1F5; }

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

This div background color is #BDF1F5.


Border color

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

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

This div border color is #BDF1F5.


Opacity

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

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

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

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

This text has shadow with #BDF1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1F5 on black background.


Color preview on white background

This text has color #BDF1F5 on white background.



Black color preview on #BDF1F5 background

This text has black color on #BDF1F5 background.


White color preview on #BDF1F5 background

This text has white color on #BDF1F5 background.