COLOR #BDDFF5

HEX: #BDDFF5
RGB: (189,223,245)

Color info

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

RGB color model

#BDDFF5 color RGB value is (189,223,245).

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

RGB channels and saturation

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

189
223
245

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

Portions of RGB colors in percentages

R + G + B =
189 + 223 + 245 = 657 (100%)
R 189 of 657 ~ 28.77%
G 223 of 657 ~ 33.94%
B 245 of 657 ~ 37.29%

%28.77
%33.94
%37.29

CMYK color model

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

  • cyan value is 22.86%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(23,9,0,4)
C23M9Y0K4 
(23%,9%,0%,4%)
(0.23/0.09/0.00/0.04)	

CMYK percentages

%22.86
%8.98
%0
%3.92

Codes

Color #BDDFF5 in popluar color models

BDDFF5
RGB189223245
HSL204°73.68%85.10%
HSB/HSV204°22.86%96.08%
CMYK22.86%8.98%0.00%
3.92%

Color #BDDFF5 in popluar number systems.

HEXBDDFF5
Decimal189223245
Binary101111011101111111110101
Octal275337365

Shades and tints

Shades of #BDDFF5

#BDDFF5
(189,223,245)
#ACCBDF
(172,203,223)
#9BB7C9
(155,183,201)
#8AA3B3
(138,163,179)
#798F9D
(121,143,157)
#687B87
(104,123,135)
#576771
(87,103,113)
#46535B
(70,83,91)
#353F45
(53,63,69)
#242B2F
(36,43,47)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDDFF5

#BDDFF5
(189,223,245)
#C3E1F5
(195,225,245)
#C9E3F5
(201,227,245)
#CFE5F5
(207,229,245)
#D5E7F5
(213,231,245)
#DBE9F5
(219,233,245)
#E1EBF5
(225,235,245)
#E7EDF5
(231,237,245)
#EDEFF5
(237,239,245)
#F3F1F5
(243,241,245)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDFF5; }

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

This text font color is #BDDFF5.


Background Color

.myBgColor { background-color: #BDDFF5; }

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

This div background color is #BDDFF5.


Border color

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

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

This div border color is #BDDFF5.


Opacity

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

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

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

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

This text has shadow with #BDDFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDFF5 on black background.


Color preview on white background

This text has color #BDDFF5 on white background.



Black color preview on #BDDFF5 background

This text has black color on #BDDFF5 background.


White color preview on #BDDFF5 background

This text has white color on #BDDFF5 background.