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