Color spaces of #b2c7bb
RGB | 178 | 199 | 187 |
---|---|---|---|
HSL | 0.40 | 0.16 | 0.74 |
HSV | 146° | 11° | 78° |
CMYK | 0.11 | 0.00 | 0.06 0.22 |
XYZ | 47.7532 | 53.8997 | 54.9005 |
Yxy | 53.8997 | 0.3050 | 0.3443 |
Hunter Lab | 73.4164 | -12.3746 | 7.0547 |
CIE-Lab | 78.4032 | -9.4218 | 3.5792 |
#b2c7bb color RGB value is (178,199,187).
#b2c7bb hex color red value is 178, green value is 199 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b2c7bb hue: 0.40 , saturation: 0.16 and the lightness value of b2c7bb is 0.74.
The process color (four color CMYK) of #b2c7bb color hex is 0.11, 0.00, 0.06, 0.22. Web safe color of #b2c7bb is #99cccc. Color #b2c7bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11000111 | 10111011 |
Octal | 262 | 307 | 273 |
Decimal | 178 | 199 | 187 |
Hex | B2 | C7 | BB |
Shades of #b2c7bb
Tints of #b2c7bb
RGB Percentages of Color #b2c7bb
CMYK Percentages of Color #b2c7bb
Complementary Color
#b2c7bb | #c7b2be |
#b2c7bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2c7bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2c7bb Color CSS Codes
.mybgcolor {background-color:#b2c7bb; } .myforecolor {color:#b2c7bb; } .mybordercolor {border:3px solid #b2c7bb; }
#b2c7bb Text Font Color
<p style="color:#b2c7bb">Text here</p>
This sample text font color is #b2c7bb
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.
#b2c7bb Background Color
<div style="background-color:#b2c7bb">
Div content here</div>
This div background color is #b2c7bb
#b2c7bb Border Color
<div style="border:3px solid #b2c7bb">
Div here</div>
This div border color is #b2c7bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,199,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2c7bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2c7bb; -webkit-box-shadow: 1px 1px 3px 2px #b2c7bb; box-shadow: 1px 1px 3px 2px #b2c7bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,199,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 #b2c7bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2c7bb; -webkit-box-shadow: 1px 1px 3px 2px #b2c7bb; box-shadow: 1px 1px 3px 2px #b2c7bb;">
Div content here</div>
This div box has shadow with color #b2c7bb
Comments
No comments written yet.
Please login to write comment.