COLOR #BDDEF2

HEX: #BDDEF2
RGB: (189,222,242)

Color info

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

RGB color model

#BDDEF2 color RGB value is (189,222,242).

  • red value is 189;
  • green value is 222;
  • blue value is 242.
RGB:
(189,222,242)
(74%,87%,95%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 242 of 255 = 95%

189
222
242

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

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 242 = 653 (100%)
R 189 of 653 ~ 28.94%
G 222 of 653 ~ 34%
B 242 of 653 ~ 37.06%

%28.94
%34
%37.06

CMYK color model

#BDDEF2 color CMYK value is (22,8,0,5).

  • cyan value is 21.90%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,8,0,5)
C22M8Y0K5 
(22%,8%,0%,5%)
(0.22/0.08/0.00/0.05)	

CMYK percentages

%21.9
%8.26
%0
%5.1

Codes

Color #BDDEF2 in popluar color models

BDDEF2
RGB189222242
HSL203°67.09%84.51%
HSB/HSV203°21.90%94.90%
CMYK21.90%8.26%0.00%
5.10%

Color #BDDEF2 in popluar number systems.

HEXBDDEF2
Decimal189222242
Binary101111011101111011110010
Octal275336362

Shades and tints

Shades of #BDDEF2

#BDDEF2
(189,222,242)
#ACCADC
(172,202,220)
#9BB6C6
(155,182,198)
#8AA2B0
(138,162,176)
#798E9A
(121,142,154)
#687A84
(104,122,132)
#57666E
(87,102,110)
#465258
(70,82,88)
#353E42
(53,62,66)
#242A2C
(36,42,44)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #BDDEF2

#BDDEF2
(189,222,242)
#C3E1F3
(195,225,243)
#C9E4F4
(201,228,244)
#CFE7F5
(207,231,245)
#D5EAF6
(213,234,246)
#DBEDF7
(219,237,247)
#E1F0F8
(225,240,248)
#E7F3F9
(231,243,249)
#EDF6FA
(237,246,250)
#F3F9FB
(243,249,251)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDEF2 color. Also use rgb(189,222,242) instead hex code.

Text Font Color

.myTextColor { color: #BDDEF2; }

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

This text font color is #BDDEF2.


Background Color

.myBgColor { background-color: #BDDEF2; }

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

This div background color is #BDDEF2.


Border color

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

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

This div border color is #BDDEF2.


Opacity

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

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

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

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

This text has shadow with #BDDEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEF2 on black background.


Color preview on white background

This text has color #BDDEF2 on white background.



Black color preview on #BDDEF2 background

This text has black color on #BDDEF2 background.


White color preview on #BDDEF2 background

This text has white color on #BDDEF2 background.