Color spaces of #bbe1bc
RGB | 187 | 225 | 188 |
---|---|---|---|
HSL | 0.34 | 0.39 | 0.81 |
HSV | 122° | 17° | 88° |
CMYK | 0.17 | 0.00 | 0.16 0.12 |
XYZ | 56.4958 | 68.0461 | 57.7335 |
Yxy | 68.0461 | 0.3099 | 0.3733 |
Hunter Lab | 82.4901 | -22.1065 | 16.2469 |
CIE-Lab | 86.0295 | -19.3824 | 14.0356 |
#bbe1bc color RGB value is (187,225,188).
#bbe1bc hex color red value is 187, green value is 225 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbe1bc hue: 0.34 , saturation: 0.39 and the lightness value of bbe1bc is 0.81.
The process color (four color CMYK) of #bbe1bc color hex is 0.17, 0.00, 0.16, 0.12. Web safe color of #bbe1bc is #cccccc. Color #bbe1bc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100001 | 10111100 |
Octal | 273 | 341 | 274 |
Decimal | 187 | 225 | 188 |
Hex | BB | E1 | BC |
Shades of #bbe1bc
Tints of #bbe1bc
RGB Percentages of Color #bbe1bc
CMYK Percentages of Color #bbe1bc
Complementary Color
#bbe1bc | #e1bbe0 |
#bbe1bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe1bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe1bc Color CSS Codes
.mybgcolor {background-color:#bbe1bc; } .myforecolor {color:#bbe1bc; } .mybordercolor {border:3px solid #bbe1bc; }
#bbe1bc Text Font Color
<p style="color:#bbe1bc">Text here</p>
This sample text font color is #bbe1bc
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.
#bbe1bc Background Color
<div style="background-color:#bbe1bc">
Div content here</div>
This div background color is #bbe1bc
#bbe1bc Border Color
<div style="border:3px solid #bbe1bc">
Div here</div>
This div border color is #bbe1bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,225,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe1bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe1bc; -webkit-box-shadow: 1px 1px 3px 2px #bbe1bc; box-shadow: 1px 1px 3px 2px #bbe1bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe1bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe1bc; -webkit-box-shadow: 1px 1px 3px 2px #bbe1bc; box-shadow: 1px 1px 3px 2px #bbe1bc;">
Div content here</div>
This div box has shadow with color #bbe1bc
Comments
No comments written yet.
Please login to write comment.