COLOR #BBABD8

HEX: #BBABD8
RGB: (187,171,216)

Color info

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

RGB color model

#BBABD8 color RGB value is (187,171,216).

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

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 216 of 255 = 85%

187
171
216

R + G + B ~ 75%. #BBABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 216 = 574 (100%)
R 187 of 574 ~ 32.58%
G 171 of 574 ~ 29.79%
B 216 of 574 ~ 37.63%

%32.58
%29.79
%37.63

CMYK color model

#BBABD8 color CMYK value is (13,21,0,15).

  • cyan value is 13.43%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,21,0,15)
C13M21Y0K15 
(13%,21%,0%,15%)
(0.13/0.21/0.00/0.15)	

CMYK percentages

%13.43
%20.83
%0
%15.29

Codes

Color #BBABD8 in popluar color models

BBABD8
RGB187171216
HSL261°36.59%75.88%
HSB/HSV261°20.83%84.71%
CMYK13.43%20.83%0.00%
15.29%

Color #BBABD8 in popluar number systems.

HEXBBABD8
Decimal187171216
Binary101110111010101111011000
Octal273253330

Shades and tints

Shades of #BBABD8

#BBABD8
(187,171,216)
#AA9CC5
(170,156,197)
#998DB2
(153,141,178)
#887E9F
(136,126,159)
#776F8C
(119,111,140)
#666079
(102,96,121)
#555166
(85,81,102)
#444253
(68,66,83)
#333340
(51,51,64)
#22242D
(34,36,45)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBABD8

#BBABD8
(187,171,216)
#C1B2DB
(193,178,219)
#C7B9DE
(199,185,222)
#CDC0E1
(205,192,225)
#D3C7E4
(211,199,228)
#D9CEE7
(217,206,231)
#DFD5EA
(223,213,234)
#E5DCED
(229,220,237)
#EBE3F0
(235,227,240)
#F1EAF3
(241,234,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABD8; }

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

This text font color is #BBABD8.


Background Color

.myBgColor { background-color: #BBABD8; }

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

This div background color is #BBABD8.


Border color

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

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

This div border color is #BBABD8.


Opacity

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

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

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

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

This text has shadow with #BBABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABD8 on black background.


Color preview on white background

This text has color #BBABD8 on white background.



Black color preview on #BBABD8 background

This text has black color on #BBABD8 background.


White color preview on #BBABD8 background

This text has white color on #BBABD8 background.