Color spaces of #b2aebb
RGB | 178 | 174 | 187 |
---|---|---|---|
HSL | 0.72 | 0.09 | 0.71 |
HSV | 258° | 7° | 73° |
CMYK | 0.05 | 0.07 | 0.00 0.27 |
XYZ | 42.4658 | 43.3249 | 53.1381 |
Yxy | 43.3249 | 0.3057 | 0.3118 |
Hunter Lab | 65.8217 | -0.0260 | -1.7899 |
CIE-Lab | 71.7749 | 3.9005 | -6.1270 |
#b2aebb color RGB value is (178,174,187).
#b2aebb hex color red value is 178, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b2aebb hue: 0.72 , saturation: 0.09 and the lightness value of b2aebb is 0.71.
The process color (four color CMYK) of #b2aebb color hex is 0.05, 0.07, 0.00, 0.27. Web safe color of #b2aebb is #9999cc. Color #b2aebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10101110 | 10111011 |
Octal | 262 | 256 | 273 |
Decimal | 178 | 174 | 187 |
Hex | B2 | AE | BB |
Shades of #b2aebb
Tints of #b2aebb
RGB Percentages of Color #b2aebb
CMYK Percentages of Color #b2aebb
Complementary Color
#b2aebb | #b7bbae |
#b2aebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2aebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2aebb Color CSS Codes
.mybgcolor {background-color:#b2aebb; } .myforecolor {color:#b2aebb; } .mybordercolor {border:3px solid #b2aebb; }
#b2aebb Text Font Color
<p style="color:#b2aebb">Text here</p>
This sample text font color is #b2aebb
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.
#b2aebb Background Color
<div style="background-color:#b2aebb">
Div content here</div>
This div background color is #b2aebb
#b2aebb Border Color
<div style="border:3px solid #b2aebb">
Div here</div>
This div border color is #b2aebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2aebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2aebb; -webkit-box-shadow: 1px 1px 3px 2px #b2aebb; box-shadow: 1px 1px 3px 2px #b2aebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2aebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2aebb; -webkit-box-shadow: 1px 1px 3px 2px #b2aebb; box-shadow: 1px 1px 3px 2px #b2aebb;">
Div content here</div>
This div box has shadow with color #b2aebb
Comments
No comments written yet.
Please login to write comment.