COLOR #BBB4E6

HEX: #BBB4E6
RGB: (187,180,230)

Color info

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

RGB color model

#BBB4E6 color RGB value is (187,180,230).

  • red value is 187;
  • green value is 180;
  • blue value is 230.
RGB:
(187,180,230)
(73%,71%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 230 of 255 = 90%

187
180
230

R + G + B ~ 78%. #BBB4E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 230 = 597 (100%)
R 187 of 597 ~ 31.32%
G 180 of 597 ~ 30.15%
B 230 of 597 ~ 38.53%

%31.32
%30.15
%38.53

CMYK color model

#BBB4E6 color CMYK value is (19,22,0,10).

  • cyan value is 18.70%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,22,0,10)
C19M22Y0K10 
(19%,22%,0%,10%)
(0.19/0.22/0.00/0.10)	

CMYK percentages

%18.7
%21.74
%0
%9.8

Codes

Color #BBB4E6 in popluar color models

BBB4E6
RGB187180230
HSL248°50.00%80.39%
HSB/HSV248°21.74%90.20%
CMYK18.70%21.74%0.00%
9.80%

Color #BBB4E6 in popluar number systems.

HEXBBB4E6
Decimal187180230
Binary101110111011010011100110
Octal273264346

Shades and tints

Shades of #BBB4E6

#BBB4E6
(187,180,230)
#AAA4D2
(170,164,210)
#9994BE
(153,148,190)
#8884AA
(136,132,170)
#777496
(119,116,150)
#666482
(102,100,130)
#55546E
(85,84,110)
#44445A
(68,68,90)
#333446
(51,52,70)
#222432
(34,36,50)
#11141E
(17,20,30)
#000000
(0,0,0)

Tints of #BBB4E6

#BBB4E6
(187,180,230)
#C1BAE8
(193,186,232)
#C7C0EA
(199,192,234)
#CDC6EC
(205,198,236)
#D3CCEE
(211,204,238)
#D9D2F0
(217,210,240)
#DFD8F2
(223,216,242)
#E5DEF4
(229,222,244)
#EBE4F6
(235,228,246)
#F1EAF8
(241,234,248)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4E6; }

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

This text font color is #BBB4E6.


Background Color

.myBgColor { background-color: #BBB4E6; }

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

This div background color is #BBB4E6.


Border color

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

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

This div border color is #BBB4E6.


Opacity

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

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

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

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

This text has shadow with #BBB4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB4E6 on black background.


Color preview on white background

This text has color #BBB4E6 on white background.



Black color preview on #BBB4E6 background

This text has black color on #BBB4E6 background.


White color preview on #BBB4E6 background

This text has white color on #BBB4E6 background.