COLOR #B09CBC

HEX: #B09CBC RGB: (176,156,188)

Color info

#B09CBC contains red, green and blue colors in about the same proportion. Web safe color of #B09CBC is #9999CC (or #99C).

RGB color model

#B09CBC color RGB value is (176,156,188).

RGB: (176,156,188) (69%, 61%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 188 of 255 = 74%

176
156
188

R + G + B ~ 68%. #B09CBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 188 = 520 (100%)
R 176 of 520 ~ 33.85%
G 156 of 520 ~ 30%
B 188 of 520 ~ 36.15'%

%33.85
%30
%36.15

CMYK color model

#B09CBC color CMYK value is (6,17,0,26).

  • cyan value is 6.38%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (6,17,0,26)
C6M17Y0K26 (6%, 17%, 0%, 26%)
(0.06 / 0.17 / 0.00 / 0.26)

CMYK percentages

%6.38
%17.02
%0
%26.27

Codes

Color #B09CBC in popluar color models

B0 9C BC
RGB 176 156 188
HSL 278° 19.28% 67.45%
HSB/HSV 278° 17.02% 73.73%
CMYK 6.38% 17.02% 0.00%
26.27%

Color #B09CBC in popluar number systems.

HEX B0 9C BC
Decimal 176 156 188
Binary 10110000 10011100 10111100
Octal 260 234 274

Shades and tints

Shades of #B09CBC

#B09CBC
(176,156,188)
#A08EAB
(160,142,171)
#90809A
(144,128,154)
#807289
(128,114,137)
#706478
(112,100,120)
#605667
(96,86,103)
#504856
(80,72,86)
#403A45
(64,58,69)
#302C34
(48,44,52)
#201E23
(32,30,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B09CBC

#B09CBC
(176,156,188)
#B7A5C2
(183,165,194)
#BEAEC8
(190,174,200)
#C5B7CE
(197,183,206)
#CCC0D4
(204,192,212)
#D3C9DA
(211,201,218)
#DAD2E0
(218,210,224)
#E1DBE6
(225,219,230)
#E8E4EC
(232,228,236)
#EFEDF2
(239,237,242)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09CBC color. Also use rgb(176,156,188) instead hex code.

Text Font Color

.myTextColor { color: #B09CBC; }

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

This text font color is #B09CBC.

Background Color

.myBgColor { background-color: #B09CBC; }

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

This div background color is #B09CBC.

Border color

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

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

This div border color is #B09CBC.

Opacity

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

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

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

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

This text has shadow with #B09CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CBC.

Preview

Color preview on black background

This text has color #B09CBC on black background.


Color preview on white background

This text has color #B09CBC on white background.


Black color preview on #B09CBC background

This text has black color on #B09CBC background.


White color preview on #B09CBC background

This text has white color on #B09CBC background.


Related colors

Complementary color

Complementary color for #hex is #4F6343.


I love getcolorcode.com

Triadic colors

1 #BCB09C and #9CBCB0 with #B09CBC are triadic colors.

2 #BC9CB0 and #9CB0BC with #B09CBC are triadic colors.