COLOR #BBB0EA

HEX: #BBB0EA RGB: (187,176,234)

Color info

#BBB0EA contains red, green and blue colors in about the same proportion. Web safe color of #BBB0EA is #CC99FF (or #C9F).

RGB color model

#BBB0EA color RGB value is (187,176,234).

RGB: (187,176,234) (73%, 69%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 234 of 255 = 92%

187
176
234

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

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 234 = 597 (100%)
R 187 of 597 ~ 31.32%
G 176 of 597 ~ 29.48%
B 234 of 597 ~ 39.2'%

%31.32
%29.48
%39.2

CMYK color model

#BBB0EA color CMYK value is (20,25,0,8).

  • cyan value is 20.09%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,25,0,8)
C20M25Y0K8 (20%, 25%, 0%, 8%)
(0.20 / 0.25 / 0.00 / 0.08)

CMYK percentages

%20.09
%24.79
%0
%8.24

Codes

Color #BBB0EA in popluar color models

BB B0 EA
RGB 187 176 234
HSL 251° 58.00% 80.39%
HSB/HSV 251° 24.79% 91.76%
CMYK 20.09% 24.79% 0.00%
8.24%

Color #BBB0EA in popluar number systems.

HEX BB B0 EA
Decimal 187 176 234
Binary 10111011 10110000 11101010
Octal 273 260 352

Shades and tints

Shades of #BBB0EA

#BBB0EA
(187,176,234)
#AAA0D5
(170,160,213)
#9990C0
(153,144,192)
#8880AB
(136,128,171)
#777096
(119,112,150)
#666081
(102,96,129)
#55506C
(85,80,108)
#444057
(68,64,87)
#333042
(51,48,66)
#22202D
(34,32,45)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BBB0EA

#BBB0EA
(187,176,234)
#C1B7EB
(193,183,235)
#C7BEEC
(199,190,236)
#CDC5ED
(205,197,237)
#D3CCEE
(211,204,238)
#D9D3EF
(217,211,239)
#DFDAF0
(223,218,240)
#E5E1F1
(229,225,241)
#EBE8F2
(235,232,242)
#F1EFF3
(241,239,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB0EA color. Also use rgb(187,176,234) instead hex code.

Text Font Color

.myTextColor { color: #BBB0EA; }

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

This text font color is #BBB0EA.

Background Color

.myBgColor { background-color: #BBB0EA; }

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

This div background color is #BBB0EA.

Border color

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

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

This div border color is #BBB0EA.

Opacity

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

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

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

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

This text has shadow with #BBB0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0EA.

Preview

Color preview on black background

This text has color #BBB0EA on black background.


Color preview on white background

This text has color #BBB0EA on white background.


Black color preview on #BBB0EA background

This text has black color on #BBB0EA background.


White color preview on #BBB0EA background

This text has white color on #BBB0EA background.


Related colors

Complementary color

Complementary color for #hex is #444F15.


I love getcolorcode.com

Triadic colors

1 #EABBB0 and #B0EABB with #BBB0EA are triadic colors.

2 #EAB0BB and #B0BBEA with #BBB0EA are triadic colors.