COLOR #BB93CD

HEX: #BB93CD
RGB: (187,147,205)

Color info

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

RGB color model

#BB93CD color RGB value is (187,147,205).

  • red value is 187;
  • green value is 147;
  • blue value is 205.
RGB:
(187,147,205)
(73%,58%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 205 of 255 = 80%

187
147
205

R + G + B ~ 70%. #BB93CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 147 + 205 = 539 (100%)
R 187 of 539 ~ 34.69%
G 147 of 539 ~ 27.27%
B 205 of 539 ~ 38.03%

%34.69
%27.27
%38.03

CMYK color model

#BB93CD color CMYK value is (9,28,0,20).

  • cyan value is 8.78%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,28,0,20)
C9M28Y0K20 
(9%,28%,0%,20%)
(0.09/0.28/0.00/0.20)	

CMYK percentages

%8.78
%28.29
%0
%19.61

Codes

Color #BB93CD in popluar color models

BB93CD
RGB187147205
HSL281°36.71%69.02%
HSB/HSV281°28.29%80.39%
CMYK8.78%28.29%0.00%
19.61%

Color #BB93CD in popluar number systems.

HEXBB93CD
Decimal187147205
Binary101110111001001111001101
Octal273223315

Shades and tints

Shades of #BB93CD

#BB93CD
(187,147,205)
#AA86BB
(170,134,187)
#9979A9
(153,121,169)
#886C97
(136,108,151)
#775F85
(119,95,133)
#665273
(102,82,115)
#554561
(85,69,97)
#44384F
(68,56,79)
#332B3D
(51,43,61)
#221E2B
(34,30,43)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #BB93CD

#BB93CD
(187,147,205)
#C19CD1
(193,156,209)
#C7A5D5
(199,165,213)
#CDAED9
(205,174,217)
#D3B7DD
(211,183,221)
#D9C0E1
(217,192,225)
#DFC9E5
(223,201,229)
#E5D2E9
(229,210,233)
#EBDBED
(235,219,237)
#F1E4F1
(241,228,241)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB93CD; }

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

This text font color is #BB93CD.


Background Color

.myBgColor { background-color: #BB93CD; }

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

This div background color is #BB93CD.


Border color

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

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

This div border color is #BB93CD.


Opacity

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

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

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

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

This text has shadow with #BB93CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB93CD on black background.


Color preview on white background

This text has color #BB93CD on white background.



Black color preview on #BB93CD background

This text has black color on #BB93CD background.


White color preview on #BB93CD background

This text has white color on #BB93CD background.