color details

Color Details
#bb90a7 Color Hex

#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
Color spaces of #bb90a7Value
RGB187, 144, 167
HSL0.91, 0.24, 0.65
HSV328°, 23°, 73°
XYZ37.44, 33.3, 41.01
Base Numbers
Base Red Green Blue
Binary 10111011 10010000 10100111
Octal 273 220 247
Decimal 187 144 167
Hex BB 90 A7

RGB Percentages for Color #bb90a7

37.55%
28.92%
33.53%

CMYK Percentages of the Color #bb90a7

22.99%
10.7%
26.67%
CSS Codes for Color #bb90a7
.mybgColor {background-color: #bb90a7;}
.myforeColor {color: #bb90a7;}
.myborderColor {border:3px solid #bb90a7;}
Text Font Color #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,

Background Color #bb90a7

<div style="background-color:#bb90a7">Div content here</div>

The background color of this div is #bb90a7
Border Color #bb90a7

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

The border color of this div is #bb90a7
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187, 144, 167, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bb90a7;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #bb90a7

Scroll to Top