Color spaces of #bbddc8
RGB | 187 | 221 | 200 |
---|---|---|---|
HSL | 0.40 | 0.33 | 0.80 |
HSV | 143° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.10 0.13 |
XYZ | 56.7753 | 66.4478 | 64.4769 |
Yxy | 66.4478 | 0.3025 | 0.3540 |
Hunter Lab | 81.5155 | -18.3275 | 10.1638 |
CIE-Lab | 85.2243 | -15.2197 | 6.5755 |
#bbddc8 color RGB value is (187,221,200).
#bbddc8 hex color red value is 187, green value is 221 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bbddc8 hue: 0.40 , saturation: 0.33 and the lightness value of bbddc8 is 0.80.
The process color (four color CMYK) of #bbddc8 color hex is 0.15, 0.00, 0.10, 0.13. Web safe color of #bbddc8 is #cccccc. Color #bbddc8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011101 | 11001000 |
Octal | 273 | 335 | 310 |
Decimal | 187 | 221 | 200 |
Hex | BB | DD | C8 |
Shades of #bbddc8
Tints of #bbddc8
RGB Percentages of Color #bbddc8
CMYK Percentages of Color #bbddc8
Complementary Color
#bbddc8 | #ddbbd0 |
#bbddc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbddc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbddc8 Color CSS Codes
.mybgcolor {background-color:#bbddc8; } .myforecolor {color:#bbddc8; } .mybordercolor {border:3px solid #bbddc8; }
#bbddc8 Text Font Color
<p style="color:#bbddc8">Text here</p>
This sample text font color is #bbddc8
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.
#bbddc8 Background Color
<div style="background-color:#bbddc8">
Div content here</div>
This div background color is #bbddc8
#bbddc8 Border Color
<div style="border:3px solid #bbddc8">
Div here</div>
This div border color is #bbddc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,221,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbddc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbddc8; -webkit-box-shadow: 1px 1px 3px 2px #bbddc8; box-shadow: 1px 1px 3px 2px #bbddc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,221,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbddc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbddc8; -webkit-box-shadow: 1px 1px 3px 2px #bbddc8; box-shadow: 1px 1px 3px 2px #bbddc8;">
Div content here</div>
This div box has shadow with color #bbddc8
#bbddc8 Color Palettes
Comments
No comments written yet.
Please login to write comment.