Color spaces of #b0cbbd
RGB | 176 | 203 | 189 |
---|---|---|---|
HSL | 0.41 | 0.21 | 0.74 |
HSV | 149° | 13° | 80° |
CMYK | 0.13 | 0.00 | 0.07 0.20 |
XYZ | 48.4457 | 55.6161 | 56.3257 |
Yxy | 55.6161 | 0.3021 | 0.3468 |
Hunter Lab | 74.5762 | -14.5524 | 7.4230 |
CIE-Lab | 79.3948 | -11.7838 | 3.9232 |
#b0cbbd color RGB value is (176,203,189).
#b0cbbd hex color red value is 176, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b0cbbd hue: 0.41 , saturation: 0.21 and the lightness value of b0cbbd is 0.74.
The process color (four color CMYK) of #b0cbbd color hex is 0.13, 0.00, 0.07, 0.20. Web safe color of #b0cbbd is #99cccc. Color #b0cbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11001011 | 10111101 |
Octal | 260 | 313 | 275 |
Decimal | 176 | 203 | 189 |
Hex | B0 | CB | BD |
Shades of #b0cbbd
Tints of #b0cbbd
RGB Percentages of Color #b0cbbd
CMYK Percentages of Color #b0cbbd
Complementary Color
#b0cbbd | #cbb0be |
#b0cbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0cbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0cbbd Color CSS Codes
.mybgcolor {background-color:#b0cbbd; } .myforecolor {color:#b0cbbd; } .mybordercolor {border:3px solid #b0cbbd; }
#b0cbbd Text Font Color
<p style="color:#b0cbbd">Text here</p>
This sample text font color is #b0cbbd
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.
#b0cbbd Background Color
<div style="background-color:#b0cbbd">
Div content here</div>
This div background color is #b0cbbd
#b0cbbd Border Color
<div style="border:3px solid #b0cbbd">
Div here</div>
This div border color is #b0cbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0cbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0cbbd; -webkit-box-shadow: 1px 1px 3px 2px #b0cbbd; box-shadow: 1px 1px 3px 2px #b0cbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,203,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 #b0cbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0cbbd; -webkit-box-shadow: 1px 1px 3px 2px #b0cbbd; box-shadow: 1px 1px 3px 2px #b0cbbd;">
Div content here</div>
This div box has shadow with color #b0cbbd
Comments
No comments written yet.
Please login to write comment.