Color spaces of #b09fbc
RGB | 176 | 159 | 188 |
---|---|---|---|
HSL | 0.76 | 0.18 | 0.68 |
HSV | 275° | 15° | 74° |
CMYK | 0.06 | 0.15 | 0.00 0.26 |
XYZ | 39.3797 | 37.6572 | 52.7700 |
Yxy | 37.6572 | 0.3034 | 0.2901 |
Hunter Lab | 61.3655 | 7.1582 | -8.0294 |
CIE-Lab | 67.7672 | 11.6819 | -12.6724 |
#b09fbc color RGB value is (176,159,188).
#b09fbc hex color red value is 176, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b09fbc hue: 0.76 , saturation: 0.18 and the lightness value of b09fbc is 0.68.
The process color (four color CMYK) of #b09fbc color hex is 0.06, 0.15, 0.00, 0.26. Web safe color of #b09fbc is #9999cc. Color #b09fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011111 | 10111100 |
Octal | 260 | 237 | 274 |
Decimal | 176 | 159 | 188 |
Hex | B0 | 9F | BC |
Shades of #b09fbc
Tints of #b09fbc
RGB Percentages of Color #b09fbc
CMYK Percentages of Color #b09fbc
Complementary Color
#b09fbc | #abbc9f |
#b09fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b09fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b09fbc Color CSS Codes
.mybgcolor {background-color:#b09fbc; } .myforecolor {color:#b09fbc; } .mybordercolor {border:3px solid #b09fbc; }
#b09fbc Text Font Color
<p style="color:#b09fbc">Text here</p>
This sample text font color is #b09fbc
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.
#b09fbc Background Color
<div style="background-color:#b09fbc">
Div content here</div>
This div background color is #b09fbc
#b09fbc Border Color
<div style="border:3px solid #b09fbc">
Div here</div>
This div border color is #b09fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,159,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b09fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b09fbc; -webkit-box-shadow: 1px 1px 3px 2px #b09fbc; box-shadow: 1px 1px 3px 2px #b09fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,159,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 #b09fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b09fbc; -webkit-box-shadow: 1px 1px 3px 2px #b09fbc; box-shadow: 1px 1px 3px 2px #b09fbc;">
Div content here</div>
This div box has shadow with color #b09fbc
Comments
No comments written yet.
Please login to write comment.