color details

Color Details
#B2BEB5 Color Hex

#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
Color spaces of #B2BEB5Value
RGB178, 190, 181
HSL0.38, 0.08, 0.72
HSV135°, 6°, 75°
XYZ45.11, 49.63, 50.91
Base Numbers
Base Red Green Blue
Binary 10110010 10111110 10110101
Octal 262 276 265
Decimal 178 190 181
Hex B2 BE B5

RGB Percentages for Color #B2BEB5

32.42%
34.61%
32.97%

CMYK Percentages of the Color #B2BEB5

6.32%
4.74%
25.49%
CSS Codes for Color #B2BEB5
.mybgColor {background-color: #B2BEB5;}
.myforeColor {color: #B2BEB5;}
.myborderColor {border:3px solid #B2BEB5;}
Text Font Color #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,

Background Color #B2BEB5

<div style="background-color:#B2BEB5">Div content here</div>

The background color of this div is #B2BEB5
Border Color #B2BEB5

<div style="border:3px solid #B2BEB5">Div here</div>

The border color of this div is #B2BEB5
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178, 190, 181, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B2BEB5;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #B2BEB5
Scroll to Top