COLOR #BBB6D8

HEX: #BBB6D8
RGB: (187,182,216)

Color info

#BBB6D8 contains red, green and blue colors in about the same proportion. Web safe color of #BBB6D8 is #CCCCCC (or #CCC).

RGB color model

#BBB6D8 color RGB value is (187,182,216).

  • red value is 187;
  • green value is 182;
  • blue value is 216.
RGB:
(187,182,216)
(73%,71%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 216 of 255 = 85%

187
182
216

R + G + B ~ 76%. #BBB6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 182 + 216 = 585 (100%)
R 187 of 585 ~ 31.97%
G 182 of 585 ~ 31.11%
B 216 of 585 ~ 36.92%

%31.97
%31.11
%36.92

CMYK color model

#BBB6D8 color CMYK value is (13,16,0,15).

  • cyan value is 13.43%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,16,0,15)
C13M16Y0K15 
(13%,16%,0%,15%)
(0.13/0.16/0.00/0.15)	

CMYK percentages

%13.43
%15.74
%0
%15.29

Codes

Color #BBB6D8 in popluar color models

BBB6D8
RGB187182216
HSL249°30.36%78.04%
HSB/HSV249°15.74%84.71%
CMYK13.43%15.74%0.00%
15.29%

Color #BBB6D8 in popluar number systems.

HEXBBB6D8
Decimal187182216
Binary101110111011011011011000
Octal273266330

Shades and tints

Shades of #BBB6D8

#BBB6D8
(187,182,216)
#AAA6C5
(170,166,197)
#9996B2
(153,150,178)
#88869F
(136,134,159)
#77768C
(119,118,140)
#666679
(102,102,121)
#555666
(85,86,102)
#444653
(68,70,83)
#333640
(51,54,64)
#22262D
(34,38,45)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBB6D8

#BBB6D8
(187,182,216)
#C1BCDB
(193,188,219)
#C7C2DE
(199,194,222)
#CDC8E1
(205,200,225)
#D3CEE4
(211,206,228)
#D9D4E7
(217,212,231)
#DFDAEA
(223,218,234)
#E5E0ED
(229,224,237)
#EBE6F0
(235,230,240)
#F1ECF3
(241,236,243)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB6D8 color. Also use rgb(187,182,216) instead hex code.

Text Font Color

.myTextColor { color: #BBB6D8; }

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

This text font color is #BBB6D8.


Background Color

.myBgColor { background-color: #BBB6D8; }

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

This div background color is #BBB6D8.


Border color

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

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

This div border color is #BBB6D8.


Opacity

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

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

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

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

This text has shadow with #BBB6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB6D8 on black background.


Color preview on white background

This text has color #BBB6D8 on white background.



Black color preview on #BBB6D8 background

This text has black color on #BBB6D8 background.


White color preview on #BBB6D8 background

This text has white color on #BBB6D8 background.