Color spaces of #b2cbc1
RGB | 178 | 203 | 193 |
---|---|---|---|
HSL | 0.43 | 0.19 | 0.75 |
HSV | 156° | 12° | 80° |
CMYK | 0.12 | 0.00 | 0.05 0.20 |
XYZ | 49.3417 | 56.0271 | 58.6658 |
Yxy | 56.0271 | 0.3008 | 0.3416 |
Hunter Lab | 74.8513 | -13.3231 | 5.9264 |
CIE-Lab | 79.6292 | -10.3469 | 2.1340 |
#b2cbc1 color RGB value is (178,203,193).
#b2cbc1 hex color red value is 178, green value is 203 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b2cbc1 hue: 0.43 , saturation: 0.19 and the lightness value of b2cbc1 is 0.75.
The process color (four color CMYK) of #b2cbc1 color hex is 0.12, 0.00, 0.05, 0.20. Web safe color of #b2cbc1 is #99cccc. Color #b2cbc1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11001011 | 11000001 |
Octal | 262 | 313 | 301 |
Decimal | 178 | 203 | 193 |
Hex | B2 | CB | C1 |
Shades of #b2cbc1
Tints of #b2cbc1
RGB Percentages of Color #b2cbc1
CMYK Percentages of Color #b2cbc1
Complementary Color
#b2cbc1 | #cbb2bc |
#b2cbc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2cbc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2cbc1 Color CSS Codes
.mybgcolor {background-color:#b2cbc1; } .myforecolor {color:#b2cbc1; } .mybordercolor {border:3px solid #b2cbc1; }
#b2cbc1 Text Font Color
<p style="color:#b2cbc1">Text here</p>
This sample text font color is #b2cbc1
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.
#b2cbc1 Background Color
<div style="background-color:#b2cbc1">
Div content here</div>
This div background color is #b2cbc1
#b2cbc1 Border Color
<div style="border:3px solid #b2cbc1">
Div here</div>
This div border color is #b2cbc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,203,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2cbc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2cbc1; -webkit-box-shadow: 1px 1px 3px 2px #b2cbc1; box-shadow: 1px 1px 3px 2px #b2cbc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,203,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2cbc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2cbc1; -webkit-box-shadow: 1px 1px 3px 2px #b2cbc1; box-shadow: 1px 1px 3px 2px #b2cbc1;">
Div content here</div>
This div box has shadow with color #b2cbc1
Comments
No comments written yet.
Please login to write comment.