COLOR #BDEBF6

HEX: #BDEBF6
RGB: (189,235,246)

Color info

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

RGB color model

#BDEBF6 color RGB value is (189,235,246).

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

RGB channels and saturation

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

189
235
246

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

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 246 = 670 (100%)
R 189 of 670 ~ 28.21%
G 235 of 670 ~ 35.07%
B 246 of 670 ~ 36.72%

%28.21
%35.07
%36.72

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,4,0,4)
C23M4Y0K4 
(23%,4%,0%,4%)
(0.23/0.04/0.00/0.04)	

CMYK percentages

%23.17
%4.47
%0
%3.53

Codes

Color #BDEBF6 in popluar color models

BDEBF6
RGB189235246
HSL192°76.00%85.29%
HSB/HSV192°23.17%96.47%
CMYK23.17%4.47%0.00%
3.53%

Color #BDEBF6 in popluar number systems.

HEXBDEBF6
Decimal189235246
Binary101111011110101111110110
Octal275353366

Shades and tints

Shades of #BDEBF6

#BDEBF6
(189,235,246)
#ACD6E0
(172,214,224)
#9BC1CA
(155,193,202)
#8AACB4
(138,172,180)
#79979E
(121,151,158)
#688288
(104,130,136)
#576D72
(87,109,114)
#46585C
(70,88,92)
#354346
(53,67,70)
#242E30
(36,46,48)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDEBF6

#BDEBF6
(189,235,246)
#C3ECF6
(195,236,246)
#C9EDF6
(201,237,246)
#CFEEF6
(207,238,246)
#D5EFF6
(213,239,246)
#DBF0F6
(219,240,246)
#E1F1F6
(225,241,246)
#E7F2F6
(231,242,246)
#EDF3F6
(237,243,246)
#F3F4F6
(243,244,246)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBF6; }

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

This text font color is #BDEBF6.


Background Color

.myBgColor { background-color: #BDEBF6; }

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

This div background color is #BDEBF6.


Border color

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

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

This div border color is #BDEBF6.


Opacity

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

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

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

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

This text has shadow with #BDEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBF6 on black background.


Color preview on white background

This text has color #BDEBF6 on white background.



Black color preview on #BDEBF6 background

This text has black color on #BDEBF6 background.


White color preview on #BDEBF6 background

This text has white color on #BDEBF6 background.