Color spaces of #b0afbc
RGB | 176 | 175 | 188 |
---|---|---|---|
HSL | 0.68 | 0.09 | 0.71 |
HSV | 245° | 7° | 74° |
CMYK | 0.06 | 0.07 | 0.00 0.26 |
XYZ | 42.3116 | 43.5209 | 53.7473 |
Yxy | 43.5209 | 0.3031 | 0.3118 |
Hunter Lab | 65.9704 | -0.9631 | -2.1254 |
CIE-Lab | 71.9071 | 2.8676 | -6.4985 |
#b0afbc color RGB value is (176,175,188).
#b0afbc hex color red value is 176, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b0afbc hue: 0.68 , saturation: 0.09 and the lightness value of b0afbc is 0.71.
The process color (four color CMYK) of #b0afbc color hex is 0.06, 0.07, 0.00, 0.26. Web safe color of #b0afbc is #9999cc. Color #b0afbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10101111 | 10111100 |
Octal | 260 | 257 | 274 |
Decimal | 176 | 175 | 188 |
Hex | B0 | AF | BC |
Shades of #b0afbc
Tints of #b0afbc
RGB Percentages of Color #b0afbc
CMYK Percentages of Color #b0afbc
Complementary Color
#b0afbc | #bbbcaf |
#b0afbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0afbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0afbc Color CSS Codes
.mybgcolor {background-color:#b0afbc; } .myforecolor {color:#b0afbc; } .mybordercolor {border:3px solid #b0afbc; }
#b0afbc Text Font Color
<p style="color:#b0afbc">Text here</p>
This sample text font color is #b0afbc
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.
#b0afbc Background Color
<div style="background-color:#b0afbc">
Div content here</div>
This div background color is #b0afbc
#b0afbc Border Color
<div style="border:3px solid #b0afbc">
Div here</div>
This div border color is #b0afbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0afbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0afbc; -webkit-box-shadow: 1px 1px 3px 2px #b0afbc; box-shadow: 1px 1px 3px 2px #b0afbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,175,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 #b0afbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0afbc; -webkit-box-shadow: 1px 1px 3px 2px #b0afbc; box-shadow: 1px 1px 3px 2px #b0afbc;">
Div content here</div>
This div box has shadow with color #b0afbc
Comments
No comments written yet.
Please login to write comment.