COLOR #B8BBF9

HEX: #B8BBF9 RGB: (184,187,249)

Color info

#B8BBF9 contains mainly blue color. Web safe color of #B8BBF9 is #CCCCFF (or #CCF).

RGB color model

#B8BBF9 color RGB value is (184,187,249).

RGB: (184,187,249) (72%, 73%, 98%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 249 of 255 = 98%

184
187
249

R + G + B ~ 81%. #B8BBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 187 + 249 = 620 (100%)
R 184 of 620 ~ 29.68%
G 187 of 620 ~ 30.16%
B 249 of 620 ~ 40.16'%

%29.68
%30.16
%40.16

CMYK color model

#B8BBF9 color CMYK value is (26,25,0,2).

  • cyan value is 26.10%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (26,25,0,2)
C26M25Y0K2 (26%, 25%, 0%, 2%)
(0.26 / 0.25 / 0.00 / 0.02)

CMYK percentages

%26.1
%24.9
%0
%2.35

Codes

Color #B8BBF9 in popluar color models

B8 BB F9
RGB 184 187 249
HSL 237° 84.42% 84.90%
HSB/HSV 237° 26.10% 97.65%
CMYK 26.10% 24.90% 0.00%
2.35%

Color #B8BBF9 in popluar number systems.

HEX B8 BB F9
Decimal 184 187 249
Binary 10111000 10111011 11111001
Octal 270 273 371

Shades and tints

Shades of #B8BBF9

#B8BBF9
(184,187,249)
#A8AAE3
(168,170,227)
#9899CD
(152,153,205)
#8888B7
(136,136,183)
#7877A1
(120,119,161)
#68668B
(104,102,139)
#585575
(88,85,117)
#48445F
(72,68,95)
#383349
(56,51,73)
#282233
(40,34,51)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #B8BBF9

#B8BBF9
(184,187,249)
#BEC1F9
(190,193,249)
#C4C7F9
(196,199,249)
#CACDF9
(202,205,249)
#D0D3F9
(208,211,249)
#D6D9F9
(214,217,249)
#DCDFF9
(220,223,249)
#E2E5F9
(226,229,249)
#E8EBF9
(232,235,249)
#EEF1F9
(238,241,249)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BBF9 color. Also use rgb(184,187,249) instead hex code.

Text Font Color

.myTextColor { color: #B8BBF9; }

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

This text font color is #B8BBF9.

Background Color

.myBgColor { background-color: #B8BBF9; }

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

This div background color is #B8BBF9.

Border color

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

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

This div border color is #B8BBF9.

Opacity

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

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

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

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

This text has shadow with #B8BBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BBF9.

Preview

Color preview on black background

This text has color #B8BBF9 on black background.


Color preview on white background

This text has color #B8BBF9 on white background.


Black color preview on #B8BBF9 background

This text has black color on #B8BBF9 background.


White color preview on #B8BBF9 background

This text has white color on #B8BBF9 background.


Related colors

Complementary color

Complementary color for #hex is #474406.


I love getcolorcode.com

Triadic colors

1 #F9B8BB and #BBF9B8 with #B8BBF9 are triadic colors.

2 #F9BBB8 and #BBB8F9 with #B8BBF9 are triadic colors.