COLOR #BDDBF6

HEX: #BDDBF6
RGB: (189,219,246)

Color info

#BDDBF6 contains red, green and blue colors in about the same proportion. Web safe color of #BDDBF6 is #CCCCFF (or #CCF).

RGB color model

#BDDBF6 color RGB value is (189,219,246).

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

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 246 of 255 = 96%

189
219
246

R + G + B ~ 85%. #BDDBF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 246 = 654 (100%)
R 189 of 654 ~ 28.9%
G 219 of 654 ~ 33.49%
B 246 of 654 ~ 37.61%

%28.9
%33.49
%37.61

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,11,0,4)
C23M11Y0K4 
(23%,11%,0%,4%)
(0.23/0.11/0.00/0.04)	

CMYK percentages

%23.17
%10.98
%0
%3.53

Codes

Color #BDDBF6 in popluar color models

BDDBF6
RGB189219246
HSL208°76.00%85.29%
HSB/HSV208°23.17%96.47%
CMYK23.17%10.98%0.00%
3.53%

Color #BDDBF6 in popluar number systems.

HEXBDDBF6
Decimal189219246
Binary101111011101101111110110
Octal275333366

Shades and tints

Shades of #BDDBF6

#BDDBF6
(189,219,246)
#ACC8E0
(172,200,224)
#9BB5CA
(155,181,202)
#8AA2B4
(138,162,180)
#798F9E
(121,143,158)
#687C88
(104,124,136)
#576972
(87,105,114)
#46565C
(70,86,92)
#354346
(53,67,70)
#243030
(36,48,48)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #BDDBF6

#BDDBF6
(189,219,246)
#C3DEF6
(195,222,246)
#C9E1F6
(201,225,246)
#CFE4F6
(207,228,246)
#D5E7F6
(213,231,246)
#DBEAF6
(219,234,246)
#E1EDF6
(225,237,246)
#E7F0F6
(231,240,246)
#EDF3F6
(237,243,246)
#F3F6F6
(243,246,246)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDBF6; }

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

This text font color is #BDDBF6.


Background Color

.myBgColor { background-color: #BDDBF6; }

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

This div background color is #BDDBF6.


Border color

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

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

This div border color is #BDDBF6.


Opacity

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

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

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

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

This text has shadow with #BDDBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDBF6 on black background.


Color preview on white background

This text has color #BDDBF6 on white background.



Black color preview on #BDDBF6 background

This text has black color on #BDDBF6 background.


White color preview on #BDDBF6 background

This text has white color on #BDDBF6 background.