COLOR #BD9CCB

HEX: #BD9CCB
RGB: (189,156,203)

Color info

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

RGB color model

#BD9CCB color RGB value is (189,156,203).

  • red value is 189;
  • green value is 156;
  • blue value is 203.
RGB:
(189,156,203)
(74%,61%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 203 of 255 = 80%

189
156
203

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

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 203 = 548 (100%)
R 189 of 548 ~ 34.49%
G 156 of 548 ~ 28.47%
B 203 of 548 ~ 37.04%

%34.49
%28.47
%37.04

CMYK color model

#BD9CCB color CMYK value is (7,23,0,20).

  • cyan value is 6.90%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,23,0,20)
C7M23Y0K20 
(7%,23%,0%,20%)
(0.07/0.23/0.00/0.20)	

CMYK percentages

%6.9
%23.15
%0
%20.39

Codes

Color #BD9CCB in popluar color models

BD9CCB
RGB189156203
HSL282°31.13%70.39%
HSB/HSV282°23.15%79.61%
CMYK6.90%23.15%0.00%
20.39%

Color #BD9CCB in popluar number systems.

HEXBD9CCB
Decimal189156203
Binary101111011001110011001011
Octal275234313

Shades and tints

Shades of #BD9CCB

#BD9CCB
(189,156,203)
#AC8EB9
(172,142,185)
#9B80A7
(155,128,167)
#8A7295
(138,114,149)
#796483
(121,100,131)
#685671
(104,86,113)
#57485F
(87,72,95)
#463A4D
(70,58,77)
#352C3B
(53,44,59)
#241E29
(36,30,41)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #BD9CCB

#BD9CCB
(189,156,203)
#C3A5CF
(195,165,207)
#C9AED3
(201,174,211)
#CFB7D7
(207,183,215)
#D5C0DB
(213,192,219)
#DBC9DF
(219,201,223)
#E1D2E3
(225,210,227)
#E7DBE7
(231,219,231)
#EDE4EB
(237,228,235)
#F3EDEF
(243,237,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9CCB color. Also use rgb(189,156,203) instead hex code.

Text Font Color

.myTextColor { color: #BD9CCB; }

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

This text font color is #BD9CCB.


Background Color

.myBgColor { background-color: #BD9CCB; }

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

This div background color is #BD9CCB.


Border color

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

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

This div border color is #BD9CCB.


Opacity

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

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

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

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

This text has shadow with #BD9CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CCB on black background.


Color preview on white background

This text has color #BD9CCB on white background.



Black color preview on #BD9CCB background

This text has black color on #BD9CCB background.


White color preview on #BD9CCB background

This text has white color on #BD9CCB background.