Color spaces of #bbffbd
RGB | 187 | 255 | 189 |
---|---|---|---|
HSL | 0.34 | 1.00 | 0.87 |
HSV | 122° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.26 0.00 |
XYZ | 65.4388 | 85.7589 | 61.2483 |
Yxy | 85.7589 | 0.3080 | 0.4037 |
Hunter Lab | 92.6061 | -35.9262 | 25.6107 |
CIE-Lab | 94.2092 | -33.5345 | 24.9180 |
#bbffbd color RGB value is (187,255,189).
#bbffbd hex color red value is 187, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbffbd hue: 0.34 , saturation: 1.00 and the lightness value of bbffbd is 0.87.
The process color (four color CMYK) of #bbffbd color hex is 0.27, 0.00, 0.26, 0.00. Web safe color of #bbffbd is #ccffcc. Color #bbffbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111111 | 10111101 |
Octal | 273 | 377 | 275 |
Decimal | 187 | 255 | 189 |
Hex | BB | FF | BD |
Shades of #bbffbd
Tints of #bbffbd
RGB Percentages of Color #bbffbd
CMYK Percentages of Color #bbffbd
Complementary Color
#bbffbd | #ffbbfd |
#bbffbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbffbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbffbd Color CSS Codes
.mybgcolor {background-color:#bbffbd; } .myforecolor {color:#bbffbd; } .mybordercolor {border:3px solid #bbffbd; }
#bbffbd Text Font Color
<p style="color:#bbffbd">Text here</p>
This sample text font color is #bbffbd
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.
#bbffbd Background Color
<div style="background-color:#bbffbd">
Div content here</div>
This div background color is #bbffbd
#bbffbd Border Color
<div style="border:3px solid #bbffbd">
Div here</div>
This div border color is #bbffbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,255,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbffbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbffbd; -webkit-box-shadow: 1px 1px 3px 2px #bbffbd; box-shadow: 1px 1px 3px 2px #bbffbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,255,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbffbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbffbd; -webkit-box-shadow: 1px 1px 3px 2px #bbffbd; box-shadow: 1px 1px 3px 2px #bbffbd;">
Div content here</div>
This div box has shadow with color #bbffbd
Comments
No comments written yet.
Please login to write comment.