Color spaces of #b1bbee
RGB | 177 | 187 | 238 |
---|---|---|---|
HSL | 0.64 | 0.64 | 0.81 |
HSV | 230° | 26° | 93° |
CMYK | 0.26 | 0.21 | 0.00 0.07 |
XYZ | 51.3344 | 51.0608 | 88.0390 |
Yxy | 51.0608 | 0.2696 | 0.2681 |
Hunter Lab | 71.4568 | 3.1844 | -23.0290 |
CIE-Lab | 76.7158 | 7.5493 | -26.4689 |
#b1bbee color RGB value is (177,187,238).
#b1bbee hex color red value is 177, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b1bbee hue: 0.64 , saturation: 0.64 and the lightness value of b1bbee is 0.81.
The process color (four color CMYK) of #b1bbee color hex is 0.26, 0.21, 0.00, 0.07. Web safe color of #b1bbee is #99ccff. Color #b1bbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10111011 | 11101110 |
Octal | 261 | 273 | 356 |
Decimal | 177 | 187 | 238 |
Hex | B1 | BB | EE |
Shades of #b1bbee
Tints of #b1bbee
RGB Percentages of Color #b1bbee
CMYK Percentages of Color #b1bbee
Complementary Color
#b1bbee | #eee4b1 |
#b1bbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1bbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1bbee Color CSS Codes
.mybgcolor {background-color:#b1bbee; } .myforecolor {color:#b1bbee; } .mybordercolor {border:3px solid #b1bbee; }
#b1bbee Text Font Color
<p style="color:#b1bbee">Text here</p>
This sample text font color is #b1bbee
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.
#b1bbee Background Color
<div style="background-color:#b1bbee">
Div content here</div>
This div background color is #b1bbee
#b1bbee Border Color
<div style="border:3px solid #b1bbee">
Div here</div>
This div border color is #b1bbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,187,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1bbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1bbee; -webkit-box-shadow: 1px 1px 3px 2px #b1bbee; box-shadow: 1px 1px 3px 2px #b1bbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,187,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1bbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1bbee; -webkit-box-shadow: 1px 1px 3px 2px #b1bbee; box-shadow: 1px 1px 3px 2px #b1bbee;">
Div content here</div>
This div box has shadow with color #b1bbee
Comments
No comments written yet.
Please login to write comment.