COLOR #BDE1F2

HEX: #BDE1F2
RGB: (189,225,242)

Color info

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

RGB color model

#BDE1F2 color RGB value is (189,225,242).

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

RGB channels and saturation

R 189 of 255 = 74%
G 225 of 255 = 88%
B 242 of 255 = 95%

189
225
242

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

Portions of RGB colors in percentages

R + G + B =
189 + 225 + 242 = 656 (100%)
R 189 of 656 ~ 28.81%
G 225 of 656 ~ 34.3%
B 242 of 656 ~ 36.89%

%28.81
%34.3
%36.89

CMYK color model

#BDE1F2 color CMYK value is (22,7,0,5).

  • cyan value is 21.90%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,7,0,5)
C22M7Y0K5 
(22%,7%,0%,5%)
(0.22/0.07/0.00/0.05)	

CMYK percentages

%21.9
%7.02
%0
%5.1

Codes

Color #BDE1F2 in popluar color models

BDE1F2
RGB189225242
HSL199°67.09%84.51%
HSB/HSV199°21.90%94.90%
CMYK21.90%7.02%0.00%
5.10%

Color #BDE1F2 in popluar number systems.

HEXBDE1F2
Decimal189225242
Binary101111011110000111110010
Octal275341362

Shades and tints

Shades of #BDE1F2

#BDE1F2
(189,225,242)
#ACCDDC
(172,205,220)
#9BB9C6
(155,185,198)
#8AA5B0
(138,165,176)
#79919A
(121,145,154)
#687D84
(104,125,132)
#57696E
(87,105,110)
#465558
(70,85,88)
#354142
(53,65,66)
#242D2C
(36,45,44)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDE1F2

#BDE1F2
(189,225,242)
#C3E3F3
(195,227,243)
#C9E5F4
(201,229,244)
#CFE7F5
(207,231,245)
#D5E9F6
(213,233,246)
#DBEBF7
(219,235,247)
#E1EDF8
(225,237,248)
#E7EFF9
(231,239,249)
#EDF1FA
(237,241,250)
#F3F3FB
(243,243,251)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE1F2; }

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

This text font color is #BDE1F2.


Background Color

.myBgColor { background-color: #BDE1F2; }

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

This div background color is #BDE1F2.


Border color

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

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

This div border color is #BDE1F2.


Opacity

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

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

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

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

This text has shadow with #BDE1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE1F2 on black background.


Color preview on white background

This text has color #BDE1F2 on white background.



Black color preview on #BDE1F2 background

This text has black color on #BDE1F2 background.


White color preview on #BDE1F2 background

This text has white color on #BDE1F2 background.