COLOR #BB99CD

HEX: #BB99CD RGB: (187,153,205)

Color info

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

RGB color model

#BB99CD color RGB value is (187,153,205).

RGB: (187,153,205) (73%, 60%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 205 of 255 = 80%

187
153
205

R + G + B ~ 71%. #BB99CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 205 = 545 (100%)
R 187 of 545 ~ 34.31%
G 153 of 545 ~ 28.07%
B 205 of 545 ~ 37.61'%

%34.31
%28.07
%37.61

CMYK color model

#BB99CD color CMYK value is (9,25,0,20).

  • cyan value is 8.78%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (9,25,0,20)
C9M25Y0K20 (9%, 25%, 0%, 20%)
(0.09 / 0.25 / 0.00 / 0.20)

CMYK percentages

%8.78
%25.37
%0
%19.61

Codes

Color #BB99CD in popluar color models

BB 99 CD
RGB 187 153 205
HSL 279° 34.21% 70.20%
HSB/HSV 279° 25.37% 80.39%
CMYK 8.78% 25.37% 0.00%
19.61%

Color #BB99CD in popluar number systems.

HEX BB 99 CD
Decimal 187 153 205
Binary 10111011 10011001 11001101
Octal 273 231 315

Shades and tints

Shades of #BB99CD

#BB99CD
(187,153,205)
#AA8CBB
(170,140,187)
#997FA9
(153,127,169)
#887297
(136,114,151)
#776585
(119,101,133)
#665873
(102,88,115)
#554B61
(85,75,97)
#443E4F
(68,62,79)
#33313D
(51,49,61)
#22242B
(34,36,43)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #BB99CD

#BB99CD
(187,153,205)
#C1A2D1
(193,162,209)
#C7ABD5
(199,171,213)
#CDB4D9
(205,180,217)
#D3BDDD
(211,189,221)
#D9C6E1
(217,198,225)
#DFCFE5
(223,207,229)
#E5D8E9
(229,216,233)
#EBE1ED
(235,225,237)
#F1EAF1
(241,234,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB99CD; }

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

This text font color is #BB99CD.

Background Color

.myBgColor { background-color: #BB99CD; }

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

This div background color is #BB99CD.

Border color

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

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

This div border color is #BB99CD.

Opacity

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

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

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

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

This text has shadow with #BB99CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB99CD.

Preview

Color preview on black background

This text has color #BB99CD on black background.


Color preview on white background

This text has color #BB99CD on white background.


Black color preview on #BB99CD background

This text has black color on #BB99CD background.


White color preview on #BB99CD background

This text has white color on #BB99CD background.


Related colors

Complementary color

Complementary color for #hex is #446632.


I love getcolorcode.com

Triadic colors

1 #CDBB99 and #99CDBB with #BB99CD are triadic colors.

2 #CD99BB and #99BBCD with #BB99CD are triadic colors.