Color spaces of #b8bacb
RGB | 184 | 186 | 203 |
---|---|---|---|
HSL | 0.65 | 0.15 | 0.76 |
HSV | 234° | 9° | 80° |
CMYK | 0.09 | 0.08 | 0.00 0.20 |
XYZ | 48.1056 | 49.6200 | 63.5421 |
Yxy | 49.6200 | 0.2983 | 0.3077 |
Hunter Lab | 70.4415 | -1.3721 | -4.1738 |
CIE-Lab | 75.8354 | 2.6216 | -8.7967 |
#b8bacb color RGB value is (184,186,203).
#b8bacb hex color red value is 184, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b8bacb hue: 0.65 , saturation: 0.15 and the lightness value of b8bacb is 0.76.
The process color (four color CMYK) of #b8bacb color hex is 0.09, 0.08, 0.00, 0.20. Web safe color of #b8bacb is #cccccc. Color #b8bacb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10111010 | 11001011 |
Octal | 270 | 272 | 313 |
Decimal | 184 | 186 | 203 |
Hex | B8 | BA | CB |
Shades of #b8bacb
Tints of #b8bacb
RGB Percentages of Color #b8bacb
CMYK Percentages of Color #b8bacb
Complementary Color
#b8bacb | #cbc9b8 |
#b8bacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8bacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8bacb Color CSS Codes
.mybgcolor {background-color:#b8bacb; } .myforecolor {color:#b8bacb; } .mybordercolor {border:3px solid #b8bacb; }
#b8bacb Text Font Color
<p style="color:#b8bacb">Text here</p>
This sample text font color is #b8bacb
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.
#b8bacb Background Color
<div style="background-color:#b8bacb">
Div content here</div>
This div background color is #b8bacb
#b8bacb Border Color
<div style="border:3px solid #b8bacb">
Div here</div>
This div border color is #b8bacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,186,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8bacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8bacb; -webkit-box-shadow: 1px 1px 3px 2px #b8bacb; box-shadow: 1px 1px 3px 2px #b8bacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,186,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8bacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8bacb; -webkit-box-shadow: 1px 1px 3px 2px #b8bacb; box-shadow: 1px 1px 3px 2px #b8bacb;">
Div content here</div>
This div box has shadow with color #b8bacb
Comments
No comments written yet.
Please login to write comment.