COLOR #BD92DC

HEX: #BD92DC
RGB: (189,146,220)

Color info

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

RGB color model

#BD92DC color RGB value is (189,146,220).

  • red value is 189;
  • green value is 146;
  • blue value is 220.
RGB:
(189,146,220)
(74%,57%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 146 of 255 = 57%
B 220 of 255 = 86%

189
146
220

R + G + B ~ 72%. #BD92DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 146 + 220 = 555 (100%)
R 189 of 555 ~ 34.05%
G 146 of 555 ~ 26.31%
B 220 of 555 ~ 39.64%

%34.05
%26.31
%39.64

CMYK color model

#BD92DC color CMYK value is (14,34,0,14).

  • cyan value is 14.09%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,34,0,14)
C14M34Y0K14 
(14%,34%,0%,14%)
(0.14/0.34/0.00/0.14)	

CMYK percentages

%14.09
%33.64
%0
%13.73

Codes

Color #BD92DC in popluar color models

BD92DC
RGB189146220
HSL275°51.39%71.76%
HSB/HSV275°33.64%86.27%
CMYK14.09%33.64%0.00%
13.73%

Color #BD92DC in popluar number systems.

HEXBD92DC
Decimal189146220
Binary101111011001001011011100
Octal275222334

Shades and tints

Shades of #BD92DC

#BD92DC
(189,146,220)
#AC85C8
(172,133,200)
#9B78B4
(155,120,180)
#8A6BA0
(138,107,160)
#795E8C
(121,94,140)
#685178
(104,81,120)
#574464
(87,68,100)
#463750
(70,55,80)
#352A3C
(53,42,60)
#241D28
(36,29,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BD92DC

#BD92DC
(189,146,220)
#C39BDF
(195,155,223)
#C9A4E2
(201,164,226)
#CFADE5
(207,173,229)
#D5B6E8
(213,182,232)
#DBBFEB
(219,191,235)
#E1C8EE
(225,200,238)
#E7D1F1
(231,209,241)
#EDDAF4
(237,218,244)
#F3E3F7
(243,227,247)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD92DC color. Also use rgb(189,146,220) instead hex code.

Text Font Color

.myTextColor { color: #BD92DC; }

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

This text font color is #BD92DC.


Background Color

.myBgColor { background-color: #BD92DC; }

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

This div background color is #BD92DC.


Border color

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

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

This div border color is #BD92DC.


Opacity

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

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

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

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

This text has shadow with #BD92DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD92DC on black background.


Color preview on white background

This text has color #BD92DC on white background.



Black color preview on #BD92DC background

This text has black color on #BD92DC background.


White color preview on #BD92DC background

This text has white color on #BD92DC background.