#B2BEB5 color RGB value is (11, 43, 235).
#B2BEB5 hex color red value is 11, green value is 43, and blue value is 235.
Cylindrical-coordinate representations (HSL) of color #B2BEB5
hue: 231.43,
saturation: 0.91 and lightness: 0.48.
The process color (four-color CMYK) of #B2BEB5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B2BEB5 is #ff9999. Color #B2BEB5 contains mainly RED.
Color spaces of #B2BEB5 | Value |
---|---|
RGB | 178, 190, 181 |
HSL | 0.38, 0.08, 0.72 |
HSV | 135°, 6°, 75° |
XYZ | 45.11, 49.63, 50.91 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111110 | 10110101 |
Octal | 262 | 276 | 265 |
Decimal | 178 | 190 | 181 |
Hex | B2 | BE | B5 |
Shades of #B2BEB5
Tints of #B2BEB5
.mybgColor {background-color: #B2BEB5;} .myforeColor {color: #B2BEB5;} .myborderColor {border:3px solid #B2BEB5;}
<p style="color:#B2BEB5">Text here</p>
This sample text is styled with the font color #B2BEB5. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#B2BEB5">Div content here</div>
<div style="border:3px solid #B2BEB5">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178, 190, 181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #B2BEB5; } .divShadow { -moz-box-shadow: 1px 1px 3px #B2BEB5; -webkit-box-shadow: 1px 1px 3px #B2BEB5; box-shadow: 1px 1px 3px #B2BEB5; }
<p style="text-shadow: 4px 4px 2px rgba(178, 190, 181, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B2BEB5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B2BEB5;
-webkit-box-shadow: 1px 1px 3px #B2BEB5;
box-shadow: 1px 1px 3px #B2BEB5;">Div content here</div>