COLOR #BBABE5

HEX: #BBABE5 RGB: (187,171,229)

Color info

#BBABE5 contains red, green and blue colors in about the same proportion. Web safe color of #BBABE5 is #CC99CC (or #C9C).

RGB color model

#BBABE5 color RGB value is (187,171,229).

RGB: (187,171,229) (73%, 67%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 229 of 255 = 90%

187
171
229

R + G + B ~ 77%. #BBABE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 229 = 587 (100%)
R 187 of 587 ~ 31.86%
G 171 of 587 ~ 29.13%
B 229 of 587 ~ 39.01'%

%31.86
%29.13
%39.01

CMYK color model

#BBABE5 color CMYK value is (18,25,0,10).

  • cyan value is 18.34%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (18,25,0,10)
C18M25Y0K10 (18%, 25%, 0%, 10%)
(0.18 / 0.25 / 0.00 / 0.10)

CMYK percentages

%18.34
%25.33
%0
%10.2

Codes

Color #BBABE5 in popluar color models

BB AB E5
RGB 187 171 229
HSL 257° 52.73% 78.43%
HSB/HSV 257° 25.33% 89.80%
CMYK 18.34% 25.33% 0.00%
10.20%

Color #BBABE5 in popluar number systems.

HEX BB AB E5
Decimal 187 171 229
Binary 10111011 10101011 11100101
Octal 273 253 345

Shades and tints

Shades of #BBABE5

#BBABE5
(187,171,229)
#AA9CD1
(170,156,209)
#998DBD
(153,141,189)
#887EA9
(136,126,169)
#776F95
(119,111,149)
#666081
(102,96,129)
#55516D
(85,81,109)
#444259
(68,66,89)
#333345
(51,51,69)
#222431
(34,36,49)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBABE5

#BBABE5
(187,171,229)
#C1B2E7
(193,178,231)
#C7B9E9
(199,185,233)
#CDC0EB
(205,192,235)
#D3C7ED
(211,199,237)
#D9CEEF
(217,206,239)
#DFD5F1
(223,213,241)
#E5DCF3
(229,220,243)
#EBE3F5
(235,227,245)
#F1EAF7
(241,234,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBABE5 color. Also use rgb(187,171,229) instead hex code.

Text Font Color

.myTextColor { color: #BBABE5; }

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

This text font color is #BBABE5.

Background Color

.myBgColor { background-color: #BBABE5; }

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

This div background color is #BBABE5.

Border color

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

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

This div border color is #BBABE5.

Opacity

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

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

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

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

This text has shadow with #BBABE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABE5.

Preview

Color preview on black background

This text has color #BBABE5 on black background.


Color preview on white background

This text has color #BBABE5 on white background.


Black color preview on #BBABE5 background

This text has black color on #BBABE5 background.


White color preview on #BBABE5 background

This text has white color on #BBABE5 background.


Related colors

Complementary color

Complementary color for #hex is #44541A.


I love getcolorcode.com

Triadic colors

1 #E5BBAB and #ABE5BB with #BBABE5 are triadic colors.

2 #E5ABBB and #ABBBE5 with #BBABE5 are triadic colors.