Color spaces of #bfccbf
RGB | 191 | 204 | 191 |
---|---|---|---|
HSL | 0.33 | 0.11 | 0.77 |
HSV | 120° | 6° | 80° |
CMYK | 0.06 | 0.00 | 0.06 0.20 |
XYZ | 52.4827 | 58.0237 | 57.7238 |
Yxy | 58.0237 | 0.3120 | 0.3449 |
Hunter Lab | 76.1733 | -10.3184 | 8.3916 |
CIE-Lab | 80.7520 | -6.8341 | 4.9455 |
#bfccbf color RGB value is (191,204,191).
#bfccbf hex color red value is 191, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bfccbf hue: 0.33 , saturation: 0.11 and the lightness value of bfccbf is 0.77.
The process color (four color CMYK) of #bfccbf color hex is 0.06, 0.00, 0.06, 0.20. Web safe color of #bfccbf is #cccccc. Color #bfccbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001100 | 10111111 |
Octal | 277 | 314 | 277 |
Decimal | 191 | 204 | 191 |
Hex | BF | CC | BF |
Shades of #bfccbf
Tints of #bfccbf
RGB Percentages of Color #bfccbf
CMYK Percentages of Color #bfccbf
Complementary Color
#bfccbf | #ccbfcc |
#bfccbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfccbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfccbf Color CSS Codes
.mybgcolor {background-color:#bfccbf; } .myforecolor {color:#bfccbf; } .mybordercolor {border:3px solid #bfccbf; }
#bfccbf Text Font Color
<p style="color:#bfccbf">Text here</p>
This sample text font color is #bfccbf
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.
#bfccbf Background Color
<div style="background-color:#bfccbf">
Div content here</div>
This div background color is #bfccbf
#bfccbf Border Color
<div style="border:3px solid #bfccbf">
Div here</div>
This div border color is #bfccbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,204,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfccbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfccbf; -webkit-box-shadow: 1px 1px 3px 2px #bfccbf; box-shadow: 1px 1px 3px 2px #bfccbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,204,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfccbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccbf; -webkit-box-shadow: 1px 1px 3px 2px #bfccbf; box-shadow: 1px 1px 3px 2px #bfccbf;">
Div content here</div>
This div box has shadow with color #bfccbf
Comments
No comments written yet.
Please login to write comment.