Color spaces of #b998bd
RGB | 185 | 152 | 189 |
---|---|---|---|
HSL | 0.82 | 0.22 | 0.67 |
HSV | 294° | 20° | 74° |
CMYK | 0.02 | 0.20 | 0.00 0.26 |
XYZ | 40.4211 | 36.4449 | 53.0483 |
Yxy | 36.4449 | 0.3111 | 0.2805 |
Hunter Lab | 60.3696 | 13.8697 | -9.8409 |
CIE-Lab | 66.8585 | 18.8561 | -14.5149 |
#b998bd color RGB value is (185,152,189).
#b998bd hex color red value is 185, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b998bd hue: 0.82 , saturation: 0.22 and the lightness value of b998bd is 0.67.
The process color (four color CMYK) of #b998bd color hex is 0.02, 0.20, 0.00, 0.26. Web safe color of #b998bd is #cc99cc. Color #b998bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10011000 | 10111101 |
Octal | 271 | 230 | 275 |
Decimal | 185 | 152 | 189 |
Hex | B9 | 98 | BD |
Shades of #b998bd
Tints of #b998bd
RGB Percentages of Color #b998bd
CMYK Percentages of Color #b998bd
Complementary Color
#b998bd | #9cbd98 |
#b998bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b998bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b998bd Color CSS Codes
.mybgcolor {background-color:#b998bd; } .myforecolor {color:#b998bd; } .mybordercolor {border:3px solid #b998bd; }
#b998bd Text Font Color
<p style="color:#b998bd">Text here</p>
This sample text font color is #b998bd
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.
#b998bd Background Color
<div style="background-color:#b998bd">
Div content here</div>
This div background color is #b998bd
#b998bd Border Color
<div style="border:3px solid #b998bd">
Div here</div>
This div border color is #b998bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,152,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b998bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b998bd; -webkit-box-shadow: 1px 1px 3px 2px #b998bd; box-shadow: 1px 1px 3px 2px #b998bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,152,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b998bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b998bd; -webkit-box-shadow: 1px 1px 3px 2px #b998bd; box-shadow: 1px 1px 3px 2px #b998bd;">
Div content here</div>
This div box has shadow with color #b998bd
Comments
No comments written yet.
Please login to write comment.