COLOR #BDF1F2

HEX: #BDF1F2
RGB: (189,241,242)

Color info

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

RGB color model

#BDF1F2 color RGB value is (189,241,242).

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

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 242 of 255 = 95%

189
241
242

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 242 = 672 (100%)
R 189 of 672 ~ 28.13%
G 241 of 672 ~ 35.86%
B 242 of 672 ~ 36.01%

%28.13
%35.86
%36.01

CMYK color model

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

  • cyan value is 21.90%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,0,0,5)
C22M0Y0K5 
(22%,0%,0%,5%)
(0.22/0.00/0.00/0.05)	

CMYK percentages

%21.9
%0.41
%0
%5.1

Codes

Color #BDF1F2 in popluar color models

BDF1F2
RGB189241242
HSL181°67.09%84.51%
HSB/HSV181°21.90%94.90%
CMYK21.90%0.41%0.00%
5.10%

Color #BDF1F2 in popluar number systems.

HEXBDF1F2
Decimal189241242
Binary101111011111000111110010
Octal275361362

Shades and tints

Shades of #BDF1F2

#BDF1F2
(189,241,242)
#ACDCDC
(172,220,220)
#9BC7C6
(155,199,198)
#8AB2B0
(138,178,176)
#799D9A
(121,157,154)
#688884
(104,136,132)
#57736E
(87,115,110)
#465E58
(70,94,88)
#354942
(53,73,66)
#24342C
(36,52,44)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #BDF1F2

#BDF1F2
(189,241,242)
#C3F2F3
(195,242,243)
#C9F3F4
(201,243,244)
#CFF4F5
(207,244,245)
#D5F5F6
(213,245,246)
#DBF6F7
(219,246,247)
#E1F7F8
(225,247,248)
#E7F8F9
(231,248,249)
#EDF9FA
(237,249,250)
#F3FAFB
(243,250,251)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1F2; }

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

This text font color is #BDF1F2.


Background Color

.myBgColor { background-color: #BDF1F2; }

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

This div background color is #BDF1F2.


Border color

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

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

This div border color is #BDF1F2.


Opacity

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

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

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

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

This text has shadow with #BDF1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1F2 on black background.


Color preview on white background

This text has color #BDF1F2 on white background.



Black color preview on #BDF1F2 background

This text has black color on #BDF1F2 background.


White color preview on #BDF1F2 background

This text has white color on #BDF1F2 background.