Color spaces of #bfcbce
RGB | 191 | 203 | 206 |
---|---|---|---|
HSL | 0.53 | 0.13 | 0.78 |
HSV | 192° | 7° | 81° |
CMYK | 0.07 | 0.01 | 0.00 0.19 |
XYZ | 53.9824 | 58.2445 | 66.7897 |
Yxy | 58.2445 | 0.3015 | 0.3254 |
Hunter Lab | 76.3181 | -7.2975 | 1.5351 |
CIE-Lab | 80.8745 | -3.4919 | -2.9088 |
#bfcbce color RGB value is (191,203,206).
#bfcbce hex color red value is 191, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bfcbce hue: 0.53 , saturation: 0.13 and the lightness value of bfcbce is 0.78.
The process color (four color CMYK) of #bfcbce color hex is 0.07, 0.01, 0.00, 0.19. Web safe color of #bfcbce is #cccccc. Color #bfcbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001011 | 11001110 |
Octal | 277 | 313 | 316 |
Decimal | 191 | 203 | 206 |
Hex | BF | CB | CE |
Shades of #bfcbce
Tints of #bfcbce
RGB Percentages of Color #bfcbce
CMYK Percentages of Color #bfcbce
Complementary Color
#bfcbce | #cec2bf |
#bfcbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcbce Color CSS Codes
.mybgcolor {background-color:#bfcbce; } .myforecolor {color:#bfcbce; } .mybordercolor {border:3px solid #bfcbce; }
#bfcbce Text Font Color
<p style="color:#bfcbce">Text here</p>
This sample text font color is #bfcbce
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.
#bfcbce Background Color
<div style="background-color:#bfcbce">
Div content here</div>
This div background color is #bfcbce
#bfcbce Border Color
<div style="border:3px solid #bfcbce">
Div here</div>
This div border color is #bfcbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,203,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcbce; -webkit-box-shadow: 1px 1px 3px 2px #bfcbce; box-shadow: 1px 1px 3px 2px #bfcbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,203,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcbce; -webkit-box-shadow: 1px 1px 3px 2px #bfcbce; box-shadow: 1px 1px 3px 2px #bfcbce;">
Div content here</div>
This div box has shadow with color #bfcbce
#bfcbce Color Palettes
Comments
No comments written yet.
Please login to write comment.