COLOR #BBB8EF

HEX: #BBB8EF RGB: (187,184,239)

Color info

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

RGB color model

#BBB8EF color RGB value is (187,184,239).

RGB: (187,184,239) (73%, 72%, 94%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 239 of 255 = 94%

187
184
239

R + G + B ~ 80%. #BBB8EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 184 + 239 = 610 (100%)
R 187 of 610 ~ 30.66%
G 184 of 610 ~ 30.16%
B 239 of 610 ~ 39.18'%

%30.66
%30.16
%39.18

CMYK color model

#BBB8EF color CMYK value is (22,23,0,6).

  • cyan value is 21.76%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (22,23,0,6)
C22M23Y0K6 (22%, 23%, 0%, 6%)
(0.22 / 0.23 / 0.00 / 0.06)

CMYK percentages

%21.76
%23.01
%0
%6.27

Codes

Color #BBB8EF in popluar color models

BB B8 EF
RGB 187 184 239
HSL 243° 63.22% 82.94%
HSB/HSV 243° 23.01% 93.73%
CMYK 21.76% 23.01% 0.00%
6.27%

Color #BBB8EF in popluar number systems.

HEX BB B8 EF
Decimal 187 184 239
Binary 10111011 10111000 11101111
Octal 273 270 357

Shades and tints

Shades of #BBB8EF

#BBB8EF
(187,184,239)
#AAA8DA
(170,168,218)
#9998C5
(153,152,197)
#8888B0
(136,136,176)
#77789B
(119,120,155)
#666886
(102,104,134)
#555871
(85,88,113)
#44485C
(68,72,92)
#333847
(51,56,71)
#222832
(34,40,50)
#11181D
(17,24,29)
#000000
(0,0,0)

Tints of #BBB8EF

#BBB8EF
(187,184,239)
#C1BEF0
(193,190,240)
#C7C4F1
(199,196,241)
#CDCAF2
(205,202,242)
#D3D0F3
(211,208,243)
#D9D6F4
(217,214,244)
#DFDCF5
(223,220,245)
#E5E2F6
(229,226,246)
#EBE8F7
(235,232,247)
#F1EEF8
(241,238,248)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB8EF; }

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

This text font color is #BBB8EF.

Background Color

.myBgColor { background-color: #BBB8EF; }

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

This div background color is #BBB8EF.

Border color

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

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

This div border color is #BBB8EF.

Opacity

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

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

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

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

This text has shadow with #BBB8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB8EF.

Preview

Color preview on black background

This text has color #BBB8EF on black background.


Color preview on white background

This text has color #BBB8EF on white background.


Black color preview on #BBB8EF background

This text has black color on #BBB8EF background.


White color preview on #BBB8EF background

This text has white color on #BBB8EF background.


Related colors

Complementary color

Complementary color for #hex is #444710.


I love getcolorcode.com

Triadic colors

1 #EFBBB8 and #B8EFBB with #BBB8EF are triadic colors.

2 #EFB8BB and #B8BBEF with #BBB8EF are triadic colors.