COLOR #BAAFB0

HEX: #BAAFB0 RGB: (186,175,176)

Color info

#BAAFB0 contains red, green and blue colors in about the same proportion. Web safe color of #BAAFB0 is #CC9999 (or #C99).

RGB color model

#BAAFB0 color RGB value is (186,175,176).

RGB: (186,175,176) (73%, 69%, 69%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 176 of 255 = 69%

186
175
176

R + G + B ~ 70%. #BAAFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 176 = 537 (100%)
R 186 of 537 ~ 34.64%
G 175 of 537 ~ 32.59%
B 176 of 537 ~ 32.77'%

%34.64
%32.59
%32.77

CMYK color model

#BAAFB0 color CMYK value is (0,6,5,27).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 5.38%
  • key color value is 27.06%

CMYK: (0,6,5,27)
C0M6Y5K27 (0%, 6%, 5%, 27%)
(0.00 / 0.06 / 0.05 / 0.27)

CMYK percentages

%0
%5.91
%5.38
%27.06

Codes

Color #BAAFB0 in popluar color models

BA AF B0
RGB 186 175 176
HSL 355° 7.38% 70.78%
HSB/HSV 355° 5.91% 72.94%
CMYK 0.00% 5.91% 5.38%
27.06%

Color #BAAFB0 in popluar number systems.

HEX BA AF B0
Decimal 186 175 176
Binary 10111010 10101111 10110000
Octal 272 257 260

Shades and tints

Shades of #BAAFB0

#BAAFB0
(186,175,176)
#AAA0A0
(170,160,160)
#9A9190
(154,145,144)
#8A8280
(138,130,128)
#7A7370
(122,115,112)
#6A6460
(106,100,96)
#5A5550
(90,85,80)
#4A4640
(74,70,64)
#3A3730
(58,55,48)
#2A2820
(42,40,32)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #BAAFB0

#BAAFB0
(186,175,176)
#C0B6B7
(192,182,183)
#C6BDBE
(198,189,190)
#CCC4C5
(204,196,197)
#D2CBCC
(210,203,204)
#D8D2D3
(216,210,211)
#DED9DA
(222,217,218)
#E4E0E1
(228,224,225)
#EAE7E8
(234,231,232)
#F0EEEF
(240,238,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAFB0; }

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

This text font color is #BAAFB0.

Background Color

.myBgColor { background-color: #BAAFB0; }

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

This div background color is #BAAFB0.

Border color

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

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

This div border color is #BAAFB0.

Opacity

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

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

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

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

This text has shadow with #BAAFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAFB0.

Preview

Color preview on black background

This text has color #BAAFB0 on black background.


Color preview on white background

This text has color #BAAFB0 on white background.


Black color preview on #BAAFB0 background

This text has black color on #BAAFB0 background.


White color preview on #BAAFB0 background

This text has white color on #BAAFB0 background.


Related colors

Complementary color

Complementary color for #hex is #45504F.


I love getcolorcode.com

Triadic colors

1 #B0BAAF and #AFB0BA with #BAAFB0 are triadic colors.

2 #B0AFBA and #AFBAB0 with #BAAFB0 are triadic colors.