Color spaces of #bbddbe
RGB | 187 | 221 | 190 |
---|---|---|---|
HSL | 0.35 | 0.33 | 0.80 |
HSV | 125° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.14 0.13 |
XYZ | 55.6442 | 65.9954 | 58.5208 |
Yxy | 65.9954 | 0.3089 | 0.3663 |
Hunter Lab | 81.2376 | -19.9010 | 14.1558 |
CIE-Lab | 84.9941 | -17.0424 | 11.5179 |
#bbddbe color RGB value is (187,221,190).
#bbddbe hex color red value is 187, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbddbe hue: 0.35 , saturation: 0.33 and the lightness value of bbddbe is 0.80.
The process color (four color CMYK) of #bbddbe color hex is 0.15, 0.00, 0.14, 0.13. Web safe color of #bbddbe is #cccccc. Color #bbddbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011101 | 10111110 |
Octal | 273 | 335 | 276 |
Decimal | 187 | 221 | 190 |
Hex | BB | DD | BE |
Shades of #bbddbe
Tints of #bbddbe
RGB Percentages of Color #bbddbe
CMYK Percentages of Color #bbddbe
Complementary Color
#bbddbe | #ddbbda |
#bbddbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbddbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbddbe Color CSS Codes
.mybgcolor {background-color:#bbddbe; } .myforecolor {color:#bbddbe; } .mybordercolor {border:3px solid #bbddbe; }
#bbddbe Text Font Color
<p style="color:#bbddbe">Text here</p>
This sample text font color is #bbddbe
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.
#bbddbe Background Color
<div style="background-color:#bbddbe">
Div content here</div>
This div background color is #bbddbe
#bbddbe Border Color
<div style="border:3px solid #bbddbe">
Div here</div>
This div border color is #bbddbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,221,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbddbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbddbe; -webkit-box-shadow: 1px 1px 3px 2px #bbddbe; box-shadow: 1px 1px 3px 2px #bbddbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,221,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbddbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbddbe; -webkit-box-shadow: 1px 1px 3px 2px #bbddbe; box-shadow: 1px 1px 3px 2px #bbddbe;">
Div content here</div>
This div box has shadow with color #bbddbe
#bbddbe Color Palettes
Comments
No comments written yet.
Please login to write comment.