Color spaces of #b1cbbe
RGB | 177 | 203 | 190 |
---|---|---|---|
HSL | 0.42 | 0.20 | 0.75 |
HSV | 150° | 13° | 80° |
CMYK | 0.13 | 0.00 | 0.06 0.20 |
XYZ | 48.7817 | 55.7767 | 56.9101 |
Yxy | 55.7767 | 0.3021 | 0.3454 |
Hunter Lab | 74.6838 | -14.1047 | 7.0989 |
CIE-Lab | 79.4866 | -11.2580 | 3.5280 |
#b1cbbe color RGB value is (177,203,190).
#b1cbbe hex color red value is 177, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1cbbe hue: 0.42 , saturation: 0.20 and the lightness value of b1cbbe is 0.75.
The process color (four color CMYK) of #b1cbbe color hex is 0.13, 0.00, 0.06, 0.20. Web safe color of #b1cbbe is #99cccc. Color #b1cbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11001011 | 10111110 |
Octal | 261 | 313 | 276 |
Decimal | 177 | 203 | 190 |
Hex | B1 | CB | BE |
Shades of #b1cbbe
Tints of #b1cbbe
RGB Percentages of Color #b1cbbe
CMYK Percentages of Color #b1cbbe
Complementary Color
#b1cbbe | #cbb1be |
#b1cbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1cbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1cbbe Color CSS Codes
.mybgcolor {background-color:#b1cbbe; } .myforecolor {color:#b1cbbe; } .mybordercolor {border:3px solid #b1cbbe; }
#b1cbbe Text Font Color
<p style="color:#b1cbbe">Text here</p>
This sample text font color is #b1cbbe
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.
#b1cbbe Background Color
<div style="background-color:#b1cbbe">
Div content here</div>
This div background color is #b1cbbe
#b1cbbe Border Color
<div style="border:3px solid #b1cbbe">
Div here</div>
This div border color is #b1cbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,203,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1cbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1cbbe; -webkit-box-shadow: 1px 1px 3px 2px #b1cbbe; box-shadow: 1px 1px 3px 2px #b1cbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,203,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 #b1cbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1cbbe; -webkit-box-shadow: 1px 1px 3px 2px #b1cbbe; box-shadow: 1px 1px 3px 2px #b1cbbe;">
Div content here</div>
This div box has shadow with color #b1cbbe
Comments
No comments written yet.
Please login to write comment.