Color spaces of #b2abbf
RGB | 178 | 171 | 191 |
---|---|---|---|
HSL | 0.73 | 0.14 | 0.71 |
HSV | 261° | 10° | 75° |
CMYK | 0.07 | 0.10 | 0.00 0.25 |
XYZ | 42.3270 | 42.3524 | 55.2342 |
Yxy | 42.3524 | 0.3025 | 0.3027 |
Hunter Lab | 65.0787 | 2.2081 | -4.7660 |
CIE-Lab | 71.1132 | 6.3359 | -9.3117 |
#b2abbf color RGB value is (178,171,191).
#b2abbf hex color red value is 178, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b2abbf hue: 0.73 , saturation: 0.14 and the lightness value of b2abbf is 0.71.
The process color (four color CMYK) of #b2abbf color hex is 0.07, 0.10, 0.00, 0.25. Web safe color of #b2abbf is #9999cc. Color #b2abbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10101011 | 10111111 |
Octal | 262 | 253 | 277 |
Decimal | 178 | 171 | 191 |
Hex | B2 | AB | BF |
Shades of #b2abbf
Tints of #b2abbf
RGB Percentages of Color #b2abbf
CMYK Percentages of Color #b2abbf
Complementary Color
#b2abbf | #b8bfab |
#b2abbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2abbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2abbf Color CSS Codes
.mybgcolor {background-color:#b2abbf; } .myforecolor {color:#b2abbf; } .mybordercolor {border:3px solid #b2abbf; }
#b2abbf Text Font Color
<p style="color:#b2abbf">Text here</p>
This sample text font color is #b2abbf
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.
#b2abbf Background Color
<div style="background-color:#b2abbf">
Div content here</div>
This div background color is #b2abbf
#b2abbf Border Color
<div style="border:3px solid #b2abbf">
Div here</div>
This div border color is #b2abbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,171,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2abbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2abbf; -webkit-box-shadow: 1px 1px 3px 2px #b2abbf; box-shadow: 1px 1px 3px 2px #b2abbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,171,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2abbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2abbf; -webkit-box-shadow: 1px 1px 3px 2px #b2abbf; box-shadow: 1px 1px 3px 2px #b2abbf;">
Div content here</div>
This div box has shadow with color #b2abbf
#b2abbf Color Palettes
Comments
No comments written yet.
Please login to write comment.