Color spaces of #bc918e
RGB | 188 | 145 | 142 |
---|---|---|---|
HSL | 0.01 | 0.26 | 0.65 |
HSV | 4° | 24° | 74° |
CMYK | 0.00 | 0.23 | 0.24 0.26 |
XYZ | 35.7469 | 32.8952 | 30.0565 |
Yxy | 32.8952 | 0.3622 | 0.3333 |
Hunter Lab | 57.3543 | 10.8826 | 9.0772 |
CIE-Lab | 64.0760 | 15.7587 | 7.8385 |
#bc918e color RGB value is (188,145,142).
#bc918e hex color red value is 188, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc918e hue: 0.01 , saturation: 0.26 and the lightness value of bc918e is 0.65.
The process color (four color CMYK) of #bc918e color hex is 0.00, 0.23, 0.24, 0.26. Web safe color of #bc918e is #cc9999. Color #bc918e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10010001 | 10001110 |
Octal | 274 | 221 | 216 |
Decimal | 188 | 145 | 142 |
Hex | BC | 91 | 8E |
Shades of #bc918e
Tints of #bc918e
RGB Percentages of Color #bc918e
CMYK Percentages of Color #bc918e
Complementary Color
#bc918e | #8eb9bc |
#bc918e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc918e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc918e Color CSS Codes
.mybgcolor {background-color:#bc918e; } .myforecolor {color:#bc918e; } .mybordercolor {border:3px solid #bc918e; }
#bc918e Text Font Color
<p style="color:#bc918e">Text here</p>
This sample text font color is #bc918e
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.
#bc918e Background Color
<div style="background-color:#bc918e">
Div content here</div>
This div background color is #bc918e
#bc918e Border Color
<div style="border:3px solid #bc918e">
Div here</div>
This div border color is #bc918e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,145,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc918e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc918e; -webkit-box-shadow: 1px 1px 3px 2px #bc918e; box-shadow: 1px 1px 3px 2px #bc918e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,145,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc918e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc918e; -webkit-box-shadow: 1px 1px 3px 2px #bc918e; box-shadow: 1px 1px 3px 2px #bc918e;">
Div content here</div>
This div box has shadow with color #bc918e
Comments
No comments written yet.
Please login to write comment.