Color spaces of #bbbead
RGB | 187 | 190 | 173 |
---|---|---|---|
HSL | 0.20 | 0.12 | 0.71 |
HSV | 71° | 9° | 75° |
CMYK | 0.02 | 0.00 | 0.09 0.25 |
XYZ | 46.4498 | 50.4088 | 46.8169 |
Yxy | 50.4088 | 0.3233 | 0.3509 |
Hunter Lab | 70.9992 | -7.4684 | 10.6035 |
CIE-Lab | 76.3195 | -4.0901 | 8.2177 |
#bbbead color RGB value is (187,190,173).
#bbbead hex color red value is 187, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbbead hue: 0.20 , saturation: 0.12 and the lightness value of bbbead is 0.71.
The process color (four color CMYK) of #bbbead color hex is 0.02, 0.00, 0.09, 0.25. Web safe color of #bbbead is #cccc99. Color #bbbead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111110 | 10101101 |
Octal | 273 | 276 | 255 |
Decimal | 187 | 190 | 173 |
Hex | BB | BE | AD |
Shades of #bbbead
Tints of #bbbead
RGB Percentages of Color #bbbead
CMYK Percentages of Color #bbbead
Complementary Color
#bbbead | #b0adbe |
#bbbead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbead Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbead Color CSS Codes
.mybgcolor {background-color:#bbbead; } .myforecolor {color:#bbbead; } .mybordercolor {border:3px solid #bbbead; }
#bbbead Text Font Color
<p style="color:#bbbead">Text here</p>
This sample text font color is #bbbead
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.
#bbbead Background Color
<div style="background-color:#bbbead">
Div content here</div>
This div background color is #bbbead
#bbbead Border Color
<div style="border:3px solid #bbbead">
Div here</div>
This div border color is #bbbead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbead; -webkit-box-shadow: 1px 1px 3px 2px #bbbead; box-shadow: 1px 1px 3px 2px #bbbead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,190,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 #bbbead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbead; -webkit-box-shadow: 1px 1px 3px 2px #bbbead; box-shadow: 1px 1px 3px 2px #bbbead;">
Div content here</div>
This div box has shadow with color #bbbead
Comments
No comments written yet.
Please login to write comment.