COLOR #BC5ABB

HEX: #BC5ABB
RGB: (188,90,187)

Color info

#BC5ABB contains mainly red and blue colors. Web safe color of #BC5ABB is #CC66CC (or #C6C).

RGB color model

#BC5ABB color RGB value is (188,90,187).

  • red value is 188;
  • green value is 90;
  • blue value is 187.
RGB:
(188,90,187)
(74%,35%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 90 of 255 = 35%
B 187 of 255 = 73%

188
90
187

R + G + B ~ 61%. #BC5ABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 90 + 187 = 465 (100%)
R 188 of 465 ~ 40.43%
G 90 of 465 ~ 19.35%
B 187 of 465 ~ 40.22%

%40.43
%19.35
%40.22

CMYK color model

#BC5ABB color CMYK value is (0,52,1,26).

  • cyan value is 0.00%
  • magenta value is 52.13%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(0,52,1,26)
C0M52Y1K26 
(0%,52%,1%,26%)
(0.00/0.52/0.01/0.26)	

CMYK percentages

%0
%52.13
%0.53
%26.27

Codes

Color #BC5ABB in popluar color models

BC5ABB
RGB18890187
HSL301°42.24%54.51%
HSB/HSV301°52.13%73.73%
CMYK0.00%52.13%0.53%
26.27%

Color #BC5ABB in popluar number systems.

HEXBC5ABB
Decimal18890187
Binary10111100101101010111011
Octal274132273

Shades and tints

Shades of #BC5ABB

#BC5ABB
(188,90,187)
#AB52AA
(171,82,170)
#9A4A99
(154,74,153)
#894288
(137,66,136)
#783A77
(120,58,119)
#673266
(103,50,102)
#562A55
(86,42,85)
#452244
(69,34,68)
#341A33
(52,26,51)
#231222
(35,18,34)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #BC5ABB

#BC5ABB
(188,90,187)
#C269C1
(194,105,193)
#C878C7
(200,120,199)
#CE87CD
(206,135,205)
#D496D3
(212,150,211)
#DAA5D9
(218,165,217)
#E0B4DF
(224,180,223)
#E6C3E5
(230,195,229)
#ECD2EB
(236,210,235)
#F2E1F1
(242,225,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5ABB color. Also use rgb(188,90,187) instead hex code.

Text Font Color

.myTextColor { color: #BC5ABB; }

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

This text font color is #BC5ABB.


Background Color

.myBgColor { background-color: #BC5ABB; }

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

This div background color is #BC5ABB.


Border color

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

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

This div border color is #BC5ABB.


Opacity

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

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

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

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

This text has shadow with #BC5ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5ABB on black background.


Color preview on white background

This text has color #BC5ABB on white background.



Black color preview on #BC5ABB background

This text has black color on #BC5ABB background.


White color preview on #BC5ABB background

This text has white color on #BC5ABB background.