COLOR #BDF6ED

HEX: #BDF6ED RGB: (189,246,237)

Color info

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

RGB color model

#BDF6ED color RGB value is (189,246,237).

RGB: (189,246,237) (74%, 96%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 246 of 255 = 96%
B 237 of 255 = 93%

189
246
237

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

Portions of RGB colors in percentages

R + G + B = 189 + 246 + 237 = 672 (100%)
R 189 of 672 ~ 28.13%
G 246 of 672 ~ 36.61%
B 237 of 672 ~ 35.27'%

%28.13
%36.61
%35.27

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%

CMYK: (23,0,4,4)
C23M0Y4K4 (23%, 0%, 4%, 4%)
(0.23 / 0.00 / 0.04 / 0.04)

CMYK percentages

%23.17
%0
%3.66
%3.53

Codes

Color #BDF6ED in popluar color models

BD F6 ED
RGB 189 246 237
HSL 171° 76.00% 85.29%
HSB/HSV 171° 23.17% 96.47%
CMYK 23.17% 0.00% 3.66%
3.53%

Color #BDF6ED in popluar number systems.

HEX BD F6 ED
Decimal 189 246 237
Binary 10111101 11110110 11101101
Octal 275 366 355

Shades and tints

Shades of #BDF6ED

#BDF6ED
(189,246,237)
#ACE0D8
(172,224,216)
#9BCAC3
(155,202,195)
#8AB4AE
(138,180,174)
#799E99
(121,158,153)
#688884
(104,136,132)
#57726F
(87,114,111)
#465C5A
(70,92,90)
#354645
(53,70,69)
#243030
(36,48,48)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #BDF6ED

#BDF6ED
(189,246,237)
#C3F6EE
(195,246,238)
#C9F6EF
(201,246,239)
#CFF6F0
(207,246,240)
#D5F6F1
(213,246,241)
#DBF6F2
(219,246,242)
#E1F6F3
(225,246,243)
#E7F6F4
(231,246,244)
#EDF6F5
(237,246,245)
#F3F6F6
(243,246,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF6ED; }

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

This text font color is #BDF6ED.

Background Color

.myBgColor { background-color: #BDF6ED; }

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

This div background color is #BDF6ED.

Border color

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

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

This div border color is #BDF6ED.

Opacity

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

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

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

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

This text has shadow with #BDF6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF6ED.

Preview

Color preview on black background

This text has color #BDF6ED on black background.


Color preview on white background

This text has color #BDF6ED on white background.


Black color preview on #BDF6ED background

This text has black color on #BDF6ED background.


White color preview on #BDF6ED background

This text has white color on #BDF6ED background.


Related colors

Complementary color

Complementary color for #hex is #420912.


I love getcolorcode.com

Triadic colors

1 #EDBDF6 and #F6EDBD with #BDF6ED are triadic colors.

2 #EDF6BD and #F6BDED with #BDF6ED are triadic colors.