COLOR #BB90CC

HEX: #BB90CC RGB: (187,144,204)

Color info

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

RGB color model

#BB90CC color RGB value is (187,144,204).

RGB: (187,144,204) (73%, 56%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 204 of 255 = 80%

187
144
204

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

Portions of RGB colors in percentages

R + G + B = 187 + 144 + 204 = 535 (100%)
R 187 of 535 ~ 34.95%
G 144 of 535 ~ 26.92%
B 204 of 535 ~ 38.13'%

%34.95
%26.92
%38.13

CMYK color model

#BB90CC color CMYK value is (8,29,0,20).

  • cyan value is 8.33%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (8,29,0,20) C8M29Y0K20 (8%,29%,0%,20%) (0.08/0.29/0.00/0.20) 

CMYK percentages

%8.33
%29.41
%0
%20

Codes

Color #BB90CC in popluar color models

BB 90 CC
RGB 187 144 204
HSL 283° 37.04% 68.24%
HSB/HSV 283° 29.41% 80.00%
CMYK 8.33% 29.41% 0.00%
20.00%

Color #BB90CC in popluar number systems.

HEX BB 90 CC
Decimal 187 144 204
Binary 10111011 10010000 11001100
Octal 273 220 314

Shades and tints

Shades of #BB90CC

#BB90CC
(187,144,204)
#AA83BA
(170,131,186)
#9976A8
(153,118,168)
#886996
(136,105,150)
#775C84
(119,92,132)
#664F72
(102,79,114)
#554260
(85,66,96)
#44354E
(68,53,78)
#33283C
(51,40,60)
#221B2A
(34,27,42)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #BB90CC

#BB90CC
(187,144,204)
#C19AD0
(193,154,208)
#C7A4D4
(199,164,212)
#CDAED8
(205,174,216)
#D3B8DC
(211,184,220)
#D9C2E0
(217,194,224)
#DFCCE4
(223,204,228)
#E5D6E8
(229,214,232)
#EBE0EC
(235,224,236)
#F1EAF0
(241,234,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB90CC color. Also use rgb(187,144,204) instead hex code.

Text Font Color

.myTextColor { color: #BB90CC; }

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

This text font color is #BB90CC.

Background Color

.myBgColor { background-color: #BB90CC; }

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

This div background color is #BB90CC.

Border color

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

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

This div border color is #BB90CC.

Opacity

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

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

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

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

This text has shadow with #BB90CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB90CC.

Preview

Color preview on black background

This text has color #BB90CC on black background.


Color preview on white background

This text has color #BB90CC on white background.


Black color preview on #BB90CC background

This text has black color on #BB90CC background.


White color preview on #BB90CC background

This text has white color on #BB90CC background.


Related colors

Complementary color

Complementary color for #hex is #446F33.


I love getcolorcode.com

Triadic colors

1 #CCBB90 and #90CCBB with #BB90CC are triadic colors.

2 #CC90BB and #90BBCC with #BB90CC are triadic colors.