Color spaces of #b1bbdc
RGB | 177 | 187 | 220 |
---|---|---|---|
HSL | 0.63 | 0.38 | 0.78 |
HSV | 226° | 20° | 86° |
CMYK | 0.20 | 0.15 | 0.00 0.14 |
XYZ | 48.8201 | 50.0551 | 74.7986 |
Yxy | 50.0551 | 0.2811 | 0.2882 |
Hunter Lab | 70.7496 | -0.6396 | -13.1584 |
CIE-Lab | 76.1031 | 3.4311 | -17.6731 |
#b1bbdc color RGB value is (177,187,220).
#b1bbdc hex color red value is 177, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b1bbdc hue: 0.63 , saturation: 0.38 and the lightness value of b1bbdc is 0.78.
The process color (four color CMYK) of #b1bbdc color hex is 0.20, 0.15, 0.00, 0.14. Web safe color of #b1bbdc is #99cccc. Color #b1bbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10111011 | 11011100 |
Octal | 261 | 273 | 334 |
Decimal | 177 | 187 | 220 |
Hex | B1 | BB | DC |
Shades of #b1bbdc
Tints of #b1bbdc
RGB Percentages of Color #b1bbdc
CMYK Percentages of Color #b1bbdc
Complementary Color
#b1bbdc | #dcd2b1 |
#b1bbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1bbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1bbdc Color CSS Codes
.mybgcolor {background-color:#b1bbdc; } .myforecolor {color:#b1bbdc; } .mybordercolor {border:3px solid #b1bbdc; }
#b1bbdc Text Font Color
<p style="color:#b1bbdc">Text here</p>
This sample text font color is #b1bbdc
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.
#b1bbdc Background Color
<div style="background-color:#b1bbdc">
Div content here</div>
This div background color is #b1bbdc
#b1bbdc Border Color
<div style="border:3px solid #b1bbdc">
Div here</div>
This div border color is #b1bbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,187,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1bbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1bbdc; -webkit-box-shadow: 1px 1px 3px 2px #b1bbdc; box-shadow: 1px 1px 3px 2px #b1bbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,187,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1bbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1bbdc; -webkit-box-shadow: 1px 1px 3px 2px #b1bbdc; box-shadow: 1px 1px 3px 2px #b1bbdc;">
Div content here</div>
This div box has shadow with color #b1bbdc
Comments
No comments written yet.
Please login to write comment.