COLOR #BDF6FE

HEX: #BDF6FE RGB: (189,246,254)

Color info

#BDF6FE contains mainly green and blue colors. Web safe color of #BDF6FE is #CCFFFF (or #CFF).

RGB color model

#BDF6FE color RGB value is (189,246,254).

RGB: (189,246,254) (74%, 96%, 100%)

RGB channels and saturation

R 189 of 255 = 74%
G 246 of 255 = 96%
B 254 of 255 = 100%

189
246
254

R + G + B ~ 90%. #BDF6FE is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 246 + 254 = 689 (100%)
R 189 of 689 ~ 27.43%
G 246 of 689 ~ 35.7%
B 254 of 689 ~ 36.87'%

%27.43
%35.7
%36.87

CMYK color model

#BDF6FE color CMYK value is (26,3,0,0).

  • cyan value is 25.59%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (26,3,0,0)
C26M3Y0K0 (26%, 3%, 0%, 0%)
(0.26 / 0.03 / 0.00 / 0.00)

CMYK percentages

%25.59
%3.15
%0
%0.39

Codes

Color #BDF6FE in popluar color models

BD F6 FE
RGB 189 246 254
HSL 187° 97.01% 86.86%
HSB/HSV 187° 25.59% 99.61%
CMYK 25.59% 3.15% 0.00%
0.39%

Color #BDF6FE in popluar number systems.

HEX BD F6 FE
Decimal 189 246 254
Binary 10111101 11110110 11111110
Octal 275 366 376

Shades and tints

Shades of #BDF6FE

#BDF6FE
(189,246,254)
#ACE0E7
(172,224,231)
#9BCAD0
(155,202,208)
#8AB4B9
(138,180,185)
#799EA2
(121,158,162)
#68888B
(104,136,139)
#577274
(87,114,116)
#465C5D
(70,92,93)
#354646
(53,70,70)
#24302F
(36,48,47)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDF6FE

#BDF6FE
(189,246,254)
#C3F6FE
(195,246,254)
#C9F6FE
(201,246,254)
#CFF6FE
(207,246,254)
#D5F6FE
(213,246,254)
#DBF6FE
(219,246,254)
#E1F6FE
(225,246,254)
#E7F6FE
(231,246,254)
#EDF6FE
(237,246,254)
#F3F6FE
(243,246,254)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF6FE color. Also use rgb(189,246,254) instead hex code.

Text Font Color

.myTextColor { color: #BDF6FE; }

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

This text font color is #BDF6FE.

Background Color

.myBgColor { background-color: #BDF6FE; }

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

This div background color is #BDF6FE.

Border color

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

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

This div border color is #BDF6FE.

Opacity

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

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

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

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

This text has shadow with #BDF6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF6FE.

Preview

Color preview on black background

This text has color #BDF6FE on black background.


Color preview on white background

This text has color #BDF6FE on white background.


Black color preview on #BDF6FE background

This text has black color on #BDF6FE background.


White color preview on #BDF6FE background

This text has white color on #BDF6FE background.


Related colors

Complementary color

Complementary color for #hex is #420901.


I love getcolorcode.com

Triadic colors

1 #FEBDF6 and #F6FEBD with #BDF6FE are triadic colors.

2 #FEF6BD and #F6BDFE with #BDF6FE are triadic colors.