COLOR #BDECF5

HEX: #BDECF5
RGB: (189,236,245)

Color info

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

RGB color model

#BDECF5 color RGB value is (189,236,245).

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

RGB channels and saturation

R 189 of 255 = 74%
G 236 of 255 = 93%
B 245 of 255 = 96%

189
236
245

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

Portions of RGB colors in percentages

R + G + B =
189 + 236 + 245 = 670 (100%)
R 189 of 670 ~ 28.21%
G 236 of 670 ~ 35.22%
B 245 of 670 ~ 36.57%

%28.21
%35.22
%36.57

CMYK color model

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

  • cyan value is 22.86%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(23,4,0,4)
C23M4Y0K4 
(23%,4%,0%,4%)
(0.23/0.04/0.00/0.04)	

CMYK percentages

%22.86
%3.67
%0
%3.92

Codes

Color #BDECF5 in popluar color models

BDECF5
RGB189236245
HSL190°73.68%85.10%
HSB/HSV190°22.86%96.08%
CMYK22.86%3.67%0.00%
3.92%

Color #BDECF5 in popluar number systems.

HEXBDECF5
Decimal189236245
Binary101111011110110011110101
Octal275354365

Shades and tints

Shades of #BDECF5

#BDECF5
(189,236,245)
#ACD7DF
(172,215,223)
#9BC2C9
(155,194,201)
#8AADB3
(138,173,179)
#79989D
(121,152,157)
#688387
(104,131,135)
#576E71
(87,110,113)
#46595B
(70,89,91)
#354445
(53,68,69)
#242F2F
(36,47,47)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDECF5

#BDECF5
(189,236,245)
#C3EDF5
(195,237,245)
#C9EEF5
(201,238,245)
#CFEFF5
(207,239,245)
#D5F0F5
(213,240,245)
#DBF1F5
(219,241,245)
#E1F2F5
(225,242,245)
#E7F3F5
(231,243,245)
#EDF4F5
(237,244,245)
#F3F5F5
(243,245,245)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDECF5; }

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

This text font color is #BDECF5.


Background Color

.myBgColor { background-color: #BDECF5; }

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

This div background color is #BDECF5.


Border color

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

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

This div border color is #BDECF5.


Opacity

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

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

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

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

This text has shadow with #BDECF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDECF5 on black background.


Color preview on white background

This text has color #BDECF5 on white background.



Black color preview on #BDECF5 background

This text has black color on #BDECF5 background.


White color preview on #BDECF5 background

This text has white color on #BDECF5 background.