Color spaces of #b1c8be
RGB | 177 | 200 | 190 |
---|---|---|---|
HSL | 0.43 | 0.17 | 0.74 |
HSV | 154° | 12° | 78° |
CMYK | 0.12 | 0.00 | 0.05 0.22 |
XYZ | 48.0800 | 54.3734 | 56.6762 |
Yxy | 54.3734 | 0.3021 | 0.3417 |
Hunter Lab | 73.7383 | -12.6537 | 6.0458 |
CIE-Lab | 78.6790 | -9.7057 | 2.3566 |
#b1c8be color RGB value is (177,200,190).
#b1c8be hex color red value is 177, green value is 200 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1c8be hue: 0.43 , saturation: 0.17 and the lightness value of b1c8be is 0.74.
The process color (four color CMYK) of #b1c8be color hex is 0.12, 0.00, 0.05, 0.22. Web safe color of #b1c8be is #99cccc. Color #b1c8be contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11001000 | 10111110 |
Octal | 261 | 310 | 276 |
Decimal | 177 | 200 | 190 |
Hex | B1 | C8 | BE |
Shades of #b1c8be
Tints of #b1c8be
RGB Percentages of Color #b1c8be
CMYK Percentages of Color #b1c8be
Complementary Color
#b1c8be | #c8b1bb |
#b1c8be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1c8be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1c8be Color CSS Codes
.mybgcolor {background-color:#b1c8be; } .myforecolor {color:#b1c8be; } .mybordercolor {border:3px solid #b1c8be; }
#b1c8be Text Font Color
<p style="color:#b1c8be">Text here</p>
This sample text font color is #b1c8be
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.
#b1c8be Background Color
<div style="background-color:#b1c8be">
Div content here</div>
This div background color is #b1c8be
#b1c8be Border Color
<div style="border:3px solid #b1c8be">
Div here</div>
This div border color is #b1c8be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,200,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1c8be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1c8be; -webkit-box-shadow: 1px 1px 3px 2px #b1c8be; box-shadow: 1px 1px 3px 2px #b1c8be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,200,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 #b1c8be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1c8be; -webkit-box-shadow: 1px 1px 3px 2px #b1c8be; box-shadow: 1px 1px 3px 2px #b1c8be;">
Div content here</div>
This div box has shadow with color #b1c8be
Comments
No comments written yet.
Please login to write comment.