COLOR #BB99E6

HEX: #BB99E6 RGB: (187,153,230)

Color info

#BB99E6 contains mainly red and blue colors. Web safe color of #BB99E6 is #CC99CC (or #C9C).

RGB color model

#BB99E6 color RGB value is (187,153,230).

RGB: (187,153,230) (73%, 60%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 230 of 255 = 90%

187
153
230

R + G + B ~ 74%. #BB99E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 230 = 570 (100%)
R 187 of 570 ~ 32.81%
G 153 of 570 ~ 26.84%
B 230 of 570 ~ 40.35'%

%32.81
%26.84
%40.35

CMYK color model

#BB99E6 color CMYK value is (19,33,0,10).

  • cyan value is 18.70%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (19,33,0,10)
C19M33Y0K10 (19%, 33%, 0%, 10%)
(0.19 / 0.33 / 0.00 / 0.10)

CMYK percentages

%18.7
%33.48
%0
%9.8

Codes

Color #BB99E6 in popluar color models

BB 99 E6
RGB 187 153 230
HSL 266° 60.63% 75.10%
HSB/HSV 266° 33.48% 90.20%
CMYK 18.70% 33.48% 0.00%
9.80%

Color #BB99E6 in popluar number systems.

HEX BB 99 E6
Decimal 187 153 230
Binary 10111011 10011001 11100110
Octal 273 231 346

Shades and tints

Shades of #BB99E6

#BB99E6
(187,153,230)
#AA8CD2
(170,140,210)
#997FBE
(153,127,190)
#8872AA
(136,114,170)
#776596
(119,101,150)
#665882
(102,88,130)
#554B6E
(85,75,110)
#443E5A
(68,62,90)
#333146
(51,49,70)
#222432
(34,36,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #BB99E6

#BB99E6
(187,153,230)
#C1A2E8
(193,162,232)
#C7ABEA
(199,171,234)
#CDB4EC
(205,180,236)
#D3BDEE
(211,189,238)
#D9C6F0
(217,198,240)
#DFCFF2
(223,207,242)
#E5D8F4
(229,216,244)
#EBE1F6
(235,225,246)
#F1EAF8
(241,234,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB99E6 color. Also use rgb(187,153,230) instead hex code.

Text Font Color

.myTextColor { color: #BB99E6; }

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

This text font color is #BB99E6.

Background Color

.myBgColor { background-color: #BB99E6; }

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

This div background color is #BB99E6.

Border color

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

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

This div border color is #BB99E6.

Opacity

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

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

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

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

This text has shadow with #BB99E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB99E6.

Preview

Color preview on black background

This text has color #BB99E6 on black background.


Color preview on white background

This text has color #BB99E6 on white background.


Black color preview on #BB99E6 background

This text has black color on #BB99E6 background.


White color preview on #BB99E6 background

This text has white color on #BB99E6 background.


Related colors

Complementary color

Complementary color for #hex is #446619.


I love getcolorcode.com

Triadic colors

1 #E6BB99 and #99E6BB with #BB99E6 are triadic colors.

2 #E699BB and #99BBE6 with #BB99E6 are triadic colors.