Color spaces of #b2bbda
RGB | 178 | 187 | 218 |
---|---|---|---|
HSL | 0.63 | 0.35 | 0.78 |
HSV | 227° | 18° | 85° |
CMYK | 0.18 | 0.14 | 0.00 0.15 |
XYZ | 48.7853 | 50.0676 | 73.4224 |
Yxy | 50.0676 | 0.2832 | 0.2906 |
Hunter Lab | 70.7585 | -0.7583 | -11.9912 |
CIE-Lab | 76.1107 | 3.3029 | -16.5708 |
#b2bbda color RGB value is (178,187,218).
#b2bbda hex color red value is 178, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b2bbda hue: 0.63 , saturation: 0.35 and the lightness value of b2bbda is 0.78.
The process color (four color CMYK) of #b2bbda color hex is 0.18, 0.14, 0.00, 0.15. Web safe color of #b2bbda is #99cccc. Color #b2bbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111011 | 11011010 |
Octal | 262 | 273 | 332 |
Decimal | 178 | 187 | 218 |
Hex | B2 | BB | DA |
Shades of #b2bbda
Tints of #b2bbda
RGB Percentages of Color #b2bbda
CMYK Percentages of Color #b2bbda
Complementary Color
#b2bbda | #dad1b2 |
#b2bbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2bbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2bbda Color CSS Codes
.mybgcolor {background-color:#b2bbda; } .myforecolor {color:#b2bbda; } .mybordercolor {border:3px solid #b2bbda; }
#b2bbda Text Font Color
<p style="color:#b2bbda">Text here</p>
This sample text font color is #b2bbda
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.
#b2bbda Background Color
<div style="background-color:#b2bbda">
Div content here</div>
This div background color is #b2bbda
#b2bbda Border Color
<div style="border:3px solid #b2bbda">
Div here</div>
This div border color is #b2bbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,187,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2bbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2bbda; -webkit-box-shadow: 1px 1px 3px 2px #b2bbda; box-shadow: 1px 1px 3px 2px #b2bbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,187,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2bbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bbda; -webkit-box-shadow: 1px 1px 3px 2px #b2bbda; box-shadow: 1px 1px 3px 2px #b2bbda;">
Div content here</div>
This div box has shadow with color #b2bbda
Comments
No comments written yet.
Please login to write comment.