Color spaces of #bbbeb3
RGB | 187 | 190 | 179 |
---|---|---|---|
HSL | 0.21 | 0.08 | 0.72 |
HSV | 76° | 6° | 75° |
CMYK | 0.02 | 0.00 | 0.06 0.25 |
XYZ | 47.0437 | 50.6464 | 49.9441 |
Yxy | 50.6464 | 0.3187 | 0.3431 |
Hunter Lab | 71.1663 | -6.5455 | 8.2070 |
CIE-Lab | 76.4643 | -3.0429 | 5.1785 |
#bbbeb3 color RGB value is (187,190,179).
#bbbeb3 hex color red value is 187, green value is 190 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bbbeb3 hue: 0.21 , saturation: 0.08 and the lightness value of bbbeb3 is 0.72.
The process color (four color CMYK) of #bbbeb3 color hex is 0.02, 0.00, 0.06, 0.25. Web safe color of #bbbeb3 is #cccccc. Color #bbbeb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111110 | 10110011 |
Octal | 273 | 276 | 263 |
Decimal | 187 | 190 | 179 |
Hex | BB | BE | B3 |
Shades of #bbbeb3
Tints of #bbbeb3
RGB Percentages of Color #bbbeb3
CMYK Percentages of Color #bbbeb3
Complementary Color
#bbbeb3 | #b6b3be |
#bbbeb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbeb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbeb3 Color CSS Codes
.mybgcolor {background-color:#bbbeb3; } .myforecolor {color:#bbbeb3; } .mybordercolor {border:3px solid #bbbeb3; }
#bbbeb3 Text Font Color
<p style="color:#bbbeb3">Text here</p>
This sample text font color is #bbbeb3
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.
#bbbeb3 Background Color
<div style="background-color:#bbbeb3">
Div content here</div>
This div background color is #bbbeb3
#bbbeb3 Border Color
<div style="border:3px solid #bbbeb3">
Div here</div>
This div border color is #bbbeb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,190,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbeb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbeb3; -webkit-box-shadow: 1px 1px 3px 2px #bbbeb3; box-shadow: 1px 1px 3px 2px #bbbeb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,190,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbeb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbeb3; -webkit-box-shadow: 1px 1px 3px 2px #bbbeb3; box-shadow: 1px 1px 3px 2px #bbbeb3;">
Div content here</div>
This div box has shadow with color #bbbeb3
Comments
No comments written yet.
Please login to write comment.