Color spaces of #b5b6cb
RGB | 181 | 182 | 203 |
---|---|---|---|
HSL | 0.66 | 0.17 | 0.75 |
HSV | 237° | 11° | 80° |
CMYK | 0.11 | 0.10 | 0.00 0.20 |
XYZ | 46.5635 | 47.5915 | 63.2318 |
Yxy | 47.5915 | 0.2959 | 0.3024 |
Hunter Lab | 68.9866 | -0.2454 | -6.0535 |
CIE-Lab | 74.5665 | 3.7868 | -10.7119 |
#b5b6cb color RGB value is (181,182,203).
#b5b6cb hex color red value is 181, green value is 182 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5b6cb hue: 0.66 , saturation: 0.17 and the lightness value of b5b6cb is 0.75.
The process color (four color CMYK) of #b5b6cb color hex is 0.11, 0.10, 0.00, 0.20. Web safe color of #b5b6cb is #cccccc. Color #b5b6cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10110110 | 11001011 |
Octal | 265 | 266 | 313 |
Decimal | 181 | 182 | 203 |
Hex | B5 | B6 | CB |
Shades of #b5b6cb
Tints of #b5b6cb
RGB Percentages of Color #b5b6cb
CMYK Percentages of Color #b5b6cb
Complementary Color
#b5b6cb | #cbcab5 |
#b5b6cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5b6cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5b6cb Color CSS Codes
.mybgcolor {background-color:#b5b6cb; } .myforecolor {color:#b5b6cb; } .mybordercolor {border:3px solid #b5b6cb; }
#b5b6cb Text Font Color
<p style="color:#b5b6cb">Text here</p>
This sample text font color is #b5b6cb
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.
#b5b6cb Background Color
<div style="background-color:#b5b6cb">
Div content here</div>
This div background color is #b5b6cb
#b5b6cb Border Color
<div style="border:3px solid #b5b6cb">
Div here</div>
This div border color is #b5b6cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,182,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5b6cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5b6cb; -webkit-box-shadow: 1px 1px 3px 2px #b5b6cb; box-shadow: 1px 1px 3px 2px #b5b6cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,182,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5b6cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5b6cb; -webkit-box-shadow: 1px 1px 3px 2px #b5b6cb; box-shadow: 1px 1px 3px 2px #b5b6cb;">
Div content here</div>
This div box has shadow with color #b5b6cb
Comments
No comments written yet.
Please login to write comment.