COLOR #BBB2DB

HEX: #BBB2DB
RGB: (187,178,219)

Color info

#BBB2DB contains red, green and blue colors in about the same proportion. Web safe color of #BBB2DB is #CC99CC (or #C9C).

RGB color model

#BBB2DB color RGB value is (187,178,219).

  • red value is 187;
  • green value is 178;
  • blue value is 219.
RGB:
(187,178,219)
(73%,70%,86%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 219 of 255 = 86%

187
178
219

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

Portions of RGB colors in percentages

R + G + B =
187 + 178 + 219 = 584 (100%)
R 187 of 584 ~ 32.02%
G 178 of 584 ~ 30.48%
B 219 of 584 ~ 37.5%

%32.02
%30.48
%37.5

CMYK color model

#BBB2DB color CMYK value is (15,19,0,14).

  • cyan value is 14.61%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,19,0,14)
C15M19Y0K14 
(15%,19%,0%,14%)
(0.15/0.19/0.00/0.14)	

CMYK percentages

%14.61
%18.72
%0
%14.12

Codes

Color #BBB2DB in popluar color models

BBB2DB
RGB187178219
HSL253°36.28%77.84%
HSB/HSV253°18.72%85.88%
CMYK14.61%18.72%0.00%
14.12%

Color #BBB2DB in popluar number systems.

HEXBBB2DB
Decimal187178219
Binary101110111011001011011011
Octal273262333

Shades and tints

Shades of #BBB2DB

#BBB2DB
(187,178,219)
#AAA2C8
(170,162,200)
#9992B5
(153,146,181)
#8882A2
(136,130,162)
#77728F
(119,114,143)
#66627C
(102,98,124)
#555269
(85,82,105)
#444256
(68,66,86)
#333243
(51,50,67)
#222230
(34,34,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #BBB2DB

#BBB2DB
(187,178,219)
#C1B9DE
(193,185,222)
#C7C0E1
(199,192,225)
#CDC7E4
(205,199,228)
#D3CEE7
(211,206,231)
#D9D5EA
(217,213,234)
#DFDCED
(223,220,237)
#E5E3F0
(229,227,240)
#EBEAF3
(235,234,243)
#F1F1F6
(241,241,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2DB; }

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

This text font color is #BBB2DB.


Background Color

.myBgColor { background-color: #BBB2DB; }

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

This div background color is #BBB2DB.


Border color

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

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

This div border color is #BBB2DB.


Opacity

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

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

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

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

This text has shadow with #BBB2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB2DB on black background.


Color preview on white background

This text has color #BBB2DB on white background.



Black color preview on #BBB2DB background

This text has black color on #BBB2DB background.


White color preview on #BBB2DB background

This text has white color on #BBB2DB background.