Color spaces of #b997be
RGB | 185 | 151 | 190 |
---|---|---|---|
HSL | 0.81 | 0.23 | 0.67 |
HSV | 292° | 21° | 75° |
CMYK | 0.03 | 0.21 | 0.00 0.25 |
XYZ | 40.3685 | 36.1652 | 53.5681 |
Yxy | 36.1652 | 0.3103 | 0.2780 |
Hunter Lab | 60.1375 | 14.5810 | -10.7169 |
CIE-Lab | 66.6460 | 19.6089 | -15.3936 |
#b997be color RGB value is (185,151,190).
#b997be hex color red value is 185, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b997be hue: 0.81 , saturation: 0.23 and the lightness value of b997be is 0.67.
The process color (four color CMYK) of #b997be color hex is 0.03, 0.21, 0.00, 0.25. Web safe color of #b997be is #cc99cc. Color #b997be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10010111 | 10111110 |
Octal | 271 | 227 | 276 |
Decimal | 185 | 151 | 190 |
Hex | B9 | 97 | BE |
Shades of #b997be
Tints of #b997be
RGB Percentages of Color #b997be
CMYK Percentages of Color #b997be
Complementary Color
#b997be | #9cbe97 |
#b997be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b997be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b997be Color CSS Codes
.mybgcolor {background-color:#b997be; } .myforecolor {color:#b997be; } .mybordercolor {border:3px solid #b997be; }
#b997be Text Font Color
<p style="color:#b997be">Text here</p>
This sample text font color is #b997be
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.
#b997be Background Color
<div style="background-color:#b997be">
Div content here</div>
This div background color is #b997be
#b997be Border Color
<div style="border:3px solid #b997be">
Div here</div>
This div border color is #b997be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,151,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b997be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b997be; -webkit-box-shadow: 1px 1px 3px 2px #b997be; box-shadow: 1px 1px 3px 2px #b997be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,151,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b997be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b997be; -webkit-box-shadow: 1px 1px 3px 2px #b997be; box-shadow: 1px 1px 3px 2px #b997be;">
Div content here</div>
This div box has shadow with color #b997be
Comments
No comments written yet.
Please login to write comment.