Color spaces of #bbbec4
RGB | 187 | 190 | 196 |
---|---|---|---|
HSL | 0.61 | 0.07 | 0.75 |
HSV | 220° | 5° | 77° |
CMYK | 0.05 | 0.03 | 0.00 0.23 |
XYZ | 48.8708 | 51.3772 | 59.5656 |
Yxy | 51.3772 | 0.3058 | 0.3215 |
Hunter Lab | 71.6779 | -3.7330 | 0.9035 |
CIE-Lab | 76.9069 | 0.1047 | -3.3874 |
#bbbec4 color RGB value is (187,190,196).
#bbbec4 hex color red value is 187, green value is 190 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bbbec4 hue: 0.61 , saturation: 0.07 and the lightness value of bbbec4 is 0.75.
The process color (four color CMYK) of #bbbec4 color hex is 0.05, 0.03, 0.00, 0.23. Web safe color of #bbbec4 is #cccccc. Color #bbbec4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111110 | 11000100 |
Octal | 273 | 276 | 304 |
Decimal | 187 | 190 | 196 |
Hex | BB | BE | C4 |
Shades of #bbbec4
Tints of #bbbec4
RGB Percentages of Color #bbbec4
CMYK Percentages of Color #bbbec4
Complementary Color
#bbbec4 | #c4c1bb |
#bbbec4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbec4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbec4 Color CSS Codes
.mybgcolor {background-color:#bbbec4; } .myforecolor {color:#bbbec4; } .mybordercolor {border:3px solid #bbbec4; }
#bbbec4 Text Font Color
<p style="color:#bbbec4">Text here</p>
This sample text font color is #bbbec4
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.
#bbbec4 Background Color
<div style="background-color:#bbbec4">
Div content here</div>
This div background color is #bbbec4
#bbbec4 Border Color
<div style="border:3px solid #bbbec4">
Div here</div>
This div border color is #bbbec4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,190,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbec4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbec4; -webkit-box-shadow: 1px 1px 3px 2px #bbbec4; box-shadow: 1px 1px 3px 2px #bbbec4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,190,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbec4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbec4; -webkit-box-shadow: 1px 1px 3px 2px #bbbec4; box-shadow: 1px 1px 3px 2px #bbbec4;">
Div content here</div>
This div box has shadow with color #bbbec4
#bbbec4 Color Palettes
Comments
No comments written yet.
Please login to write comment.