COLOR #BBBBD0

HEX: #BBBBD0
RGB: (187,187,208)

Color info

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

RGB color model

#BBBBD0 color RGB value is (187,187,208).

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

RGB channels and saturation

R 187 of 255 = 73%
G 187 of 255 = 73%
B 208 of 255 = 82%

187
187
208

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

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 208 = 582 (100%)
R 187 of 582 ~ 32.13%
G 187 of 582 ~ 32.13%
B 208 of 582 ~ 35.74%

%32.13
%32.13
%35.74

CMYK color model

#BBBBD0 color CMYK value is (10,10,0,18).

  • cyan value is 10.10%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,10,0,18)
C10M10Y0K18 
(10%,10%,0%,18%)
(0.10/0.10/0.00/0.18)	

CMYK percentages

%10.1
%10.1
%0
%18.43

Codes

Color #BBBBD0 in popluar color models

BBBBD0
RGB187187208
HSL240°18.26%77.45%
HSB/HSV240°10.10%81.57%
CMYK10.10%10.10%0.00%
18.43%

Color #BBBBD0 in popluar number systems.

HEXBBBBD0
Decimal187187208
Binary101110111011101111010000
Octal273273320

Shades and tints

Shades of #BBBBD0

#BBBBD0
(187,187,208)
#AAAABE
(170,170,190)
#9999AC
(153,153,172)
#88889A
(136,136,154)
#777788
(119,119,136)
#666676
(102,102,118)
#555564
(85,85,100)
#444452
(68,68,82)
#333340
(51,51,64)
#22222E
(34,34,46)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #BBBBD0

#BBBBD0
(187,187,208)
#C1C1D4
(193,193,212)
#C7C7D8
(199,199,216)
#CDCDDC
(205,205,220)
#D3D3E0
(211,211,224)
#D9D9E4
(217,217,228)
#DFDFE8
(223,223,232)
#E5E5EC
(229,229,236)
#EBEBF0
(235,235,240)
#F1F1F4
(241,241,244)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBD0; }

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

This text font color is #BBBBD0.


Background Color

.myBgColor { background-color: #BBBBD0; }

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

This div background color is #BBBBD0.


Border color

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

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

This div border color is #BBBBD0.


Opacity

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

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

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

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

This text has shadow with #BBBBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBD0 on black background.


Color preview on white background

This text has color #BBBBD0 on white background.



Black color preview on #BBBBD0 background

This text has black color on #BBBBD0 background.


White color preview on #BBBBD0 background

This text has white color on #BBBBD0 background.