Color spaces of #bcbabc
RGB | 188 | 186 | 188 |
---|---|---|---|
HSL | 0.83 | 0.01 | 0.73 |
HSV | 300° | 1° | 74° |
CMYK | 0.00 | 0.01 | 0.00 0.26 |
XYZ | 47.3750 | 49.4400 | 54.6229 |
Yxy | 49.4400 | 0.3128 | 0.3265 |
Hunter Lab | 70.3136 | -2.7813 | 3.1602 |
CIE-Lab | 75.7242 | 1.0734 | -0.7710 |
#bcbabc color RGB value is (188,186,188).
#bcbabc hex color red value is 188, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bcbabc hue: 0.83 , saturation: 0.01 and the lightness value of bcbabc is 0.73.
The process color (four color CMYK) of #bcbabc color hex is 0.00, 0.01, 0.00, 0.26. Web safe color of #bcbabc is #cccccc. Color #bcbabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111010 | 10111100 |
Octal | 274 | 272 | 274 |
Decimal | 188 | 186 | 188 |
Hex | BC | BA | BC |
Shades of #bcbabc
Tints of #bcbabc
RGB Percentages of Color #bcbabc
CMYK Percentages of Color #bcbabc
Complementary Color
#bcbabc | #babcba |
#bcbabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbabc Color CSS Codes
.mybgcolor {background-color:#bcbabc; } .myforecolor {color:#bcbabc; } .mybordercolor {border:3px solid #bcbabc; }
#bcbabc Text Font Color
<p style="color:#bcbabc">Text here</p>
This sample text font color is #bcbabc
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.
#bcbabc Background Color
<div style="background-color:#bcbabc">
Div content here</div>
This div background color is #bcbabc
#bcbabc Border Color
<div style="border:3px solid #bcbabc">
Div here</div>
This div border color is #bcbabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,186,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbabc; -webkit-box-shadow: 1px 1px 3px 2px #bcbabc; box-shadow: 1px 1px 3px 2px #bcbabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,186,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbabc; -webkit-box-shadow: 1px 1px 3px 2px #bcbabc; box-shadow: 1px 1px 3px 2px #bcbabc;">
Div content here</div>
This div box has shadow with color #bcbabc
Comments
No comments written yet.
Please login to write comment.