COLOR #B0BABE

HEX: #B0BABE RGB: (176,186,190)

Color info

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

RGB color model

#B0BABE color RGB value is (176,186,190).

RGB: (176,186,190) (69%, 73%, 75%)

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 190 of 255 = 75%

176
186
190

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

Portions of RGB colors in percentages

R + G + B = 176 + 186 + 190 = 552 (100%)
R 176 of 552 ~ 31.88%
G 186 of 552 ~ 33.7%
B 190 of 552 ~ 34.42'%

%31.88
%33.7
%34.42

CMYK color model

#B0BABE color CMYK value is (7,2,0,25).

  • cyan value is 7.37%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,2,0,25)
C7M2Y0K25 (7%, 2%, 0%, 25%)
(0.07 / 0.02 / 0.00 / 0.25)

CMYK percentages

%7.37
%2.11
%0
%25.49

Codes

Color #B0BABE in popluar color models

B0 BA BE
RGB 176 186 190
HSL 197° 9.72% 71.76%
HSB/HSV 197° 7.37% 74.51%
CMYK 7.37% 2.11% 0.00%
25.49%

Color #B0BABE in popluar number systems.

HEX B0 BA BE
Decimal 176 186 190
Binary 10110000 10111010 10111110
Octal 260 272 276

Shades and tints

Shades of #B0BABE

#B0BABE
(176,186,190)
#A0AAAD
(160,170,173)
#909A9C
(144,154,156)
#808A8B
(128,138,139)
#707A7A
(112,122,122)
#606A69
(96,106,105)
#505A58
(80,90,88)
#404A47
(64,74,71)
#303A36
(48,58,54)
#202A25
(32,42,37)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #B0BABE

#B0BABE
(176,186,190)
#B7C0C3
(183,192,195)
#BEC6C8
(190,198,200)
#C5CCCD
(197,204,205)
#CCD2D2
(204,210,210)
#D3D8D7
(211,216,215)
#DADEDC
(218,222,220)
#E1E4E1
(225,228,225)
#E8EAE6
(232,234,230)
#EFF0EB
(239,240,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BABE color. Also use rgb(176,186,190) instead hex code.

Text Font Color

.myTextColor { color: #B0BABE; }

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

This text font color is #B0BABE.

Background Color

.myBgColor { background-color: #B0BABE; }

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

This div background color is #B0BABE.

Border color

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

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

This div border color is #B0BABE.

Opacity

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

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

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

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

This text has shadow with #B0BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BABE.

Preview

Color preview on black background

This text has color #B0BABE on black background.


Color preview on white background

This text has color #B0BABE on white background.


Black color preview on #B0BABE background

This text has black color on #B0BABE background.


White color preview on #B0BABE background

This text has white color on #B0BABE background.


Related colors

Complementary color

Complementary color for #hex is #4F4541.


I love getcolorcode.com

Triadic colors

1 #BEB0BA and #BABEB0 with #B0BABE are triadic colors.

2 #BEBAB0 and #BAB0BE with #B0BABE are triadic colors.