COLOR #BBB9D5

HEX: #BBB9D5
RGB: (187,185,213)

Color info

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

RGB color model

#BBB9D5 color RGB value is (187,185,213).

  • red value is 187;
  • green value is 185;
  • blue value is 213.
RGB:
(187,185,213)
(73%,73%,84%)

RGB channels and saturation

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

187
185
213

R + G + B ~ 77%. #BBB9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 213 = 585 (100%)
R 187 of 585 ~ 31.97%
G 185 of 585 ~ 31.62%
B 213 of 585 ~ 36.41%

%31.97
%31.62
%36.41

CMYK color model

#BBB9D5 color CMYK value is (12,13,0,16).

  • cyan value is 12.21%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,13,0,16)
C12M13Y0K16 
(12%,13%,0%,16%)
(0.12/0.13/0.00/0.16)	

CMYK percentages

%12.21
%13.15
%0
%16.47

Codes

Color #BBB9D5 in popluar color models

BBB9D5
RGB187185213
HSL244°25.00%78.04%
HSB/HSV244°13.15%83.53%
CMYK12.21%13.15%0.00%
16.47%

Color #BBB9D5 in popluar number systems.

HEXBBB9D5
Decimal187185213
Binary101110111011100111010101
Octal273271325

Shades and tints

Shades of #BBB9D5

#BBB9D5
(187,185,213)
#AAA9C2
(170,169,194)
#9999AF
(153,153,175)
#88899C
(136,137,156)
#777989
(119,121,137)
#666976
(102,105,118)
#555963
(85,89,99)
#444950
(68,73,80)
#33393D
(51,57,61)
#22292A
(34,41,42)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBB9D5

#BBB9D5
(187,185,213)
#C1BFD8
(193,191,216)
#C7C5DB
(199,197,219)
#CDCBDE
(205,203,222)
#D3D1E1
(211,209,225)
#D9D7E4
(217,215,228)
#DFDDE7
(223,221,231)
#E5E3EA
(229,227,234)
#EBE9ED
(235,233,237)
#F1EFF0
(241,239,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9D5; }

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

This text font color is #BBB9D5.


Background Color

.myBgColor { background-color: #BBB9D5; }

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

This div background color is #BBB9D5.


Border color

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

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

This div border color is #BBB9D5.


Opacity

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

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

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

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

This text has shadow with #BBB9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB9D5 on black background.


Color preview on white background

This text has color #BBB9D5 on white background.



Black color preview on #BBB9D5 background

This text has black color on #BBB9D5 background.


White color preview on #BBB9D5 background

This text has white color on #BBB9D5 background.