Color spaces of #bc919f
RGB | 188 | 145 | 159 |
---|---|---|---|
HSL | 0.95 | 0.24 | 0.65 |
HSV | 340° | 23° | 74° |
CMYK | 0.00 | 0.23 | 0.15 0.26 |
XYZ | 37.1224 | 33.4454 | 37.2999 |
Yxy | 33.4454 | 0.3441 | 0.3101 |
Hunter Lab | 57.8320 | 13.3733 | 2.2421 |
CIE-Lab | 64.5199 | 18.4160 | -1.1138 |
#bc919f color RGB value is (188,145,159).
#bc919f hex color red value is 188, green value is 145 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc919f hue: 0.95 , saturation: 0.24 and the lightness value of bc919f is 0.65.
The process color (four color CMYK) of #bc919f color hex is 0.00, 0.23, 0.15, 0.26. Web safe color of #bc919f is #cc9999. Color #bc919f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10010001 | 10011111 |
Octal | 274 | 221 | 237 |
Decimal | 188 | 145 | 159 |
Hex | BC | 91 | 9F |
Shades of #bc919f
Tints of #bc919f
RGB Percentages of Color #bc919f
CMYK Percentages of Color #bc919f
Complementary Color
#bc919f | #91bcae |
#bc919f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc919f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc919f Color CSS Codes
.mybgcolor {background-color:#bc919f; } .myforecolor {color:#bc919f; } .mybordercolor {border:3px solid #bc919f; }
#bc919f Text Font Color
<p style="color:#bc919f">Text here</p>
This sample text font color is #bc919f
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.
#bc919f Background Color
<div style="background-color:#bc919f">
Div content here</div>
This div background color is #bc919f
#bc919f Border Color
<div style="border:3px solid #bc919f">
Div here</div>
This div border color is #bc919f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,145,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc919f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc919f; -webkit-box-shadow: 1px 1px 3px 2px #bc919f; box-shadow: 1px 1px 3px 2px #bc919f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,145,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc919f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc919f; -webkit-box-shadow: 1px 1px 3px 2px #bc919f; box-shadow: 1px 1px 3px 2px #bc919f;">
Div content here</div>
This div box has shadow with color #bc919f
Comments
No comments written yet.
Please login to write comment.