COLOR #BDDDF5

HEX: #BDDDF5
RGB: (189,221,245)

Color info

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

RGB color model

#BDDDF5 color RGB value is (189,221,245).

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

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 245 of 255 = 96%

189
221
245

R + G + B ~ 86%. #BDDDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 245 = 655 (100%)
R 189 of 655 ~ 28.85%
G 221 of 655 ~ 33.74%
B 245 of 655 ~ 37.4%

%28.85
%33.74
%37.4

CMYK color model

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

  • cyan value is 22.86%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(23,10,0,4)
C23M10Y0K4 
(23%,10%,0%,4%)
(0.23/0.10/0.00/0.04)	

CMYK percentages

%22.86
%9.8
%0
%3.92

Codes

Color #BDDDF5 in popluar color models

BDDDF5
RGB189221245
HSL206°73.68%85.10%
HSB/HSV206°22.86%96.08%
CMYK22.86%9.80%0.00%
3.92%

Color #BDDDF5 in popluar number systems.

HEXBDDDF5
Decimal189221245
Binary101111011101110111110101
Octal275335365

Shades and tints

Shades of #BDDDF5

#BDDDF5
(189,221,245)
#ACC9DF
(172,201,223)
#9BB5C9
(155,181,201)
#8AA1B3
(138,161,179)
#798D9D
(121,141,157)
#687987
(104,121,135)
#576571
(87,101,113)
#46515B
(70,81,91)
#353D45
(53,61,69)
#24292F
(36,41,47)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDDDF5

#BDDDF5
(189,221,245)
#C3E0F5
(195,224,245)
#C9E3F5
(201,227,245)
#CFE6F5
(207,230,245)
#D5E9F5
(213,233,245)
#DBECF5
(219,236,245)
#E1EFF5
(225,239,245)
#E7F2F5
(231,242,245)
#EDF5F5
(237,245,245)
#F3F8F5
(243,248,245)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDF5; }

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

This text font color is #BDDDF5.


Background Color

.myBgColor { background-color: #BDDDF5; }

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

This div background color is #BDDDF5.


Border color

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

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

This div border color is #BDDDF5.


Opacity

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

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

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

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

This text has shadow with #BDDDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDF5 on black background.


Color preview on white background

This text has color #BDDDF5 on white background.



Black color preview on #BDDDF5 background

This text has black color on #BDDDF5 background.


White color preview on #BDDDF5 background

This text has white color on #BDDDF5 background.