COLOR #B09BBC

HEX: #B09BBC RGB: (176,155,188)

Color info

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

RGB color model

#B09BBC color RGB value is (176,155,188).

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

RGB channels and saturation

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

176
155
188

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

Portions of RGB colors in percentages

R + G + B = 176 + 155 + 188 = 519 (100%)
R 176 of 519 ~ 33.91%
G 155 of 519 ~ 29.87%
B 188 of 519 ~ 36.22'%

%33.91
%29.87
%36.22

CMYK color model

#B09BBC color CMYK value is (6,18,0,26).

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

CMYK: (6,18,0,26)
C6M18Y0K26 (6%, 18%, 0%, 26%)
(0.06 / 0.18 / 0.00 / 0.26)

CMYK percentages

%6.38
%17.55
%0
%26.27

Codes

Color #B09BBC in popluar color models

B0 9B BC
RGB 176 155 188
HSL 278° 19.76% 67.25%
HSB/HSV 278° 17.55% 73.73%
CMYK 6.38% 17.55% 0.00%
26.27%

Color #B09BBC in popluar number systems.

HEX B0 9B BC
Decimal 176 155 188
Binary 10110000 10011011 10111100
Octal 260 233 274

Shades and tints

Shades of #B09BBC

#B09BBC
(176,155,188)
#A08DAB
(160,141,171)
#907F9A
(144,127,154)
#807189
(128,113,137)
#706378
(112,99,120)
#605567
(96,85,103)
#504756
(80,71,86)
#403945
(64,57,69)
#302B34
(48,43,52)
#201D23
(32,29,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B09BBC

#B09BBC
(176,155,188)
#B7A4C2
(183,164,194)
#BEADC8
(190,173,200)
#C5B6CE
(197,182,206)
#CCBFD4
(204,191,212)
#D3C8DA
(211,200,218)
#DAD1E0
(218,209,224)
#E1DAE6
(225,218,230)
#E8E3EC
(232,227,236)
#EFECF2
(239,236,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09BBC; }

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

This text font color is #B09BBC.

Background Color

.myBgColor { background-color: #B09BBC; }

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

This div background color is #B09BBC.

Border color

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

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

This div border color is #B09BBC.

Opacity

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

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

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

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

This text has shadow with #B09BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09BBC.

Preview

Color preview on black background

This text has color #B09BBC on black background.


Color preview on white background

This text has color #B09BBC on white background.


Black color preview on #B09BBC background

This text has black color on #B09BBC background.


White color preview on #B09BBC background

This text has white color on #B09BBC background.


Related colors

Complementary color

Complementary color for #hex is #4F6443.


I love getcolorcode.com

Triadic colors

1 #BCB09B and #9BBCB0 with #B09BBC are triadic colors.

2 #BC9BB0 and #9BB0BC with #B09BBC are triadic colors.