Color spaces of #bccba3
RGB | 188 | 203 | 163 |
---|---|---|---|
HSL | 0.23 | 0.28 | 0.72 |
HSV | 82° | 20° | 80° |
CMYK | 0.07 | 0.00 | 0.20 0.20 |
XYZ | 48.7058 | 56.0476 | 42.9015 |
Yxy | 56.0476 | 0.3299 | 0.3796 |
Hunter Lab | 74.8649 | -14.8847 | 18.4292 |
CIE-Lab | 79.6409 | -12.1309 | 18.2755 |
#bccba3 color RGB value is (188,203,163).
#bccba3 hex color red value is 188, green value is 203 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bccba3 hue: 0.23 , saturation: 0.28 and the lightness value of bccba3 is 0.72.
The process color (four color CMYK) of #bccba3 color hex is 0.07, 0.00, 0.20, 0.20. Web safe color of #bccba3 is #cccc99. Color #bccba3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001011 | 10100011 |
Octal | 274 | 313 | 243 |
Decimal | 188 | 203 | 163 |
Hex | BC | CB | A3 |
Shades of #bccba3
Tints of #bccba3
RGB Percentages of Color #bccba3
CMYK Percentages of Color #bccba3
Complementary Color
#bccba3 | #b2a3cb |
#bccba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccba3 Color CSS Codes
.mybgcolor {background-color:#bccba3; } .myforecolor {color:#bccba3; } .mybordercolor {border:3px solid #bccba3; }
#bccba3 Text Font Color
<p style="color:#bccba3">Text here</p>
This sample text font color is #bccba3
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.
#bccba3 Background Color
<div style="background-color:#bccba3">
Div content here</div>
This div background color is #bccba3
#bccba3 Border Color
<div style="border:3px solid #bccba3">
Div here</div>
This div border color is #bccba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,203,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccba3; -webkit-box-shadow: 1px 1px 3px 2px #bccba3; box-shadow: 1px 1px 3px 2px #bccba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,203,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccba3; -webkit-box-shadow: 1px 1px 3px 2px #bccba3; box-shadow: 1px 1px 3px 2px #bccba3;">
Div content here</div>
This div box has shadow with color #bccba3
Comments
No comments written yet.
Please login to write comment.