Color spaces of #bccfb4
RGB | 188 | 207 | 180 |
---|---|---|---|
HSL | 0.28 | 0.22 | 0.76 |
HSV | 102° | 13° | 81° |
CMYK | 0.09 | 0.00 | 0.13 0.19 |
XYZ | 51.2901 | 58.6123 | 51.7900 |
Yxy | 58.6123 | 0.3172 | 0.3625 |
Hunter Lab | 76.5587 | -14.3925 | 13.4829 |
CIE-Lab | 81.0780 | -11.3704 | 11.2559 |
#bccfb4 color RGB value is (188,207,180).
#bccfb4 hex color red value is 188, green value is 207 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bccfb4 hue: 0.28 , saturation: 0.22 and the lightness value of bccfb4 is 0.76.
The process color (four color CMYK) of #bccfb4 color hex is 0.09, 0.00, 0.13, 0.19. Web safe color of #bccfb4 is #cccccc. Color #bccfb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001111 | 10110100 |
Octal | 274 | 317 | 264 |
Decimal | 188 | 207 | 180 |
Hex | BC | CF | B4 |
Shades of #bccfb4
Tints of #bccfb4
RGB Percentages of Color #bccfb4
CMYK Percentages of Color #bccfb4
Complementary Color
#bccfb4 | #c7b4cf |
#bccfb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccfb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccfb4 Color CSS Codes
.mybgcolor {background-color:#bccfb4; } .myforecolor {color:#bccfb4; } .mybordercolor {border:3px solid #bccfb4; }
#bccfb4 Text Font Color
<p style="color:#bccfb4">Text here</p>
This sample text font color is #bccfb4
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.
#bccfb4 Background Color
<div style="background-color:#bccfb4">
Div content here</div>
This div background color is #bccfb4
#bccfb4 Border Color
<div style="border:3px solid #bccfb4">
Div here</div>
This div border color is #bccfb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,207,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccfb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccfb4; -webkit-box-shadow: 1px 1px 3px 2px #bccfb4; box-shadow: 1px 1px 3px 2px #bccfb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,207,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccfb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccfb4; -webkit-box-shadow: 1px 1px 3px 2px #bccfb4; box-shadow: 1px 1px 3px 2px #bccfb4;">
Div content here</div>
This div box has shadow with color #bccfb4
Comments
No comments written yet.
Please login to write comment.