COLOR #BBBBD5

HEX: #BBBBD5
RGB: (187,187,213)

Color info

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

RGB color model

#BBBBD5 color RGB value is (187,187,213).

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

RGB channels and saturation

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

187
187
213

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

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 213 = 587 (100%)
R 187 of 587 ~ 31.86%
G 187 of 587 ~ 31.86%
B 213 of 587 ~ 36.29%

%31.86
%31.86
%36.29

CMYK color model

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

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

CMYK percentages

%12.21
%12.21
%0
%16.47

Codes

Color #BBBBD5 in popluar color models

BBBBD5
RGB187187213
HSL240°23.64%78.43%
HSB/HSV240°12.21%83.53%
CMYK12.21%12.21%0.00%
16.47%

Color #BBBBD5 in popluar number systems.

HEXBBBBD5
Decimal187187213
Binary101110111011101111010101
Octal273273325

Shades and tints

Shades of #BBBBD5

#BBBBD5
(187,187,213)
#AAAAC2
(170,170,194)
#9999AF
(153,153,175)
#88889C
(136,136,156)
#777789
(119,119,137)
#666676
(102,102,118)
#555563
(85,85,99)
#444450
(68,68,80)
#33333D
(51,51,61)
#22222A
(34,34,42)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BBBBD5

#BBBBD5
(187,187,213)
#C1C1D8
(193,193,216)
#C7C7DB
(199,199,219)
#CDCDDE
(205,205,222)
#D3D3E1
(211,211,225)
#D9D9E4
(217,217,228)
#DFDFE7
(223,223,231)
#E5E5EA
(229,229,234)
#EBEBED
(235,235,237)
#F1F1F0
(241,241,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBD5; }

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

This text font color is #BBBBD5.


Background Color

.myBgColor { background-color: #BBBBD5; }

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

This div background color is #BBBBD5.


Border color

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

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

This div border color is #BBBBD5.


Opacity

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

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

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

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

This text has shadow with #BBBBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBD5 on black background.


Color preview on white background

This text has color #BBBBD5 on white background.



Black color preview on #BBBBD5 background

This text has black color on #BBBBD5 background.


White color preview on #BBBBD5 background

This text has white color on #BBBBD5 background.