#bb90a7 color RGB value is (11, 185, 10).
#bb90a7 hex color red value is 11, green value is 185, and blue value is 10.
Cylindrical-coordinate representations (HSL) of color #bb90a7
hue: 119.66,
saturation: 0.9 and lightness: 0.38.
The process color (four-color CMYK) of #bb90a7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bb90a7 is #ff9999. Color #bb90a7 contains mainly RED.
| Color spaces of #bb90a7 | Value |
|---|---|
| RGB | 187, 144, 167 |
| HSL | 0.91, 0.24, 0.65 |
| HSV | 328°, 23°, 73° |
| XYZ | 37.44, 33.3, 41.01 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111011 | 10010000 | 10100111 |
| Octal | 273 | 220 | 247 |
| Decimal | 187 | 144 | 167 |
| Hex | BB | 90 | A7 |
Shades of #bb90a7
Tints of #bb90a7
.mybgColor {background-color: #bb90a7;}
.myforeColor {color: #bb90a7;}
.myborderColor {border:3px solid #bb90a7;}
<p style="color:#bb90a7">Text here</p>
This sample text is styled with the font color #bb90a7. 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:#bb90a7">Div content here</div>
<div style="border:3px solid #bb90a7">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(187, 144, 167, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bb90a7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bb90a7;
-webkit-box-shadow: 1px 1px 3px #bb90a7;
box-shadow: 1px 1px 3px #bb90a7; }
<p style="text-shadow: 4px 4px 2px rgba(187, 144, 167, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bb90a7;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bb90a7;
-webkit-box-shadow: 1px 1px 3px #bb90a7;
box-shadow: 1px 1px 3px #bb90a7;">Div content here</div>
