Color spaces of #b2bace
RGB | 178 | 186 | 206 |
---|---|---|---|
HSL | 0.62 | 0.22 | 0.75 |
HSV | 223° | 14° | 81° |
CMYK | 0.14 | 0.10 | 0.00 0.19 |
XYZ | 47.0596 | 49.0390 | 65.3777 |
Yxy | 49.0390 | 0.2914 | 0.3037 |
Hunter Lab | 70.0279 | -2.5945 | -6.3334 |
CIE-Lab | 75.4756 | 1.2634 | -11.0112 |
#b2bace color RGB value is (178,186,206).
#b2bace hex color red value is 178, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2bace hue: 0.62 , saturation: 0.22 and the lightness value of b2bace is 0.75.
The process color (four color CMYK) of #b2bace color hex is 0.14, 0.10, 0.00, 0.19. Web safe color of #b2bace is #99cccc. Color #b2bace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111010 | 11001110 |
Octal | 262 | 272 | 316 |
Decimal | 178 | 186 | 206 |
Hex | B2 | BA | CE |
Shades of #b2bace
Tints of #b2bace
RGB Percentages of Color #b2bace
CMYK Percentages of Color #b2bace
Complementary Color
#b2bace | #cec6b2 |
#b2bace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2bace Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2bace Color CSS Codes
.mybgcolor {background-color:#b2bace; } .myforecolor {color:#b2bace; } .mybordercolor {border:3px solid #b2bace; }
#b2bace Text Font Color
<p style="color:#b2bace">Text here</p>
This sample text font color is #b2bace
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.
#b2bace Background Color
<div style="background-color:#b2bace">
Div content here</div>
This div background color is #b2bace
#b2bace Border Color
<div style="border:3px solid #b2bace">
Div here</div>
This div border color is #b2bace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,186,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2bace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2bace; -webkit-box-shadow: 1px 1px 3px 2px #b2bace; box-shadow: 1px 1px 3px 2px #b2bace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,186,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2bace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bace; -webkit-box-shadow: 1px 1px 3px 2px #b2bace; box-shadow: 1px 1px 3px 2px #b2bace;">
Div content here</div>
This div box has shadow with color #b2bace
Comments
No comments written yet.
Please login to write comment.