COLOR #BBB4EB

HEX: #BBB4EB
RGB: (187,180,235)

Color info

#BBB4EB contains red, green and blue colors in about the same proportion. Web safe color of #BBB4EB is #CCCCFF (or #CCF).

RGB color model

#BBB4EB color RGB value is (187,180,235).

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

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 235 of 255 = 92%

187
180
235

R + G + B ~ 79%. #BBB4EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 235 = 602 (100%)
R 187 of 602 ~ 31.06%
G 180 of 602 ~ 29.9%
B 235 of 602 ~ 39.04%

%31.06
%29.9
%39.04

CMYK color model

#BBB4EB color CMYK value is (20,23,0,8).

  • cyan value is 20.43%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,23,0,8)
C20M23Y0K8 
(20%,23%,0%,8%)
(0.20/0.23/0.00/0.08)	

CMYK percentages

%20.43
%23.4
%0
%7.84

Codes

Color #BBB4EB in popluar color models

BBB4EB
RGB187180235
HSL248°57.89%81.37%
HSB/HSV248°23.40%92.16%
CMYK20.43%23.40%0.00%
7.84%

Color #BBB4EB in popluar number systems.

HEXBBB4EB
Decimal187180235
Binary101110111011010011101011
Octal273264353

Shades and tints

Shades of #BBB4EB

#BBB4EB
(187,180,235)
#AAA4D6
(170,164,214)
#9994C1
(153,148,193)
#8884AC
(136,132,172)
#777497
(119,116,151)
#666482
(102,100,130)
#55546D
(85,84,109)
#444458
(68,68,88)
#333443
(51,52,67)
#22242E
(34,36,46)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBB4EB

#BBB4EB
(187,180,235)
#C1BAEC
(193,186,236)
#C7C0ED
(199,192,237)
#CDC6EE
(205,198,238)
#D3CCEF
(211,204,239)
#D9D2F0
(217,210,240)
#DFD8F1
(223,216,241)
#E5DEF2
(229,222,242)
#EBE4F3
(235,228,243)
#F1EAF4
(241,234,244)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4EB; }

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

This text font color is #BBB4EB.


Background Color

.myBgColor { background-color: #BBB4EB; }

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

This div background color is #BBB4EB.


Border color

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

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

This div border color is #BBB4EB.


Opacity

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

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

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

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

This text has shadow with #BBB4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB4EB on black background.


Color preview on white background

This text has color #BBB4EB on white background.



Black color preview on #BBB4EB background

This text has black color on #BBB4EB background.


White color preview on #BBB4EB background

This text has white color on #BBB4EB background.