COLOR #BBA0EE

HEX: #BBA0EE RGB: (187,160,238)

Color info

#BBA0EE contains mainly red and blue colors. Web safe color of #BBA0EE is #CC99FF (or #C9F).

RGB color model

#BBA0EE color RGB value is (187,160,238).

RGB: (187,160,238) (73%, 63%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 238 of 255 = 93%

187
160
238

R + G + B ~ 76%. #BBA0EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 238 = 585 (100%)
R 187 of 585 ~ 31.97%
G 160 of 585 ~ 27.35%
B 238 of 585 ~ 40.68'%

%31.97
%27.35
%40.68

CMYK color model

#BBA0EE color CMYK value is (21,33,0,7).

  • cyan value is 21.43%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,33,0,7)
C21M33Y0K7 (21%, 33%, 0%, 7%)
(0.21 / 0.33 / 0.00 / 0.07)

CMYK percentages

%21.43
%32.77
%0
%6.67

Codes

Color #BBA0EE in popluar color models

BB A0 EE
RGB 187 160 238
HSL 261° 69.64% 78.04%
HSB/HSV 261° 32.77% 93.33%
CMYK 21.43% 32.77% 0.00%
6.67%

Color #BBA0EE in popluar number systems.

HEX BB A0 EE
Decimal 187 160 238
Binary 10111011 10100000 11101110
Octal 273 240 356

Shades and tints

Shades of #BBA0EE

#BBA0EE
(187,160,238)
#AA92D9
(170,146,217)
#9984C4
(153,132,196)
#8876AF
(136,118,175)
#77689A
(119,104,154)
#665A85
(102,90,133)
#554C70
(85,76,112)
#443E5B
(68,62,91)
#333046
(51,48,70)
#222231
(34,34,49)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #BBA0EE

#BBA0EE
(187,160,238)
#C1A8EF
(193,168,239)
#C7B0F0
(199,176,240)
#CDB8F1
(205,184,241)
#D3C0F2
(211,192,242)
#D9C8F3
(217,200,243)
#DFD0F4
(223,208,244)
#E5D8F5
(229,216,245)
#EBE0F6
(235,224,246)
#F1E8F7
(241,232,247)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA0EE color. Also use rgb(187,160,238) instead hex code.

Text Font Color

.myTextColor { color: #BBA0EE; }

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

This text font color is #BBA0EE.

Background Color

.myBgColor { background-color: #BBA0EE; }

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

This div background color is #BBA0EE.

Border color

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

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

This div border color is #BBA0EE.

Opacity

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

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

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

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

This text has shadow with #BBA0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA0EE.

Preview

Color preview on black background

This text has color #BBA0EE on black background.


Color preview on white background

This text has color #BBA0EE on white background.


Black color preview on #BBA0EE background

This text has black color on #BBA0EE background.


White color preview on #BBA0EE background

This text has white color on #BBA0EE background.


Related colors

Complementary color

Complementary color for #hex is #445F11.


I love getcolorcode.com

Triadic colors

1 #EEBBA0 and #A0EEBB with #BBA0EE are triadic colors.

2 #EEA0BB and #A0BBEE with #BBA0EE are triadic colors.