#BA898C color RGB value is (11, 168, 152).
#BA898C hex color red value is 11, green value is 168, and blue value is 152.
Cylindrical-coordinate representations (HSL) of color #BA898C
hue: 173.89,
saturation: 0.88 and lightness: 0.35.
The process color (four-color CMYK) of #BA898C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #BA898C is #ff9999. Color #BA898C contains mainly RED.
| Color spaces of #BA898C | Value |
|---|---|
| RGB | 186, 137, 140 |
| HSL | 0.99, 0.26, 0.63 |
| HSV | 356°, 26°, 73° |
| XYZ | 33.93, 30.23, 28.85 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111010 | 10001001 | 10001100 |
| Octal | 272 | 211 | 214 |
| Decimal | 186 | 137 | 140 |
| Hex | BA | 89 | 8C |
Shades of #BA898C
Tints of #BA898C
.mybgColor {background-color: #BA898C;}
.myforeColor {color: #BA898C;}
.myborderColor {border:3px solid #BA898C;}
<p style="color:#BA898C">Text here</p>
This sample text is styled with the font color #BA898C. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#BA898C">Div content here</div>
<div style="border:3px solid #BA898C">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(186, 137, 140, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #BA898C; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #BA898C;
-webkit-box-shadow: 1px 1px 3px #BA898C;
box-shadow: 1px 1px 3px #BA898C; }
<p style="text-shadow: 4px 4px 2px rgba(186, 137, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #BA898C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #BA898C;
-webkit-box-shadow: 1px 1px 3px #BA898C;
box-shadow: 1px 1px 3px #BA898C;">Div content here</div>
