COLOR #BDF8F4

HEX: #BDF8F4 RGB: (189,248,244)

Color info

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

RGB color model

#BDF8F4 color RGB value is (189,248,244).

RGB: (189,248,244) (74%, 97%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 248 of 255 = 97%
B 244 of 255 = 96%

189
248
244

R + G + B ~ 89%. #BDF8F4 is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 248 + 244 = 681 (100%)
R 189 of 681 ~ 27.75%
G 248 of 681 ~ 36.42%
B 244 of 681 ~ 35.83'%

%27.75
%36.42
%35.83

CMYK color model

#BDF8F4 color CMYK value is (24,0,2,3).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.75%

CMYK: (24,0,2,3)
C24M0Y2K3 (24%, 0%, 2%, 3%)
(0.24 / 0.00 / 0.02 / 0.03)

CMYK percentages

%23.79
%0
%1.61
%2.75

Codes

Color #BDF8F4 in popluar color models

BD F8 F4
RGB 189 248 244
HSL 176° 80.82% 85.69%
HSB/HSV 176° 23.79% 97.25%
CMYK 23.79% 0.00% 1.61%
2.75%

Color #BDF8F4 in popluar number systems.

HEX BD F8 F4
Decimal 189 248 244
Binary 10111101 11111000 11110100
Octal 275 370 364

Shades and tints

Shades of #BDF8F4

#BDF8F4
(189,248,244)
#ACE2DE
(172,226,222)
#9BCCC8
(155,204,200)
#8AB6B2
(138,182,178)
#79A09C
(121,160,156)
#688A86
(104,138,134)
#577470
(87,116,112)
#465E5A
(70,94,90)
#354844
(53,72,68)
#24322E
(36,50,46)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #BDF8F4

#BDF8F4
(189,248,244)
#C3F8F5
(195,248,245)
#C9F8F6
(201,248,246)
#CFF8F7
(207,248,247)
#D5F8F8
(213,248,248)
#DBF8F9
(219,248,249)
#E1F8FA
(225,248,250)
#E7F8FB
(231,248,251)
#EDF8FC
(237,248,252)
#F3F8FD
(243,248,253)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF8F4 color. Also use rgb(189,248,244) instead hex code.

Text Font Color

.myTextColor { color: #BDF8F4; }

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

This text font color is #BDF8F4.

Background Color

.myBgColor { background-color: #BDF8F4; }

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

This div background color is #BDF8F4.

Border color

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

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

This div border color is #BDF8F4.

Opacity

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

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

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

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

This text has shadow with #BDF8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF8F4.

Preview

Color preview on black background

This text has color #BDF8F4 on black background.


Color preview on white background

This text has color #BDF8F4 on white background.


Black color preview on #BDF8F4 background

This text has black color on #BDF8F4 background.


White color preview on #BDF8F4 background

This text has white color on #BDF8F4 background.


Related colors

Complementary color

Complementary color for #hex is #42070B.


I love getcolorcode.com

Triadic colors

1 #F4BDF8 and #F8F4BD with #BDF8F4 are triadic colors.

2 #F4F8BD and #F8BDF4 with #BDF8F4 are triadic colors.