COLOR #BDE9FF

HEX: #BDE9FF RGB: (189,233,255)

Color info

#BDE9FF contains mainly green and blue colors. Web safe color of #BDE9FF is #CCFFFF (or #CFF).

RGB color model

#BDE9FF color RGB value is (189,233,255).

RGB: (189,233,255) (74%, 91%, 100%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 255 of 255 = 100%

189
233
255

R + G + B ~ 88%. #BDE9FF is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 233 + 255 = 677 (100%)
R 189 of 677 ~ 27.92%
G 233 of 677 ~ 34.42%
B 255 of 677 ~ 37.67'%

%27.92
%34.42
%37.67

CMYK color model

#BDE9FF color CMYK value is (26,9,0,0).

  • cyan value is 25.88%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (26,9,0,0)
C26M9Y0K0 (26%, 9%, 0%, 0%)
(0.26 / 0.09 / 0.00 / 0.00)

CMYK percentages

%25.88
%8.63
%0
%0

Codes

Color #BDE9FF in popluar color models

BD E9 FF
RGB 189 233 255
HSL 200° 100.00% 87.06%
HSB/HSV 200° 25.88% 100.00%
CMYK 25.88% 8.63% 0.00%
0.00%

Color #BDE9FF in popluar number systems.

HEX BD E9 FF
Decimal 189 233 255
Binary 10111101 11101001 11111111
Octal 275 351 377

Shades and tints

Shades of #BDE9FF

#BDE9FF
(189,233,255)
#ACD4E8
(172,212,232)
#9BBFD1
(155,191,209)
#8AAABA
(138,170,186)
#7995A3
(121,149,163)
#68808C
(104,128,140)
#576B75
(87,107,117)
#46565E
(70,86,94)
#354147
(53,65,71)
#242C30
(36,44,48)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDE9FF

#BDE9FF
(189,233,255)
#C3EBFF
(195,235,255)
#C9EDFF
(201,237,255)
#CFEFFF
(207,239,255)
#D5F1FF
(213,241,255)
#DBF3FF
(219,243,255)
#E1F5FF
(225,245,255)
#E7F7FF
(231,247,255)
#EDF9FF
(237,249,255)
#F3FBFF
(243,251,255)
#F9FDFF
(249,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE9FF color. Also use rgb(189,233,255) instead hex code.

Text Font Color

.myTextColor { color: #BDE9FF; }

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

This text font color is #BDE9FF.

Background Color

.myBgColor { background-color: #BDE9FF; }

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

This div background color is #BDE9FF.

Border color

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

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

This div border color is #BDE9FF.

Opacity

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

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

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

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

This text has shadow with #BDE9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE9FF.

Preview

Color preview on black background

This text has color #BDE9FF on black background.


Color preview on white background

This text has color #BDE9FF on white background.


Black color preview on #BDE9FF background

This text has black color on #BDE9FF background.


White color preview on #BDE9FF background

This text has white color on #BDE9FF background.


Related colors

Complementary color

Complementary color for #hex is #421600.


I love getcolorcode.com

Triadic colors

1 #FFBDE9 and #E9FFBD with #BDE9FF are triadic colors.

2 #FFE9BD and #E9BDFF with #BDE9FF are triadic colors.