COLOR #BB93BF

HEX: #BB93BF RGB: (187,147,191)

Color info

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

RGB color model

#BB93BF color RGB value is (187,147,191).

RGB: (187,147,191) (73%, 58%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 191 of 255 = 75%

187
147
191

R + G + B ~ 69%. #BB93BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 147 + 191 = 525 (100%)
R 187 of 525 ~ 35.62%
G 147 of 525 ~ 28%
B 191 of 525 ~ 36.38'%

%35.62
%28
%36.38

CMYK color model

#BB93BF color CMYK value is (2,23,0,25).

  • cyan value is 2.09%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (2,23,0,25) C2M23Y0K25 (2%,23%,0%,25%) (0.02/0.23/0.00/0.25) 

CMYK percentages

%2.09
%23.04
%0
%25.1

Codes

Color #BB93BF in popluar color models

BB 93 BF
RGB 187 147 191
HSL 295° 25.58% 66.27%
HSB/HSV 295° 23.04% 74.90%
CMYK 2.09% 23.04% 0.00%
25.10%

Color #BB93BF in popluar number systems.

HEX BB 93 BF
Decimal 187 147 191
Binary 10111011 10010011 10111111
Octal 273 223 277

Shades and tints

Shades of #BB93BF

#BB93BF
(187,147,191)
#AA86AE
(170,134,174)
#99799D
(153,121,157)
#886C8C
(136,108,140)
#775F7B
(119,95,123)
#66526A
(102,82,106)
#554559
(85,69,89)
#443848
(68,56,72)
#332B37
(51,43,55)
#221E26
(34,30,38)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BB93BF

#BB93BF
(187,147,191)
#C19CC4
(193,156,196)
#C7A5C9
(199,165,201)
#CDAECE
(205,174,206)
#D3B7D3
(211,183,211)
#D9C0D8
(217,192,216)
#DFC9DD
(223,201,221)
#E5D2E2
(229,210,226)
#EBDBE7
(235,219,231)
#F1E4EC
(241,228,236)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB93BF color. Also use rgb(187,147,191) instead hex code.

Text Font Color

.myTextColor { color: #BB93BF; }

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

This text font color is #BB93BF.

Background Color

.myBgColor { background-color: #BB93BF; }

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

This div background color is #BB93BF.

Border color

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

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

This div border color is #BB93BF.

Opacity

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

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

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

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

This text has shadow with #BB93BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB93BF.

Preview

Color preview on black background

This text has color #BB93BF on black background.


Color preview on white background

This text has color #BB93BF on white background.


Black color preview on #BB93BF background

This text has black color on #BB93BF background.


White color preview on #BB93BF background

This text has white color on #BB93BF background.


Related colors

Complementary color

Complementary color for #hex is #446C40.


I love getcolorcode.com

Triadic colors

1 #BFBB93 and #93BFBB with #BB93BF are triadic colors.

2 #BF93BB and #93BBBF with #BB93BF are triadic colors.