COLOR #BDFDEC

HEX: #BDFDEC
RGB: (189,253,236)

Color info

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

RGB color model

#BDFDEC color RGB value is (189,253,236).

  • red value is 189;
  • green value is 253;
  • blue value is 236.
RGB:
(189,253,236)
(74%,99%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 253 of 255 = 99%
B 236 of 255 = 93%

189
253
236

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

Portions of RGB colors in percentages

R + G + B =
189 + 253 + 236 = 678 (100%)
R 189 of 678 ~ 27.88%
G 253 of 678 ~ 37.32%
B 236 of 678 ~ 34.81%

%27.88
%37.32
%34.81

CMYK color model

#BDFDEC color CMYK value is (25,0,7,1).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(25,0,7,1)
C25M0Y7K1 
(25%,0%,7%,1%)
(0.25/0.00/0.07/0.01)	

CMYK percentages

%25.3
%0
%6.72
%0.78

Codes

Color #BDFDEC in popluar color models

BDFDEC
RGB189253236
HSL164°94.12%86.67%
HSB/HSV164°25.30%99.22%
CMYK25.30%0.00%6.72%
0.78%

Color #BDFDEC in popluar number systems.

HEXBDFDEC
Decimal189253236
Binary101111011111110111101100
Octal275375354

Shades and tints

Shades of #BDFDEC

#BDFDEC
(189,253,236)
#ACE6D7
(172,230,215)
#9BCFC2
(155,207,194)
#8AB8AD
(138,184,173)
#79A198
(121,161,152)
#688A83
(104,138,131)
#57736E
(87,115,110)
#465C59
(70,92,89)
#354544
(53,69,68)
#242E2F
(36,46,47)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #BDFDEC

#BDFDEC
(189,253,236)
#C3FDED
(195,253,237)
#C9FDEE
(201,253,238)
#CFFDEF
(207,253,239)
#D5FDF0
(213,253,240)
#DBFDF1
(219,253,241)
#E1FDF2
(225,253,242)
#E7FDF3
(231,253,243)
#EDFDF4
(237,253,244)
#F3FDF5
(243,253,245)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFDEC color. Also use rgb(189,253,236) instead hex code.

Text Font Color

.myTextColor { color: #BDFDEC; }

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

This text font color is #BDFDEC.


Background Color

.myBgColor { background-color: #BDFDEC; }

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

This div background color is #BDFDEC.


Border color

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

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

This div border color is #BDFDEC.


Opacity

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

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

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

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

This text has shadow with #BDFDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFDEC on black background.


Color preview on white background

This text has color #BDFDEC on white background.



Black color preview on #BDFDEC background

This text has black color on #BDFDEC background.


White color preview on #BDFDEC background

This text has white color on #BDFDEC background.