Color spaces of #bbc3ba
RGB | 187 | 195 | 186 |
---|---|---|---|
HSL | 0.31 | 0.07 | 0.75 |
HSV | 113° | 5° | 76° |
CMYK | 0.04 | 0.00 | 0.05 0.24 |
XYZ | 48.8715 | 53.1402 | 54.1356 |
Yxy | 53.1402 | 0.3130 | 0.3403 |
Hunter Lab | 72.8973 | -7.9011 | 6.9977 |
CIE-Lab | 77.9577 | -4.4226 | 3.5538 |
#bbc3ba color RGB value is (187,195,186).
#bbc3ba hex color red value is 187, green value is 195 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbc3ba hue: 0.31 , saturation: 0.07 and the lightness value of bbc3ba is 0.75.
The process color (four color CMYK) of #bbc3ba color hex is 0.04, 0.00, 0.05, 0.24. Web safe color of #bbc3ba is #cccccc. Color #bbc3ba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000011 | 10111010 |
Octal | 273 | 303 | 272 |
Decimal | 187 | 195 | 186 |
Hex | BB | C3 | BA |
Shades of #bbc3ba
Tints of #bbc3ba
RGB Percentages of Color #bbc3ba
CMYK Percentages of Color #bbc3ba
Complementary Color
#bbc3ba | #c2bac3 |
#bbc3ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc3ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc3ba Color CSS Codes
.mybgcolor {background-color:#bbc3ba; } .myforecolor {color:#bbc3ba; } .mybordercolor {border:3px solid #bbc3ba; }
#bbc3ba Text Font Color
<p style="color:#bbc3ba">Text here</p>
This sample text font color is #bbc3ba
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.
#bbc3ba Background Color
<div style="background-color:#bbc3ba">
Div content here</div>
This div background color is #bbc3ba
#bbc3ba Border Color
<div style="border:3px solid #bbc3ba">
Div here</div>
This div border color is #bbc3ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,195,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc3ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc3ba; -webkit-box-shadow: 1px 1px 3px 2px #bbc3ba; box-shadow: 1px 1px 3px 2px #bbc3ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,195,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc3ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc3ba; -webkit-box-shadow: 1px 1px 3px 2px #bbc3ba; box-shadow: 1px 1px 3px 2px #bbc3ba;">
Div content here</div>
This div box has shadow with color #bbc3ba
Comments
No comments written yet.
Please login to write comment.