Color spaces of #bb90bc
RGB | 187 | 144 | 188 |
---|---|---|---|
HSL | 0.83 | 0.25 | 0.65 |
HSV | 299° | 23° | 74° |
CMYK | 0.01 | 0.23 | 0.00 0.26 |
XYZ | 39.5439 | 34.1422 | 52.0829 |
Yxy | 34.1422 | 0.3144 | 0.2715 |
Hunter Lab | 58.4313 | 18.5466 | -11.9464 |
CIE-Lab | 65.0753 | 23.8024 | -16.6288 |
#bb90bc color RGB value is (187,144,188).
#bb90bc hex color red value is 187, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb90bc hue: 0.83 , saturation: 0.25 and the lightness value of bb90bc is 0.65.
The process color (four color CMYK) of #bb90bc color hex is 0.01, 0.23, 0.00, 0.26. Web safe color of #bb90bc is #cc99cc. Color #bb90bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010000 | 10111100 |
Octal | 273 | 220 | 274 |
Decimal | 187 | 144 | 188 |
Hex | BB | 90 | BC |
Shades of #bb90bc
Tints of #bb90bc
RGB Percentages of Color #bb90bc
CMYK Percentages of Color #bb90bc
Complementary Color
#bb90bc | #91bc90 |
#bb90bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb90bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb90bc Color CSS Codes
.mybgcolor {background-color:#bb90bc; } .myforecolor {color:#bb90bc; } .mybordercolor {border:3px solid #bb90bc; }
#bb90bc Text Font Color
<p style="color:#bb90bc">Text here</p>
This sample text font color is #bb90bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bb90bc Background Color
<div style="background-color:#bb90bc">
Div content here</div>
This div background color is #bb90bc
#bb90bc Border Color
<div style="border:3px solid #bb90bc">
Div here</div>
This div border color is #bb90bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,144,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb90bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb90bc; -webkit-box-shadow: 1px 1px 3px 2px #bb90bc; box-shadow: 1px 1px 3px 2px #bb90bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,144,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb90bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb90bc; -webkit-box-shadow: 1px 1px 3px 2px #bb90bc; box-shadow: 1px 1px 3px 2px #bb90bc;">
Div content here</div>
This div box has shadow with color #bb90bc
Comments
No comments written yet.
Please login to write comment.