COLOR #BBB7FB

HEX: #BBB7FB RGB: (187,183,251)

Color info

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

RGB color model

#BBB7FB color RGB value is (187,183,251).

RGB: (187,183,251) (73%, 72%, 98%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 251 of 255 = 98%

187
183
251

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 251 = 621 (100%)
R 187 of 621 ~ 30.11%
G 183 of 621 ~ 29.47%
B 251 of 621 ~ 40.42'%

%30.11
%29.47
%40.42

CMYK color model

#BBB7FB color CMYK value is (25,27,0,2).

  • cyan value is 25.50%
  • magenta value is 27.09%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (25,27,0,2)
C25M27Y0K2 (25%, 27%, 0%, 2%)
(0.25 / 0.27 / 0.00 / 0.02)

CMYK percentages

%25.5
%27.09
%0
%1.57

Codes

Color #BBB7FB in popluar color models

BB B7 FB
RGB 187 183 251
HSL 244° 89.47% 85.10%
HSB/HSV 244° 27.09% 98.43%
CMYK 25.50% 27.09% 0.00%
1.57%

Color #BBB7FB in popluar number systems.

HEX BB B7 FB
Decimal 187 183 251
Binary 10111011 10110111 11111011
Octal 273 267 373

Shades and tints

Shades of #BBB7FB

#BBB7FB
(187,183,251)
#AAA7E5
(170,167,229)
#9997CF
(153,151,207)
#8887B9
(136,135,185)
#7777A3
(119,119,163)
#66678D
(102,103,141)
#555777
(85,87,119)
#444761
(68,71,97)
#33374B
(51,55,75)
#222735
(34,39,53)
#11171F
(17,23,31)
#000000
(0,0,0)

Tints of #BBB7FB

#BBB7FB
(187,183,251)
#C1BDFB
(193,189,251)
#C7C3FB
(199,195,251)
#CDC9FB
(205,201,251)
#D3CFFB
(211,207,251)
#D9D5FB
(217,213,251)
#DFDBFB
(223,219,251)
#E5E1FB
(229,225,251)
#EBE7FB
(235,231,251)
#F1EDFB
(241,237,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB7FB color. Also use rgb(187,183,251) instead hex code.

Text Font Color

.myTextColor { color: #BBB7FB; }

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

This text font color is #BBB7FB.

Background Color

.myBgColor { background-color: #BBB7FB; }

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

This div background color is #BBB7FB.

Border color

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

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

This div border color is #BBB7FB.

Opacity

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

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

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

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

This text has shadow with #BBB7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7FB.

Preview

Color preview on black background

This text has color #BBB7FB on black background.


Color preview on white background

This text has color #BBB7FB on white background.


Black color preview on #BBB7FB background

This text has black color on #BBB7FB background.


White color preview on #BBB7FB background

This text has white color on #BBB7FB background.


Related colors

Complementary color

Complementary color for #hex is #444804.


I love getcolorcode.com

Triadic colors

1 #FBBBB7 and #B7FBBB with #BBB7FB are triadic colors.

2 #FBB7BB and #B7BBFB with #BBB7FB are triadic colors.