COLOR #BDEBF4

HEX: #BDEBF4
RGB: (189,235,244)

Color info

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

RGB color model

#BDEBF4 color RGB value is (189,235,244).

  • red value is 189;
  • green value is 235;
  • blue value is 244.
RGB:
(189,235,244)
(74%,92%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 244 of 255 = 96%

189
235
244

R + G + B ~ 87%. #BDEBF4 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 244 = 668 (100%)
R 189 of 668 ~ 28.29%
G 235 of 668 ~ 35.18%
B 244 of 668 ~ 36.53%

%28.29
%35.18
%36.53

CMYK color model

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

  • cyan value is 22.54%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,4,0,4)
C23M4Y0K4 
(23%,4%,0%,4%)
(0.23/0.04/0.00/0.04)	

CMYK percentages

%22.54
%3.69
%0
%4.31

Codes

Color #BDEBF4 in popluar color models

BDEBF4
RGB189235244
HSL190°71.43%84.90%
HSB/HSV190°22.54%95.69%
CMYK22.54%3.69%0.00%
4.31%

Color #BDEBF4 in popluar number systems.

HEXBDEBF4
Decimal189235244
Binary101111011110101111110100
Octal275353364

Shades and tints

Shades of #BDEBF4

#BDEBF4
(189,235,244)
#ACD6DE
(172,214,222)
#9BC1C8
(155,193,200)
#8AACB2
(138,172,178)
#79979C
(121,151,156)
#688286
(104,130,134)
#576D70
(87,109,112)
#46585A
(70,88,90)
#354344
(53,67,68)
#242E2E
(36,46,46)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDEBF4

#BDEBF4
(189,235,244)
#C3ECF5
(195,236,245)
#C9EDF6
(201,237,246)
#CFEEF7
(207,238,247)
#D5EFF8
(213,239,248)
#DBF0F9
(219,240,249)
#E1F1FA
(225,241,250)
#E7F2FB
(231,242,251)
#EDF3FC
(237,243,252)
#F3F4FD
(243,244,253)
#F9F5FE
(249,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEBF4 color. Also use rgb(189,235,244) instead hex code.

Text Font Color

.myTextColor { color: #BDEBF4; }

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

This text font color is #BDEBF4.


Background Color

.myBgColor { background-color: #BDEBF4; }

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

This div background color is #BDEBF4.


Border color

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

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

This div border color is #BDEBF4.


Opacity

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

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

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

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

This text has shadow with #BDEBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBF4 on black background.


Color preview on white background

This text has color #BDEBF4 on white background.



Black color preview on #BDEBF4 background

This text has black color on #BDEBF4 background.


White color preview on #BDEBF4 background

This text has white color on #BDEBF4 background.