COLOR #B9D5FF

HEX: #B9D5FF RGB: (185,213,255)

Color info

#B9D5FF contains mainly green and blue colors. Web safe color of #B9D5FF is #CCCCFF (or #CCF).

RGB color model

#B9D5FF color RGB value is (185,213,255).

RGB: (185,213,255) (73%, 84%, 100%)

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 255 of 255 = 100%

185
213
255

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

Portions of RGB colors in percentages

R + G + B = 185 + 213 + 255 = 653 (100%)
R 185 of 653 ~ 28.33%
G 213 of 653 ~ 32.62%
B 255 of 653 ~ 39.05'%

%28.33
%32.62
%39.05

CMYK color model

#B9D5FF color CMYK value is (27,16,0,0).

  • cyan value is 27.45%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (27,16,0,0)
C27M16Y0K0 (27%, 16%, 0%, 0%)
(0.27 / 0.16 / 0.00 / 0.00)

CMYK percentages

%27.45
%16.47
%0
%0

Codes

Color #B9D5FF in popluar color models

B9 D5 FF
RGB 185 213 255
HSL 216° 100.00% 86.27%
HSB/HSV 216° 27.45% 100.00%
CMYK 27.45% 16.47% 0.00%
0.00%

Color #B9D5FF in popluar number systems.

HEX B9 D5 FF
Decimal 185 213 255
Binary 10111001 11010101 11111111
Octal 271 325 377

Shades and tints

Shades of #B9D5FF

#B9D5FF
(185,213,255)
#A9C2E8
(169,194,232)
#99AFD1
(153,175,209)
#899CBA
(137,156,186)
#7989A3
(121,137,163)
#69768C
(105,118,140)
#596375
(89,99,117)
#49505E
(73,80,94)
#393D47
(57,61,71)
#292A30
(41,42,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9D5FF

#B9D5FF
(185,213,255)
#BFD8FF
(191,216,255)
#C5DBFF
(197,219,255)
#CBDEFF
(203,222,255)
#D1E1FF
(209,225,255)
#D7E4FF
(215,228,255)
#DDE7FF
(221,231,255)
#E3EAFF
(227,234,255)
#E9EDFF
(233,237,255)
#EFF0FF
(239,240,255)
#F5F3FF
(245,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D5FF color. Also use rgb(185,213,255) instead hex code.

Text Font Color

.myTextColor { color: #B9D5FF; }

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

This text font color is #B9D5FF.

Background Color

.myBgColor { background-color: #B9D5FF; }

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

This div background color is #B9D5FF.

Border color

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

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

This div border color is #B9D5FF.

Opacity

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

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

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

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

This text has shadow with #B9D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D5FF.

Preview

Color preview on black background

This text has color #B9D5FF on black background.


Color preview on white background

This text has color #B9D5FF on white background.


Black color preview on #B9D5FF background

This text has black color on #B9D5FF background.


White color preview on #B9D5FF background

This text has white color on #B9D5FF background.


Related colors

Complementary color

Complementary color for #hex is #462A00.


I love getcolorcode.com

Triadic colors

1 #FFB9D5 and #D5FFB9 with #B9D5FF are triadic colors.

2 #FFD5B9 and #D5B9FF with #B9D5FF are triadic colors.