Color spaces of #b2bfad
RGB | 178 | 191 | 173 |
---|---|---|---|
HSL | 0.29 | 0.12 | 0.71 |
HSV | 103° | 9° | 75° |
CMYK | 0.07 | 0.00 | 0.09 0.25 |
XYZ | 44.5337 | 49.7437 | 46.7895 |
Yxy | 49.7437 | 0.3157 | 0.3526 |
Hunter Lab | 70.5292 | -10.7173 | 10.0371 |
CIE-Lab | 75.9117 | -7.8239 | 7.5440 |
#b2bfad color RGB value is (178,191,173).
#b2bfad hex color red value is 178, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b2bfad hue: 0.29 , saturation: 0.12 and the lightness value of b2bfad is 0.71.
The process color (four color CMYK) of #b2bfad color hex is 0.07, 0.00, 0.09, 0.25. Web safe color of #b2bfad is #99cc99. Color #b2bfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111111 | 10101101 |
Octal | 262 | 277 | 255 |
Decimal | 178 | 191 | 173 |
Hex | B2 | BF | AD |
Shades of #b2bfad
Tints of #b2bfad
RGB Percentages of Color #b2bfad
CMYK Percentages of Color #b2bfad
Complementary Color
#b2bfad | #baadbf |
#b2bfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2bfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2bfad Color CSS Codes
.mybgcolor {background-color:#b2bfad; } .myforecolor {color:#b2bfad; } .mybordercolor {border:3px solid #b2bfad; }
#b2bfad Text Font Color
<p style="color:#b2bfad">Text here</p>
This sample text font color is #b2bfad
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.
#b2bfad Background Color
<div style="background-color:#b2bfad">
Div content here</div>
This div background color is #b2bfad
#b2bfad Border Color
<div style="border:3px solid #b2bfad">
Div here</div>
This div border color is #b2bfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2bfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2bfad; -webkit-box-shadow: 1px 1px 3px 2px #b2bfad; box-shadow: 1px 1px 3px 2px #b2bfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,191,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2bfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bfad; -webkit-box-shadow: 1px 1px 3px 2px #b2bfad; box-shadow: 1px 1px 3px 2px #b2bfad;">
Div content here</div>
This div box has shadow with color #b2bfad
#b2bfad Color Palettes
Comments
No comments written yet.
Please login to write comment.